Tool/software:
Hi champs,
I am asking this for our customer.
We are aware that erase commands includes DL_FLASHCTL_COMMAND_SIZE_SECTOR and DL_FLASHCTL_COMMAND_SIZE_BANK.
The user wants to erase most sectors, but it takes too much time if they erase sectors one by one.
1. It is possible to erase a bank and mask some sectors in one command?
That is, erase bank1 and mask its first 64KB in one command?
2. In this case, the total erase time should still be the bank erase time?
That is, 220 ms (max).
3. If not, would you please how to erase a bank except its first 64KB in a quick way?
4. Do we have any doc/codes to show how to use flash related API, especially for bank erase?