Tool version: MCUXpresso IDE v11.2.1 [Build 4149] [2020-10-07]
Target: iMXRT1010EVK
When I generate a FlexSPI peripheral configuration with NOR flash LUT, the opcode0 is incorrect for ERASESECTOR and WRITESTATUSREG. We found this out as these commands weren't working, but comparing with an imported example (flexspi_nor_polling_transfer) we have found the problem:
- ERASESECTOR opcode is generated to 0xD7, the correct value is 0x20
- WRITESTATUSREG opcode is generated to 0x01, the correct value is 0x31