Tool/software:
HI ,
I am running Flash API example from the f29h85x-sdk ,specifically the example flash_mode0_128. And i am trying to understand
the erase sector function Fapi_issueAsyncCommandWithAddress.
what is the sector size ? it is written 2KB , but i think it is 4KB
I changed the example code such that it will erase two sectors , after the code finishes erasing the first sector the variable u32CurrentAddress is incremented by 0x1000 and will run additional sector erase.