CRC protection of flash read/write

Hi there,

Are flash writes (adl_flhWrite) internally protected in some way (say CRCs), so that when I perform a read I know that if the read succeeded my data is in tact. Or do I have to put my own CRC field in the data and perform the checking myself?

Many thanks,
Elardus

Hi
I am not sure about flash write being internally protected but I guess if the flash write is successful i.e if adl_flhWrite returns success then the data written over the flash would remain in tact.