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.

[参考译文] F29H850TU:使用.hex 文件在 CCS20中刷写

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1515820/f29h850tu-flashing-in-ccs20-using-hex-files

器件型号:F29H850TU

工具/软件:

您好专家、

我要求能够  使用使用以下命令生成的十六进制文件刷写 F29H850TU DSP、  

${CG_TOOL_objcopy}--remove-section=cert -O binary ${ProjName}.out ${ProjName}.bin
$(Python)${COM_TI_MCU_SDK_INSTALL_DIR}/tools/boot/signing/mcu_rom_image_gen.py --image-bin ${ProjName}.bin --core c29 --swrv 1 --loadaddr 0x10001000 --sign-key ${COM_TI_MCU_SDK_INSTALL_DIR}/tools/boot/signing/mcu_gpkey.pem --out-image ${ProjName}_cert.bin --device f29himg - no-flash
${CG_TOOL_objcopy}--update-section cert=C29-cert-pad.bin ${ProjName}.out ${ProjName}_cert.out
${CG_TOOL_objcopy}--output-target ihex ${ProjName}_cert.out ${ProjName}.hex
$(delete)${ProjName}.out C29-cert-pad.bin
$(rename)${ProjName}_cert.out ${ProjName}.out

为什么?  

CPU1中有2个模块、请整齐地构建、具体 位置 模数2 从内部初始化  Module1

因此、我使用2个单独的链接器命令文件独立构建这两个模块、但现在我要将它们一起刷写。  

在使用 CCS 的 F28x (基于 Eclipse)中、我使用合并的十六进制文件来实现。 module1 和 module2  (一个接一个)并使用合并的十六进制文件刷写我的 DSP。

但在 F29x 中、我无法从生成的十六进制文件(如上所述生成)刷写基本的 LED 闪烁示例。  

  1. 有人能指出、怎样才能实现?  
  2. 也许告诉我在生成十六进制文件时遇到了什么问题。

此致
Deep Ganatra