Hi @Wan
Based on your description, it seems you are trying to map initialized data from Flash to RAM.
Please note that 0xFF typically indicates unprogrammed flash memory. This suggests that the data might not have been correctly placed in the .int_calflash section, or that this section was not included in the linker script or the generated S-record/binary file.
To help with this, I recommend reviewing the following resources:
HOWTO: Run a routine from RAM in S32 Design Studio: explains how to modify the linker file to define code allocation regions.
S32K312_C40_Ip_SRAM_RTD_500_DS35: demonstrates how to place functions in SRAM.
If I have misunderstood, please feel free to let me know.
BR, VaneB