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.

[参考译文] CCS/PRUCAPE:将PRU程序转换为二进制C文件

Guru**** 1513510 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/579208/ccs-prucape-transform-pru-program-to-binary-c-file

部件号:PRUCAPE

工具/软件:Code Composer Studio

能否使用CCS将PRU程序转换为二进制文件?例如  

const unsigned int EnDatFirmware[]={
0x2100.03万,
0x0.0107万,
0x1万,
0x2400.04万,
0x810b0400,
0x2400.778万,
0x2403bfc0,
0x2427.1081万,
0x2303e49d,
0x2effbb80,
0x81e8.248万,

.

}

以及如何设置?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您在ARM内核上运行的是哪种操作系统? 处理器SDK Linux还是RTOS?

    根据操作系统,可以将二进制转换为十六进制,但可能不需要。