Part Number: CC1310
Other Parts Discussed in Thread: UNIFLASH
Hi guys:
Example of using two CC1310 MCUs to test OAD
SDK version: Simplelink_cc13x0usdk_4_20-02_07, ti154stack_Lux_x64_8_30_00_05
I tried to send an OAD request on Linux, But the sensor will display CRC Failed
The steps for me to create an incremental package are as follows:
- python hexmerge.py -o devices_1310.hex "--overlap=error" ../Release/devices_1310_v0.9.0.hex bim_1310.hex
Download devices_1310.hex to MCU via UniFlash - 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
Transfer ab.dim to Linux and issue it to the sensor using the 'u' command
The above figure shows the output after the last instruction of sensor load
I have also tried removing the offchip in steps 2-3 above, but the result was CRC Failed
Can you help me? Thank you







