Hi everyone,
I am currently working with the MIMXRT1176 / i.MX RT1170 platform. I initially used the MIMXRT1170-EVKB for development, but have now shifted to the MIMXRT1176-ADP for interfacing a parallel RGB panel.
I am facing an issue with SEGGER J-Link debugging on the ADP board.
Environment:
- Board: MIMXRT1176-ADP
- Board revision: 700-51950 REV A1
- Schematic revision: SCH-51950 REV B1
- MCUXpresso IDE: v25.6.136
- MCUXpresso SDK: v25.09.00
- SEGGER J-Link: latest version
On the EVKB, both J-Link and LinkServer worked without any issues. However, on the ADP:
- Firmware flashes successfully.
- Debugger reaches the first line of main().
- If I Step Over once, it stops at:
Break at address "0xdeadbeee" with no debug information available, or outside of program code.
- Breakpoints at other locations work and are hit correctly.
- However, Resume/Continue from a breakpoint again results in 0xDEADBEEE.
Could someone please confirm whether J-Link is fully supported with MCUXpresso IDE on the MIMXRT1176-ADP, and whether there is any specific J-Link script, reset/debug configuration, or ADP-specific initialization required?
Could this be related to the memory configuration, external flash/SDRAM, or startup code on the ADP?
Any guidance or working J-Link configuration for the ADP would be greatly appreciated.
Thanks!