HI,
We are working on IMXRT 1050 EVEB. Originally this board was Hyper flash we have changed this board to support QSPI.
We are taking reference from example Hyeperflash with SDK_2.9.1_EVKB-IMXRT1050\boards\evkbimxrt1050\driver_examples\flexspi\hyper_flash\polling_transfer. This example we have modified for external QSPI interface with flexspi using Linker file MIMXRT1052xxxxx_flexspi_nor.icf.
We have modified linker file to work this as below,

With above changes Read and write from external Nor flash connected with FLEXSPI is working on IAR IDE. But same change we have ported to eclipse with cmake but it is not working seems when we try to configure FlexSpi register then system crashes.
I found some difference object file generated by eclipse with cmake and IAR. IAR is generating fsl_flexspi.o object file where as Eclipse with cmake is generating fsl_flexspi.c.obj(that is 3D object file).
Is this object will have any impact on FlexSpi ?
Do you have example with cmake in eclipse ?
Please help us to resolve this issue..