EM_blockVerifyErase Function (ROM Call 0x15D)

flash.h

short EM_blockVerifyErase (void *src);

Verifies if an archive block is erased.

EM_blockVerifyErase returns TRUE if an archive block of 64KB size is erased (i.e filled with 0xFFFFFFFF), and FALSE otherwise. It is used in the reset routine of AMS 2.xx.

Note: This function behaves differently on AMS 1.xx and AMS 2.xx: