Part Number: CC2652R
Other Parts Discussed in Thread: Z-STACK, SIMPLELINK-CC13XX-CC26XX-SDK
Hi, how to do extract hex file from CCS for cc2652R? please guide me how to do 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.
Part Number: CC2652R
Other Parts Discussed in Thread: Z-STACK, SIMPLELINK-CC13XX-CC26XX-SDK
Hi, how to do extract hex file from CCS for cc2652R? please guide me how to do it.
Hi Karthick,
Please refer to the CCS Project Properties -> Build -> Steps -> Post-build steps from the SIMPLELINK-CC13XX-CC26XX-SDK Z-Stack examples.
${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}
You can also select CCS Project Properties -> Build -> Arm Hex Utility and enable intel hex output.
Regards,
Ryan
It is located in the output folder, for Z-Stack examples the folder is called "default". The hex file is only generated after building the project.
Regards,
Ryan
Example: C:\Users\<unique ID>\workspace_v11\znp_CC26X2R1_LAUNCHXL_tirtos_ccs\default\znp_CC26X2R1_LAUNCHXL_tirtos_ccs.hex
Regards,
Ryan