Hi All, and @victorjimenez
I am using evkmimxrt1064_fsl_romapi example.
romapi does not support erase block, so I intend to do it via LUT command.
Result is, just ONE block is erased. Could you tell me how to define to erase multiple blocks? (there is no parameter to specify block size or block num)
Solution:
In flexspi_nor_polling_transfer example, refer to flexspi_nor_flash_erase_sector() function.
Call this function several times for multi-erase.