Tool/software:
We use the BLE5 example projects. Creating and debugging works perfectly, but I can't find the generated hex file anywhere. Where could it be and what do I have to set in CCS to create it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
We use the BLE5 example projects. Creating and debugging works perfectly, but I can't find the generated hex file anywhere. Where could it be and what do I have to set in CCS to create it?
Hi,
The hex file should be in the Release or Debug folder,
Regards,
Tanguy
Hi Tanguy,
thank you very much for this information.
I have another question regarding the generated hex file. Is it also possible to switch off the debug information in the project so that the size of the hex file is smaller?
If so, where?
Hi,
Debug information is stripped when the hex file is generated.
Regards,
Tanguy