STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 Huge program with UART Tx using DMA

Hey guys!This probably came up 5000 times, however I did try to look for a solution before I ask this one. Couldn't find one.I am having issues transmitting data via uart with DMA.Problem:The problems I am having is that the RxBuffer is not receiving...

CLeo.1 by Senior II
  • 1796 Views
  • 1 replies
  • 0 kudos

I am interfacing TFmini S LIDAR with nucleo STM32F103, I am using 2 UARTS, uart1 and uart3 to receive LIDAR data. I am using DMA for that. LIDAR frequency is 1000Hz and data length is 9 bytes. uart 1 and 3 baudrate is set to 256000.

I am using HAL_UART_ErrorCallback() function to capture any error.When I reset the the board by cutting the power off everything works fine. But if I reset it with reset button or software reset one of the uart freezes and I don't see any error. I ha...

PKand.2 by Associate II
  • 1139 Views
  • 6 replies
  • 0 kudos

heap allocation on segmented ram

The ram on the STM32H7 is segmented into non-contiguous sections. How would one be able to dynamically allocate memory in different sections of RAM? eg: put large objects in AXI-SRAM and small object that need fast access on DTCM.I'm wondering if thi...

Fibo by Associate II
  • 1149 Views
  • 5 replies
  • 1 kudos