Skip to content
Discussion options

You must be logged in to vote

If you look at the PYBD boards bdev.c file and mpconfigboard.h they use two external flash chips, one on QSPI which can be used for the main firmware executable code (supports memory mapped use), the second is connected with SoftQSPI and can be used for the filesystem data storage. https://github.com/micropython/micropython/blob/master/ports/stm32/boards/PYBD_SF2/bdev.c

If your second one is wired to hardware spi you can use that instead of softqspi configuration eg.

If you only program your board via SWD you likely wont need to use / build with mboot support at all, unless you want OTA support…

Replies: 1 comment 1 reply

Comment options

andrewleech
Aug 14, 2024
Collaborator Sponsor

You must be logged in to vote
1 reply
@gabsi-w
Comment options

Answer selected by gabsi-w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants