STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1550 Views
  • 6 replies
  • 0 kudos

How to write non-reserved option bytes on STM32H750xx MCU?

Hello!The STM32H750xx data sheet states that the MCU has 2KB of space in flash memory for "option bytes." However, the programming reference describes on page 176 that "Table 21 lists all the user option bytes managed through the embedded Flash memor...

briankaz by Associate III
  • 1331 Views
  • 2 replies
  • 3 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
  • 1687 Views
  • 5 replies
  • 1 kudos

STM32L - Programming issue -> Internal command error

I cannot program the STM32L with the STM32 ST-Link Ultility (hex file).Did reseach on internet and I know there is a lot on this subject already!The setup is easy, I have a replica ST-linkv2 from China and an official Stlink v3 programmer.I'm program...

Avan .9 by Associate
  • 632 Views
  • 1 replies
  • 0 kudos

Need help to link a library (.h .cpp)

Hello!I try to link an exisiting library (.h and .cpp files) to a new project but the compilator dont see itI'v drag the library folder into my project and selected "link files and create virtual folders"And added de dependancies in the following ent...

JB.2 by Associate II
  • 1672 Views
  • 5 replies
  • 1 kudos