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.