Question
How to place files directly and easy into the flash memory (html, css, js)?
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!
