Tool/software: TI-RTOS
Hi,
I am using IDK-Am5728 board and referring to qspi_diag.c under diag folder in context of no-os environment.
In diag_qpsi.c found out below api for erasing the block
S25FLFlash_BlockErase(flashHandle, blockNumber);
But how to erase the flash at particular offset ? Suppose I need to erase the flash at 0x40000 and 0x1E0000.
Do I need to convert the offset in block number or there exist an api which will do the same.
BR,Abhinav
