Micropython on STM32F405RGT6 Increase File System Allotment #11407
Replies: 1 comment
-
@AngeloFatica So each additional 64kiB you add to the filesystem takes a 128kiB sector from the firmware. I don't know what you've tried (perhaps you could share your changes here?) but the main thing to remember is that the changes you make to the linker script must match the sector sizes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Forgive me if there is some discussion on this already, there is a lot to take in here and I could not find an answer myself. Is there a way to "trick" the memory on lets say the pyboard for instance to allow for less flash storage "text" and more file system storage? Ive tried playing around with different builds and adjusting the linker scripts to no successful build. Has anyone been able to do this successfully? I can just freeze my code anyways but I am curious about this. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions