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

STM32H74 ECC Errors

Hi,Some doubts on the ECC functionality on STm32h74x.How can we know if the data can be corrected for cases DEDF and DEBWDF ? I always see the DEDF and SEDF fields set in my case. This bits are set when the control is hit the main(), and then I clear...

andy_long_0-1712312892764.png andy_long_0-1712315036609.png andy_long_1-1712315066857.png
andy_long by Associate III
  • 1649 Views
  • 9 replies
  • 1 kudos

Resolved! Package data register wrong code

Hello,I am using a STM32G491 in LQFP48 package. In the RM0440 rev8 page 2122 the package code for LQFP48 is 01011. But I read 01001 which would be LQFP32. The device id 0x479 is correct. Is there a reason for this? Thanks.

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