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

Localisation of program in Flash memory

Hi everyone,I wonder how to know from which address start a program when we debug it into the flash memory and the finish address is easy to find if we know the start address.according to the map of flash memory of the STM32F413 given by the link bel...

idrissmc by Associate III
  • 318 Views
  • 0 replies
  • 0 kudos

Bootloader and main firmware clock config

Hi ST Community,I have a device built on the STM32F407, with my bootloader.If the bootloader runs at 168 MHz, and the main firmware runs at 72 MHz, everything works fine.If SystemClock_Config of the bootloader have same settings (dividers and multipl...

ALavr.10 by Associate
  • 352 Views
  • 0 replies
  • 0 kudos

Resolved! Nucleo-L011K4 USART examples not working?

Hi,I got a brand new Nucleo-L011K4 and was very interested in testing the examples I got from ST, but when I download the USART examples on my board the receive part of them does not work. Is there any flag I need to set/clear that the examples are m...

The QSPI Indirect read mode doesn't work

All QSPI Receive functions(receive, receive_it, receive_dma) collapse when fmode is loaded with indirect read mode(01) in case ADMODE, ABMODE and IMODE fields are zero. On STM32H743ZIT Dev board

LKauf by Associate
  • 366 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F7 High Power Consumption in Standby

All, Unfortunately I don't see many useful answers to high standby power consumption on these forums. Hopefully someone has gained insight since previous questions have been asked, or my specific situation is has an alternative solution that didn't a...

ZThat by Senior
  • 1353 Views
  • 5 replies
  • 0 kudos

STM32L476 FatFs. cannot mount sd card (F_mount) - Help!

Hi,Another one for you.I am having problems with the FatFs library, specifically I cannot mount the SD card. I am using the HAL libraries and have generated the configuration using STMCubeMX. I cannot get this to work on either my own hardware of t...