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: TI-RTOS
Hey there
I'm using CC1312R board with Linux collector application, everything works fine for me. In my application I also need OAD update that's why I followed steps to perform the OAD form the default binary files available with SDK and that's work for me
Now I need to generate the .bin of my own source .hex, that's why i just followed the steps provided here
I'm using python 2.7 along with the Intelhex, crcmod,and ecdsa
then i run the command to generate the .bin but unfortunately I haven't found .bin in my directory
python C:\Users\Mahendra\Desktop\OAD\oad/oad_image_tool.py -v 0x0200 -i Tilt_Sensor.hex -ob sensor_oad_cc13x0lp_app-nverase_v2.bin -m 0x1000
here is my cmd screenshot
Can anyone help me here ?
Thanks in Advance
Thanks for your feedback
yes I'm able to generate the .bin file but for the default code only after changing the SOFTWARE_VER
but when i re-name the project from the ccs the the things not happens and i'm getting hex only!
Any advice to generate .bin after renaming of the original oad project ?
Thanks