about Execute in place using dual quad spi
What I want to do is XIP with DUAL QUAD SPI.
The environment is as follows.
Use Board : nucleo l4r5zi
IDE : Atollic TrueSTUDIO® for STM32, Built on Eclipse Neon.1a.(Version: 9.3.0)
FLASH : W25Q64JV
The connection diagram of the board and FLASH is shown below.

The registers are set as follows.
●OCTOSPI

●OCTOSPIM

In advance, programs to be operated are written in W25Q64JV1 and W25Q64JV2.
When the address of the main function of the program is set in the program counter, an exception occurs and the program cannot be executed.
I have checked the assembly from the debugger and have confirmed that the written program is readable as expected as follows.

By the way, when I wrote the program to W25Q64JV1 only, not dual-quad-spi, and set the address of the main function in the program counter in the same way, it worked as expected.
Can you please advise if there are any register settings, etc. that are missing?
