Tool/software:
I am wondering if it is possibile to customize the out2rprc.js script to include into the RPRC header a reference to .TI.crctab section, if it exists.
I would like to make a bootloader able to check CRC for each section, just after load from flash to RAM for each core.
I have already successfully enabled the self check for each core to go throught the .TI.crctab section and to verify the CRC of each section.
But I would prefer to have the bootloader doing a CRC check before to start the application and, in case of mistmatch, trying to load the application from a different part of the flash (our application is in double copy).
Looking forward
Andrea