Other Parts Discussed in Thread: CC1310, UNIFLASH
器件型号: CC1310
Thread 中讨论的其他器件: UNIFLASH
嗨、大家好:
使用两个 CC1310 MCU 测试 OAD 的示例
SDK 版本:Simplelink_cc13x0usdk_4_20-02_07、ti154STACK_LUX_x64_8_30_00_05
我尝试在 Linux 上发送 OAD 请求、但传感器会显示 CRC 失败
我创建增量软件包的步骤如下:
- python hexmerge.py -o devices_1310.hex “--overlap=error“./Release/devices_1310_v0.9.0.hex bim_1310.hex
通过 UniFlash 将 device_1310.hex 下载到 MCU - Python oad_image_tool.py -v 0x0090 -t offchip -i app ./Release/devices_1310_v0.9.0.hex -ob a.bin -m 0x14F0
- Python oad_image_tool.py -v 0x0091 -t offchip -i app ./Release/devices_1310_v0.9.1.hex -ob b.bin -m 0x14F0
- python toad_image_tool.py -oimg a.bin -nimg b.bin -o ab.dim
将 ab.dim 传输到 Linux 并使用“u“命令将其发送到传感器
上图显示了传感器负载的最后一条指令之后的输出
我还尝试了在上面的步骤 2-3 中移除片外器件、但结果是 CRC 失败
可以帮帮我吗? 谢谢你







