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.
我们首先通过"scia 示例"与 PC 通信、验证了 sci 硬件状态是否正常。
1."c:\ ti \ c2000 \ C2000Ware_1_00_06_00 \ device_support \ f2806x \ examples \ c28 \ f28069_sci_flash_kernel"
我在 CCS 中导入了该示例并对其进行了编译。
2.将文件"f28069_sci_flash_kernel.out"复制到文件夹"c:test"。
2.1我没有将"f28069_sci_flash_kernel.out"文件下载到28069。 原因是"serial_flash_programmer"认为它将下载。
3.我将"C:\ ti \ ccsv6 \ tools \ compiler \ ti-CGT_6.4.6 \ bin"文件夹中的"HEX2000.exe"文件复制到文件夹"c:test"中
4.打开 Windows 命令行并输入"c:test"目录。
"hex2000.exe -boot -sci8 -a -o f28069_sci_flash_kernel.txt f28069_sci_flash_kernel.out"
创建了文件"f28069_sci_flash_kernel.txt"(我从未打开过它。 当我打开它时、我有时会看到 Windows 添加了奇怪的数字。)
6."c:\ ti \ c2000 \ C2000Ware_1_00_06_00 \ device_support \ f2806x \ examples \ c28 \ timed_led_blink"
我在 CCS 中导入了该示例并对其进行了编译。
我将程序下载到仿真器、并确认 LED 正在切换。
7.将文件"Example_2806xLEDBlink.out"复制到文件夹"c:test"。
8.打开 Windows 命令行并转至"c:test"目录并运行以下命令:
"hex2000.exe -boot -sci8 -a -o Example_2806xLEDBlink.txt example_2806xLEDBlink.out"
9.已创建"Example_2806xLEDBlink.txt"文件(我从未打开它。 当我打开它时、有时我看到 Windows 添加了奇怪的数字。)
10.我已从电路板上移除仿真器,目前只连接 SCIA 通信和电源。
11. GPIO34 - SET (3.3V 上拉电阻)
GPIO-37 -非置位(GND 下拉)
12.关闭"28069"。
13.打开"28069"的电源。
14."LED 闪烁"不起作用。
因此、它被视为处于"sci 引导模式"。
15。如下图所示继续。
16."正在将 C:\ test \ Example_2806xLEDBlink.txt 下载到设备..."
20分钟后无响应。
因此、如果我犯了错误、请告诉我。
我无法求解一个月。