STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Command line Hex to DFU

Posted on May 30, 2011 at 10:46Does anyone know of a way to create a DFU file from the Windows Command prompt. I need to automate the generation of the DFU file from within a Makefile. Thanks Cosma #makefile #command-prompt #dfu

Incorrect work f_mkdir() FatFs SD SDIO

Posted on September 14, 2016 at 14:53Hi, everybody! SD 2Gb connected by SDIO to stm32F407. FatFs. f_mount(), f_open(), f_write(), f_close() work well. But f_mkdir(''DR'') creates failed directory. Its name - ''DR. 1'', and if i try to open it, the m...