We are using S32K342 & S32K3_RTD_3_0_0_P07_D2306_ASR_REL_4_7_REV_0000_20230629
FreeRTOS heap settings is 32767.
After building our application code we are getting following errors.
Ld error: region `int_sram' overflowed by 23356 bytes
Ld error: section .int_results VMA [2040bf00,2040bfff] overlaps section .sram_data VMA
Ld error: section .non_cacheable_data VMA [20408000,20408003] overlaps section .sram_bss VMA
Ld error: xxx.elf section `.sram_bss' will not fit in region `int_sram'
pratikkul26_0-1737560238946.png
pratikkul26_2-1737560611256.png
1)can we modify linker file to increase int_sram size to resolve the issue?
2)is there any option or method in the S32DS to allocate application code & FreeRTOS heap memory into int_itcm & int_dtcm section?
Regards,
Pratik