Hello sirs, I skimmed the reference manual for S32K3XX microcontroller and I can't seem to find a Flash Blank Checking functionality. Can anyone confirm that this is the case? TIA
that's correct, there's no hw blank check functionality. If you check RTD drivers, you can find that C40_Ip_EraseVerify function only reads the flash in a loop and compares if the content is 0xFFFF...
that's correct, there's no hw blank check functionality. If you check RTD drivers, you can find that C40_Ip_EraseVerify function only reads the flash in a loop and compares if the content is 0xFFFF...