Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
Hi TI experts.
I use DIO9 as a bootloader on CC1312.
And use Uniflash to do fw upgrade.
But an error will occur after about 80% of updates.
the error log as below.
[2025/4/15 下午1:47:42] [INFO] Cortex_M3_0: CC1312R1F3(Bootloader) [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Auto baud detection is successful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Ping command is successfully received by target! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erase sector on address :0x0 is succesful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erase sector on address :0x2000 is succesful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erase sector on address :0x4000 is succesful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erase sector on address :0x6000 is succesful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erase sector on address :0x8000 is succesful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erase sector on address :0xA000 is succesful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erase sector on address :0xC000 is succesful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erase sector on address :0xE000 is succesful! [2025/4/15 下午1:47:43] [INFO] Cortex_M3_0: Erasing memory time elapsed: 0.1358s [2025/4/15 下午1:48:03] [ERROR] Cortex_M3_0: [ERROR_MESSAGE]Send command to address: 0xE000 with programming size : 0x26C4 is failed! Status: [ERROR_MESSAGE]Failing erasing or programming operation! [2025/4/15 下午1:48:03] [ERROR] Cortex_M3_0: [ERROR_MESSAGE]Programming is failed! [2025/4/15 下午1:48:03] [ERROR] Cortex_M3_0: [ERROR_MESSAGE]Process is failed!
how can I solve the problem?
Thanks.