I am able to boot my C6747 application from HPI host using AISgen tool. From the host side I wrote a simple code that parses the address, size and data section ignoring all others AIS commands. So far so good, now I'd like to ensure the data integrity by means of CRC computation but I have some doubts.
- This concern the slave-boot mode and, from my understand, I cannot validate CRC during boot since I'm using the HPI interface. Is this true?
- I could also compute CRC after booting on both sides. I think there will be no problems on the host side but I wonder how could I do it on the C6747. In this case, to perform the CRC, I would have to get address and size sections information at runtime and I don't know if it is possible.
Any ideas from your side?
Gaston