2019-11-14 10:40 AM
Hello,
in my project i have a folder for a html visualisation containing some .html, .jpeg, .js and .css files.
I there an easy way to place/access them direclty into the flash without the need of a workaround? Just pressing Strg+B in STM32CubeIDE and the files are in the .hex file and accessable in .c files using some functions receiving a byte array pointer or similar?
Thank you!
2019-11-14 12:46 PM
People generally use scripts and tools to pack file and directory structures, or resources into packages their code can subsequently unpack and utilize.
See things like MAKEFSDATA and PKZIP