I have a fairly basic question about the Ti bootloader in the cc26xx.
When the Ti chip is reset, what exactly is the flow of operations for its boot procedure? More importantly where is the code being executed? Does the boot process start at a fixed ROM address and then:
1. Check the flash 2. Check the bootloader pin & bootloader status 3. If needed load into SBL (in ROM) 4. If nothing else & flash valid -> Load flash
In this flow - I assume that (1), (2) and (3) executes in ROM. However I found some code in the flash section of the chip which seems to be doing the checking of the BL pin and jumping into the ROM bootloader.
Please clarify!