Thread 中讨论的其他器件:controlSUITE、 C2000WARE
工具/软件:TI C/C++编译器
当我使用 TI serial_flash_programr.exe 进行测试 时,它显示无法打开文件,为什么? 我 该怎么做?
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.
工具/软件:TI C/C++编译器
当我使用 TI serial_flash_programr.exe 进行测试 时,它显示无法打开文件,为什么? 我 该怎么做?
请思考您的帮助。 现在、我可以成功地下载一个.txt。 但 donwload 两个.txt 失败。
我的命令 likethis:serial_flash_programr.exe -d f2837xD -k application.txt -a crp_485DownLoad_V1.0_DSP1cpu1_Flash.txt -m F2837xD_sci_flash_kernels_cpu02.txt -n crp_485DownLoad_V1.0_DSP1cpu2_Flash.txt -p COM6 -b 9600
然后将出现
为了实现 donwload 两个.txt 成功... 您能告诉我这些设置步骤吗?
当我下载两个.txt、如下所示:
serial_flash_programr.exe -d f2837xD -k F2837xD_sci_flash_kernels_cpu01.txt -a led_flash_cpu01.txt -m F2837xD_sci_flash_kernels_cpu02.txt -n led_flash_cpu02.txt -p COM10 -b 9600
led_flash_cpu01.txt 和 led_flash_cpu02.txt 已成功下载。
F2837xD_sci_flash_kernels_cpu01.txt 和 F2837xD_sci_flash_kernels_cpu02.txt 位于 ti\controlSUITE\device_support \~Utilities serial_flash_programmer\f2837xD_FW_upgrade_example。
但是、当我使用 F2837xD_sci_flash_kernels_cpu02.txt flie 时、该 flie 通过 controlSUITE 中的示例 F2837xD_sci_flash_kernels_cpu02生成。
类似如下的命令:serial_flash_programr.exe -d f2837xD -k F2837xD_sci_flash_kernels_cpu01.txt -a led_flash_cpu01.txt -m F2837xD_sci_flash_kernels_cpu02.txt -n led_flash_cpu02.txt -p COM10 -b 9600
但失败了。 我可以看到该过程、下载 F2837xD_sci_flash_kernels_cpu01.txt 成功、然后我选择命令1-DFU CPU1、我可以看到下载 led_flash_cpu01.txt 成功。当我选择命令14-Reset CPU1和 Boot CPU2时、我可以看到下载日期、最后将显示如下所示、
唯一的区别是 F2837xD_sci_flash_kernels_cpu02与项目示例 F2837xD_sci_flash_kernels_cpu02的区别。
这就是为什么?
您好 Sal、
我发现该过程在下面停止:
在此之前、它已经 让 Flash0EccRegs.ecc_enable.bit.enable = 0x0;
,我们已 根据 17, processors.wiki.ti.com/.../C2000_Flash_FAQ 进行检查
您的建议是什么?