STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! DMA/STM32F103: memory to USART2 TX.

Hi all, I am successfully transferring from a memory location to the data register of USART2 Tx using DMA operation. And the USART2 has been used by the  printf()  to output to the PC. What I don't understand is, what moderates the rate at which DMA ...

LarryC by Associate
  • 835 Views
  • 3 replies
  • 1 kudos

Resolved! STM32H573i-DK: Poor TCP TX Performance, iperf

Hey, i have ported the iperf2 example(https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Projects/NUCLEO-H563ZI/Applications/NetXDuo/Nx_Iperf) of the H563 board to the H573i-DK Board.It pretty much works as expected now, but the TX performan...

funkii by Associate III
  • 1487 Views
  • 5 replies
  • 4 kudos

Timer PWM DMA Pulse generation STM32F303

Hi, My aim is to generate a pulse sequence using the PWM timer and DMA analogue to Stm32 custom signal generation using pwm and dma with a STM32F303 on RTX5 RTOS. I need Pulsefrequency with max. 500khz, i use the STM32F303RCTx with PA2 as output Here...

scope_1.bmp
pedahl by Associate II
  • 1119 Views
  • 4 replies
  • 0 kudos

How to port X-CUBE-TCPP to STM32G0B1RE

Hello Everybody,I sucessfully included the X-CUBE-TCPP software expanison onta a NUCLEO-G071RB Board.After some inital tests we decided to switch to the NUCLEO-G0B1RE Board for more flash as the Getting Started PDF (https://www.st.com/resource/en/use...

VH by Associate
  • 1072 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F407 LWIP returning data to client

I previously posted here when I was having issues with my STM32F407 board that I have configured as a HTTP server.https://community.st.com/t5/stm32-mcus-products/where-to-find-lwip-incoming-payload-data-for-webserver/m-p/640137This is a follow-up pos...