Using QSPI Flash storage with STM32F7DISC #9306
Unanswered
matthgyver
asked this question in
Hardware & Peripherals
Replies: 1 comment
-
You will need to define the QSPI and block device config in https://github.com/micropython/micropython/tree/master/ports/stm32/boards/STM32F7DISC and compile the firmware (and maybe send a PR See for example the F769 discovery board (https://github.com/micropython/micropython/tree/master/ports/stm32/boards/STM32F769DISC) which already does this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just tried micropython on STM32F746 Disco board and it's work great but I have not access to the integrated QSPI flash storage.
How can I run my script from this memory please ?
Thank's
Beta Was this translation helpful? Give feedback.
All reactions