Hi NXP team,
Request: In serial boot, we want to run M7 APP in the SRAM.
Platform: S32G274ARDB2.
Prepare:
- An uart1 application project was created using the S32DS. Select build mode as 'Debug_RAM'. To produce binaries, the 'C/C++ Build -> Settings -> Build Steps' have been modified:

- In order for the program to run in SRAM, the link file 'linker_ram.ld' was modified.


- In order to run in serial boot, the file header is added:
(Reference '.map' file:RAM entry pointer = int_sram; RAM start pointer =
.intc_vector)



- The final '.bin' file format is as follows:

- Use 'S32FlashTool' to burn.

Issue:The program did not start, uart1 did not print.