Other Parts Discussed in Thread: SYSCONFIG
Hi,
I am following the below sequence for flashing TI chip in backdoor boot loader mode,
Sender:PING
Received:ACK
Sender:CRC
Received:ACK & Got CRC
Sender:Bank Erase
Received:ACK
Sender:Status
Received:0x40(Success)
Sender:Download
Received:ACK
Sender:Status
Received:0x40(Success)
Sender:Send_Data
Received:ACK
Sender:Status
Received:0x40
I am trying to flash 352KB(whole flash region) 128bytes per command
After flashing i am checking the CRC of flashed image and CRC calculated from TI chip(response of CRC(0x27)) both are matching
Hence resetting the PIN(BLE_RST) to boot the TI chip
TI chip also booting with flashed image but after that if i try to calculate CRC there is a mismatch
Is this expected? or something missed in sequence?