7 years, 3 months ago.

USB Interfacing with STM32F7 Discovery

Hi Guys,

Does anybody know a good starting point for interfacing with the STM32F7 discovery over USB?

I would like to upload files (just like installing a new installation *.bin file) from my computer to the STM32F7 Discovery and store these files on an internal SD card.

Would this even be technically feasible via the USB installation port, or do I need to use the USB-HS / USB-FS port to do so?

Last year I tried using the LocalFileSystem library, but this does not seem to work on the STM32F7.

Thanks in advance,

Alex!

You cannot use the USB installation port for that, you need to use the USB pins of the device for it. However I am not familiar with the F7, so I don't know if it is supported. Since the F4 works if I recall correctly, I assume F7 shouldn't be too hard to make work. So have a look at USBDevice library.

posted by Erik - 09 Jan 2017

1 Answer

7 years, 2 months ago.

Gewoon snappen waar het over gaat..