Hello team,
I am looking an easiest way to include my text files in my firmware. Is there any way i can convert text files to either .o/.bin file so that i can flash it directly on mcu with firmware.bin or can merge it with firmware.bin.
Thanks in advance!!
Is this the functionality you are looking for?
https://developer.arm.com/documentation/ka001049
Hello Ronan Synnott
Thanks for your quick response.
I just want to send my .txt files in .bin format to my controller. Are ther any options we can have??
I am using ARM cortex M4 controller. Is there any software utility available from which i can convert all the text files to .bin format & then upload .bin to controller??
The solution I pointed to is the only way I know with Arm tools.
A cursory search found a number of text2bin utilities on github and similar.