Other Parts Discussed in Thread: CC2652R, Z-STACK, SIMPLELINK-CC13XX-CC26XX-SDK
Thread 中讨论的其他器件: Z-stack、 SIMPLELINK-CC13XX-CC26XX-SDK
您好、如何从 CCS 中为 cc2652R 提取十六进制文件? 请指导我如何操作。
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.
Other Parts Discussed in Thread: CC2652R, Z-STACK, SIMPLELINK-CC13XX-CC26XX-SDK
您好、如何从 CCS 中为 cc2652R 提取十六进制文件? 请指导我如何操作。
您好、Karthick、
请参阅 SIMPLELINK-CC13XX-CC26XX-SDK Z-Stack 示例中的 CCS Project Properties -> Build -> Steps -> Post-Build Steps。
${CG_TOOL_HEX} -order MS --memwidth=8 --romwidth=8 --intel -o ${ProjName}.hex ${ProjName}
您还可以选择 CCS Project Properties -> Build -> Arm Hex Utility 并启用 Intel HEX 输出。
此致、
Ryan