Hello,
we have built a custom board with the MIMXRT1176 MCU.
we have connected the flash component (IS25WP128-JBLE) to QSPI2 secondary channel:
the boot configuration is a follows:
in addition, we have burned 2 fuses in order to comply with the requirements in the datasheet regarding the QSPI2 channel:
Regarding the memory configuration in MCUXpresso, we have changed the FLASH location as follows:
QSPI2 location 0x60000000, with flash script for FlexSPI2_A.
We are trying to debug our card using J-Link Plus. while doing so we can detect the clock on the Flash CLK (pin 6) pin (20MHz). however during debug, MCUXpresso hits the first breakpoint on main start, and when we continue we are running into the following error:
1 more thing, when we configure the program to run from RAM, we can debug with no problems.
Any help would be appreciated,
Regards,
Andrey Tarakin
Hi,
There is an application note AN12183 about how to enable debugging with FlexSPI NOR Flash.
Wish it helps.
Mike