STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STL library and bootloader

I have a question about X-CUBE-STL library on STM32H723ZG. We want to use it with a bootloader that resides in the first 128K flash sector. We want to reserve some data in the flash (firmware version and a signarure). Is there somewhere an example li...

Resolved! Integrating SPI NOR Flash with FATFS and USB MSC

Dear STM Community,I hope this message finds you well.I am currently working on a project that involves integrating SPI NOR Flash (MT25TL01GB) with FATFS and USB MSC on STM32F429. Despite my efforts, I have encountered some challenges and would great...

pankaj4 by Associate II
  • 733 Views
  • 8 replies
  • 1 kudos

Resolved! ATOMIC_SET_BIT() stopping code execution

HII am using the STM32G474 MCU and ran into a problem with my code stopping execution.In my application, I have a level 0 priority interrupt that takes 1.34us to execute that occurs once every 6.66us.  In the final code, I will need 3 of these runnin...