STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FATFS on SD-CARD writing problem

Posted on July 16, 2018 at 02:07I use STM32F427 with True Studio as my IDE.I need storing data on SD-CARD.I use FATFS as my File System.My problem is that most of the time the actual written data is not what is written - when trying to open the file...

Ofer by Associate III
  • 276 Views
  • 1 replies
  • 0 kudos

when I am sending data using USB, when the callback in my firmware gives me USB BUSY? i am using STM32F303VC discovery board ......USB code generated using STMCUBEMX

Posted on May 21, 2018 at 13:12when I am sending data using USB, when the callback in my firmware gives me USB BUSY?  i am using STM32F303VC discovery board ......USB code generated using STM32CubeMX.Once, I received USB Busy state, dynamically send...