Skip to content
Discussion options

You must be logged in to vote

The STM32WL55 is pretty constrained on flash space, so it doesn't create any filesystem by default.

You can still create one in the available space, take a look at this comment here which has the steps to do that:
https://github.com/orgs/micropython/discussions/11708#discussioncomment-6118083

Note that the filesystem will be pretty small (in the linked post it was 24KB, in the latest master branch versions we "freeze" the lora driver into the STM32WL55 build so the available space for the filesystem will be even less - but on the plus side you now don't have to find a place to put the LoRa driver!)

Suggest pre-compiling any sizeable Python files with mpy-cross and then copy the .mpy file …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@DuaneKaufman
Comment options

Comment options

You must be logged in to vote
1 reply
@DuaneKaufman
Comment options

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