Hi,
we are just wondering, why don't we boot the bootloader or application in RT1064 external flash? In RT1062 we just noticed that nxp is giving support to add XIP header for external flash. may i know what is the proper reason for that?
Tried creating xip header for external flash by replacing the information of internal flash in rt1064.
In xip header we just modified the address of external flash( i.e 0x60XXXXXX), and changed some config in flespi_nor_config_t structure (frequency, size,sampleclksrc) , and flashed the application/bootloader in external flash using JFlash tool at 0x600XXXX memory.After reset not booting from external flash.
whether Bootrom enables the clock for flexspi1 (external flash)? Can you help us to boot our all things from external flash. because we don't want internal flash.