STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Leaving DFU from command line not working

I am trying to program the STM32H753 flash on our board in DFU mode. Specifically on a raspberry pi running linux.I connect the boot0 to 1.8V while plugging in my USB-C cable and then the boot0 jumper wires are no longer connected. So if DFU mode is ...

MRex by Associate III
  • 1472 Views
  • 1 replies
  • 1 kudos

Audio Player Demo (STM32L4R9I-DISCO)

I would like to implement audio in my project with the STM32L4R9I-DISCO kit. I tried first checking out the demo that comes with the discovery kit, but the touchgfx demo doesn't seem to accept wav or mp3 files. Is there a specific audio format that i...

Du1 by Senior
  • 872 Views
  • 4 replies
  • 0 kudos

FatFs: How do I re-declare the f_mount file system object in a different source file - without remounting the logical drive?

UPDATE: Someone on stackoverflow has assured me that the file system object created by f_mount should indeed work elsewhere in the RTOS, and my issue is one of order of operations rather than a missing file system object. I'll update this thread as s...