I am using a costume board RT595 and the flash I am using is MT25QU512ABB, in my costume board I configured my board's ISP mode to be working in flexspi mode, and can't change it, so the main issue is that the memory is not detected. Even though, if I make mcu to program from RAM, it will work fine, so the issue is with the flash, not the hardware connection. furthermore, I am concerned about the MT25QU512ABB extra pin compared with the default QSPI flash memory on the evaluation board S25WP064AJBLE, will it affect the functionality of the flash or will it not change anything?
I tried changing the FCB by following the procedure provided in the documentation of AN13304 nothing changed, also the error that I'm facing is as you can see below:
##NXP: MIMXRT595
DAP stride is 1024 bytes (256 words)
Inspected v.2 External Flash Device on SPI using SFDP JEDEC ID MIMXRT500_SFDP_QSPI.cfx
Image 'iMXRT500_SFDP_QSPI Sep 19 2024 18:26:43'
Opening flash driver MIMXRT500_SFDP_QSPI.cfx
VECTRESET requested, but not supported on ARMv8-M CPUs. Using SOFTRESET instead.
Using SOFT reset to run the flash driver
Driver V.2 dynamic startup failed - driver Init provided no flash parameters
Flash Driver V.2 startup failed - rc Ef(55): Dynamic flash driver startup failed to provide flash parameters.
Terminate (0x0, 0x0, 0x0) status 0x40 - driver reports init failure - EXTSPIJ driver rc 20107 (0x4E8B)
chip initialization failed - Ef(55): Dynamic flash driver startup failed to provide flash parameters.
failed to initialize flash driver MIMXRT500_SFDP_QSPI.cfx##
## side question: if I removed my memory and added the one in the evaluation board, will it work right away (Octal not Qspi)##