Hi,
I am using SDK ram linker. I defined the macro XIP_BOOT_HEADER_ENABLE=0. But I cannot debug.
I created a new project from MCUxpresso, defined only the RAM memories, and checked the 'link application to RAM' option:

With this created project, I can debug via RAM.
I would replace the MEMORY definitions created by Xpresso with those of the SDK, but I still have not gotten any results.
What are the differences between the SDK and the project created by mcuxpresso? Why can't I debug RAM in my own environment with the SDK?