Hi @nirmal_masilamani,
The size of sram_bss occupied by your program has exceeded the length of the int_sram space you defined. You need to either increase the sram size in the linker file, or place it somewhere else.
There is a community post explaining how to move the heap into DTCM, please refer to it: HOWTO: Move FreeRTOS Heap into DTCM memory - S32K3xx + RTD - NXP Community.
There is also this other post showcasing how to implement ITCM & DTCM into the project: Example Siul2_Port_Ip_Example_S32K344_ITCM_DTCM S32DS3.4 RTD300 - NXP Community.
Best regards,
Hi @nirmal_masilamani,
The size of sram_bss occupied by your program has exceeded the length of the int_sram space you defined. You need to either increase the sram size in the linker file, or place it somewhere else.
There is a community post explaining how to move the heap into DTCM, please refer to it: HOWTO: Move FreeRTOS Heap into DTCM memory - S32K3xx + RTD - NXP Community.
There is also this other post showcasing how to implement ITCM & DTCM into the project: Example Siul2_Port_Ip_Example_S32K344_ITCM_DTCM S32DS3.4 RTD300 - NXP Community.
Best regards,
Julián