STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Use of "volatile" keyword

Hi, I'm working on an STM32H7 project with very fast (800 KHz) periodic interrupt. I've been looking at the generated code as I tweak the C source. I'm confused about the use of "volatile" for the global variables used by the ISR.I feel like I need...

MSull.1 by Associate II
  • 8522 Views
  • 16 replies
  • 0 kudos

Getting STM32L4 flash size via internal bootloader

Hi,I have a very specific question regaridng the functionalities of the STM32L4's internal bootloader. We are using its functionality to flash and validate our targets according to AN3155 and AN2606. This operates quite well. But now we came into the...

HAL9001 by Associate
  • 565 Views
  • 1 replies
  • 0 kudos

Change baudrate via HAL

Hello there,I was trying to figure out a way of how to change the UART baudrate "in runtime" via HAL API for stm32f0. I failed to find a way to do it other than manually (copy out the functionalities used in the uart init function and change it accor...