Page 1 of 1

Qspi / eMMC programming over usb

Posted: Mon Mar 27, 2023 4:36 pm
by wystewart
I have a stm32h750 discovery board with both qspi and eMMC flash. How would upload files to either of these to be accessed by the embedded code? Would be great if there was a simple way like esp32fs-plugin for the ide.

Also i believe I read thst PROGMEM cannot be placed in the qspi flash as it can be for esp32. Is this true?