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

Resolved! EEPROM emulation firmware library

I'm working with a legacy project that uses some EEPROM emulation code on a STM32F103 MCU. I need to find the original release file containing eeprom.c and eeprom.h of that emulation code. The description of the header file looks like this:  /*******...

Resolved! STM32U535 'Q' SMPS usage

Because there appear to be little/no stock of the STM32U535CEU (QFN Version) I'm left with a dilemma of whether to use the built in SMPS.  Some documentation in another post describes how to connect up when not using it but how do you switch between ...

STM32U535 SMPS.png

Resolved! How to wake-up on time in time with RTC ?

Hi eveyone,I have a problem with RTC wake up. I use LSE 32.768kHz.I run example from manufacturer to wake up MCU from Stand by mode very 1min, 2mins. Everything work okay.But, When I put delay 10s and HAL_PWR_EnterSTANDBYMode(); into while(1). Everyt...

Labels