Hi,
Could you help me analyze the problem?
when I change《linker_flash_s32k312.ld》, "int_sram" start address and length, compile is successful, then debug, but jump to "HardFault_Handler".
platform: s32ds v3.4
RTD version: RTD 2.0.0
example name: FreeRTOS_Toggle_Led_Example_S32K312
before change:
Nitrogen8212_0-1713512326903.png
after change:
Nitrogen8212_1-1713512351281.png
console display:
Nitrogen8212_2-1713512498984.png
s32k312 SRAM is 96KB, so it's not out of range.
before change, the int_sram size is 32KB, after change, the int_sram size is 64KB.
I tried to change to other size, but it is the same.
please help analyze the problem, thank you very much.