STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TCS peripheral

Hello,I have custom board with STM32F301R8T6 and connected 4 channel slider sensor. I want to copy an example present in STM32CubeIde called TouchSensing_Linear. There in the configuration files such as tls_user.c, tls_user.h are includes for tls.h a...

Resolved! 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
  • 2703 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...