Hello, I am trying to understand the wireless update of Chronos. Im in the process of modifying this to create a wireless bootloader for our product. Here is what I understood:
1. the Chronos wireless update code for IAR overwrites the existing BSL of the chip.
2. in order for it to update, it will copy the bootloader from the BSL to the RAM then perform the update. However, I am checking the TI-txt output and I can see that addresses @1D30 @FFE0 @FFFE are present. From the datasheet, 1D30 is the RAM. With this, does this TI-TXT file update the BSL? or is that RAM location (1D30 onwards) mentioned are non-volatile (sorry for this stupid question, I am a little lost actually)?
Hoping for some enlightenment. Thanks
@1D30
31 40 FE 2B 3C 40 60 29 3D 40 1A 01 B0 13 46 25
3C 40 52 29 3D 40 C0 1D 3E 40 0E 00 B0 13 16 26
80 00 1A 26 4C 4A B0 13 1C 26 80 00 52 24 3D 40
............ (more data here) .......
69 1D 6C 43 80 00 1A 26 B2 B0 20 00 02 0F FC 2B
10 01 4D 43 4C 43 80 00 1C 26 80 00 12 26 0C 43
10 01 80 00 0A 25 80 00 34 25 10 01 10 01 10 01
10 01
@FFE0
7B 00
@FFFE
30 1D
q