OO_GetFirstFlashAppSectorAddress Function (ROM Call 0x4F3)

AMS 2.00 or higher flashapp.h

unsigned char *OO_GetFirstFlashAppSectorAddress(CFILE *certfile);

Fills given CFILE and returns a pointer to the first byte of the first sector reserved for FlashApps.

After execution of this ROM_CALL, certfile contains the following information:

At least one 64 KB sector is reserved for FlashApps in the Flash Memory. The first such sector is the first sector after the end of the AMS code.


Uses: copen, cread, FlashMemoryEnd
Used by: EM_survey, OO_GetEndOfAllFlashApps


See also: EM_getArchiveMemoryBeginning, OO_GetEndOfAllFlashApps