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.

Use IAR for TMS570LS3137 calculate Flash CRC error occur

Other Parts Discussed in Thread: NOWECC, HALCOGEN, TMS570LS3137

I use IAR as IDE ,when I use the function

uint64 SL_CRC_Calculate (uint64 * startAddr, uint32 count64),which is provided by safety library ,I found some problems ,if the length I calculate is less than 0x30000 (this number is not very accurate ),no problem ,if the size of flash calculated is larger than this number , it jumps to flahErrorReal.

I want to know why this happened ,when I use CCS ,this problem dosn't exist.