Search found 1 match

by duane
Mon Jan 28, 2019 8:07 am
Forum: Development of MicroPython
Topic: preloading the FLASH with files
Replies: 3
Views: 4122

preloading the FLASH with files

For the STM32 ports, the file main.c - creates several files as part of boot. What I want to know is this: Is there a way to 'preload' the on-chip flash disk with files when flashing? The idea and concept i want is this: I have a directory with various .py and (data) files, this represents my applic...