Hello NXP team.
I'm getting a memory overlap issue. The memory overlap is happening between the non_cacheable_data section and the itcm_code section that I've added into the linker.
The error message that I'm getting is this:

I've done the same changes into a newly SIUL2 project and I had no issues. When I've tried to apply the same changes into the linker + startup_cm7.s code into the project that I'm working on I've got the memory overlap issue.
I'm working with S32K344 devboard RTD drivers 2.0. I've attached the linker and the startup code that I've used.
1. Am I missing something here ?
I've looked into the linker file and I could find no memory overlap addresses.
I need to copy my ISR into ITCM memory and run it from there but at the moment I've stuck with the memory overlap issue.
If you need any extra info let me know.
Kind regards,
kyf