Hi,
I am using S32G part and I have few queries related to usage of memory section of S32G274A,
- S32G274A memory section contains CODE region and Ram Region
- code section starts with 0x00_0000_0000 to 0x00_1FFF_FFFF
- Ram section range : 0x00_2000_0000 to 0x00_3FFF_FFFF
We have sample code that stores code in to RAM region.
how we can use CODE section for for storing executable code. Any Linker configuration that we need to do?
Any sample code reference would help!
Thannks in advance.