STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 254 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...

Programming STM32 MCU for the first time fails.

I am using STM32L451RCT6 MCU . When I take a fresh MCU , unprogrammed and flash it for the first time , the flashing fails and when we flash it in the subsequent boots, the flashing succeeds.Can you please let us know , if we need to add any addition...

Vbala.1 by Associate
  • 327 Views
  • 3 replies
  • 0 kudos

Resolved! Configure SPI on stm32f205

Hello!How can I configure only the MISO pin in the mode falling edge triggered interrupt input? It's not possible to do it on CubeMX. I tried to change the spi.c file like follows:/**SPI3 GPIO Configuration  PA15   ------> SPI3_NSS  PC10   ------> SP...

Kolab by Senior
  • 1011 Views
  • 10 replies
  • 0 kudos

Resolved! LPUART error

Has anyone encountered this problem? An ORE error occurs when receiving data with LPUART. After I clear it with software, an ORE error occurs every time I receive data. How can I solve it?

XZou.1 by Associate II
  • 348 Views
  • 1 replies
  • 0 kudos

SysTick not preempting other interrupts

Hello,I've got a very basic setup for an STM32G431KB/STM32G441KB where I use default interrupt priorities (verified all 0 in SBC and NVIC) for each exception in the vector table. I would therefore expect that a SysTick exception (-1) would preempt an...

danderle by Associate II
  • 696 Views
  • 5 replies
  • 0 kudos
Labels