STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Compare ONLINE<->OFFLINE project

Dear experts,I am new to STM32 world, so I apologize, if my question is inappropriate.Is there a way how can I see the program differences between saved project (PC) and the one that is loaded in the MCU?I'm using System Workbench IDE to program stm...

MBirz.1 by Associate
  • 702 Views
  • 2 replies
  • 0 kudos

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
  • 7610 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
  • 487 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...