STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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