2014-10-24 02:15 PM
I want to use the CRC example of IAR ''ROM size save with CRC32 Note 52791'' from my Boot.
The problem is that the intvec area set on start of the APP ROM but don't get into the CRC calculation.Today I see that the intvec place on 0x184 bytes.Can I rely on it that it stay always this size(even when program change) because I can't see from the Boot the map of the APP, so I have to take it as a constant? #intvec-size-crc2014-10-24 02:20 PM