Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 9 months ago.
How would I go about merging a text file into a hex file?
I'm working on porting a programming language to Mbed (mainly Micro:bit). From what I've seen, Micro:bit (and DAPlink?) cannot store actual files. Instead, the hex file is loaded in and it disappears from the fake drive. To combat this, it appears that projects like Micropython or MakeCode merge the runtime and the program into a single .hex file. How is this done?