Hi Everyone,
I’m currently working on the S32K358 board and aiming to run my application on Core 2. I have successfully compiled the code for Core 2, but I ran into a limitation with the .bss section size.
I initially modified the linker script to increase the size of the .bss section, and with the below changes it worked correctly.

However, I noticed that certain memory regions remain unused. To optimize memory usage, I tried further modifying the linker script to utilize these available regions.
After below changes, the application builds successfully, but I encounter a hard fault at runtime.

Could anyone help me understand why this hard fault is occurring? Also, what is the correct and safe way to modify the linker script to effectively use the available memory for Core 2 without running into such faults?
Thanks in advance!
Best Regards,
Sathish.