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

Resolved! STM32F407 wrong flash values

Hello,I have an issue with some STM32F407VG chips.Values stored in flash are wrong, e.g.Flash size at address 0x1FFF7A22 is 0xFFFF instead of 0x400.Temperature sensor calibration data for 30°C is 0xFFFF.Here after is a picture of the bad chip.Thanks ...

f407_bad.jpg
zeboss49 by Associate III
  • 1604 Views
  • 5 replies
  • 2 kudos

unable wake-up from standby mode in stm32f30 controller

Hi all,i am using stm32f3 discovery EV kit, i am using stand by mode for deep sleep, but it is not wake up from sleep mode.i configured sys_wkup1 (PA0) and it is connected push button.i am re intialize i/o port and toggling one led after wake up from...

nraj by Associate II
  • 542 Views
  • 0 replies
  • 0 kudos

Resolved! How to interface EMMC with STM32H743XIH ?

Hi all,This is my first project trying to configure an EMMC memory with my stm32H743XIH MCU, and unfortunatly i didnt find any exemples of projects so i can understand how this works ! I'm facing two problems on my first try project :1) Create projec...

PyKe by Associate III
  • 6397 Views
  • 8 replies
  • 0 kudos

STM32U575 update FreeRTOS

Hello,I am working with the STM32U575 with FreeRTOS running on the STM32. Is there a way that I can plugin a usb drive to update the firmware on the STM32U575 with modifications of the code? Kind regards

T.Die by Associate II
  • 446 Views
  • 0 replies
  • 0 kudos

Resolved! External Flash erase half size

HiI have develop a custom board wit stm32F799 cpu, there is External Quad flash model MT25QL128ABB1ESE 128Mbit 16Mbyte.My problem thar the falsh erase only half size, the address in memory map shall be 0x90000000 to 0x90FFFFFF but the erase work unti...

PZamb.2 by Associate III
  • 1303 Views
  • 3 replies
  • 1 kudos

Resolved! Undesired behaviour from HAL SPI DMA Slave

For some reason HAL_SPI_STATE remains busy forever after executing HAL_SPI_Receive_DMA. This happen for the SPI slave of SPI #2 of the STM32H745XI board. The problem goes away when I change the SPI mode from slave to master, but that's not a proper w...