Store data on systems without filesystem #11415
WolleKette
started this conversation in
General
Replies: 2 comments
-
Has finished |
Beta Was this translation helpful? Give feedback.
0 replies
-
@WolleKette The default configuration for this board does include a 26kiB filesystem. The only other solution is to add external storage, either external spiflash (which you can put a filesystem on) or and i2c eeprom (which you can just read/write bytes to). |
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 at all,
I have a NUCLEO_L432KC board, which does not support a filesystem because of few flash and I use a Micropython build with my own frozen modules.
Now I need to store some configuration data in my program and I don't know how to do that without a file system.
Please, can someone help me?
Unfortunately I can't get the MP version of the mindforger/micropython-L432KC project compiled. It's supposed to provide a minimal file system.
Beta Was this translation helpful? Give feedback.
All reactions