Hi TI experts,
I am study 66AK2G QSPI Interface on K2G evm board, I need to config the qspi flash to work in XIP mode.
First I config the qspi interface work in direct map mode and using quard i/o data line, everying works fine and
I can read out the flash data on the remap address(0x24000000).
But When I config the bit ENTER_XIP_MODE_IMM_FLD in QSPI_CONFIG register to 1, the data in the remap
address(0x24000000) changed to a const value 0xCCCCCC00.
The following picture contain the information about qspi register and remap address value, can you help to