hello NXP,
i am using MIMXRT1170. i am planning to update the flash size up to 64MB(MT25QL512ABB).
i can write,read and erase the flash memory. but when I write to any address exceeding 16MB, it is also written to the address 0x30020000. and i cannot jump to any address exceeding 16MB.
I made the necessary changes in flexspi_nor_config.c. This allows me to write to flash and upload code. However, the issues mentioned above persist. Additionally, I am using the fsl_romapi_cm7 drivers.
Can you help identify the problem?
thanks...