Hi Alexis,
I believe this is before the command and timing parameters are needed to be loaded into the LUT. The LUT is being updated with a kSerialFlash_ReadSFDP command so the FlexSPI can read the flash device SFPD signature and Revision.
Stepping through the code, the command for reading SFDP (0x5A) is loaded into the LUT. Once the IP command is triggered, the RxFIFO is accessed, however the correct signature (0x50444653) is not there. Instead the signature value that is read is 0x18181818, and so the flash device is seen as not a valid.
I have queried the device with a regular SPI interface and have received the correct SFDP signature.
I am using the evkmimxrt1060_flash_component_nor example as guidance. do you know if the Nor Flash Initialization process from that example is transferable, or is it only really for evk usage? I am not very familiar with configuring flash devices, perhaps there is something I am overlooking?
Thanks,
Nick