Hello Collegues,
I often use binary data in projects (calibrations, image, picture and etc). Often, i convert binary file to hex-text format by handmake programm and I add it in source code by simple unsigned char array[]. It is not sutiable for large datas. Can i include simple binary file in my project when i linking or compile project? How i can get data after?
Thanks, Mike