Hi everybody,
I would like to implement a secondary bootloader (copy image from spi-flash to RAM and branch to main application) on C553x processor. We will need that in our project to be able to in-field program our device. So the execution steps would be 1) start internal bootloader 2) internal bootloader copy secondary bootloader from spi-flash to RAM and execute it 3) sec. bootloader copy image from somewhere else in spi-flash memory or save new image to spi-flash (e.g. via RS232)
Now my question is, may I use the SARAM 31 block for secondary bootloader application? As far as I understand Application Note SPRABL7A - "Using the TMS3205535/34/33/32 Bootloader" these block is used on all devices for internal bootloader and free to use after internal bootloader branch to application. But as I would like to use the C5532, in my project, I have also the information of the datasheet that these block (SARAM31) can not be used/accesed (=reserved).
Best regards,
Max