This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCU-PLUS-SDK-AM243X: Out2RPRC customized to include .TI.crctab reference

Part Number: MCU-PLUS-SDK-AM243X

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