For FreeRTOS in S32 Design Studio for ARM Version 2018.R1, please refer to the discussion in https://community.nxp.com/t5/S32K/S32K146-FREERTOS-LSPI-but-SPI-dones-t-work/m-p/1032623
Hi
Seems that you are using S32DS for S32 Platform with S32K1 SDK. Please find the .ld in Linker_Files folder.
For questions on stack overflow, you can refer to the discussion in this thread: check stack & heap size during debug in S32DS
Hope it helps.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
where can i find __heap_size__ variable or i have to define it so it doesnt select 0x400 as heap size
following are IDE details:
S32 Design Studio for ARM
Version: 2018.R1
Build id: 180815
Maybe you can simply overwrite the 0x00000400 default number.
If you use FREE RTOS, for example, the __stack_size__ is defined in the RTOS.
Sorry for the delay. I am not familiar with FreeRTOS.
Please refer to the introduction of https://www.freertos.org/a00111.html
Does overwriting
Maybe you can simply overwrite the 0x00000400 default number.
If you use FREE RTOS, for example, the __stack_size__ is defined in the RTOS.
value in .ld file changes the stack and heap size ?
there is no other definition its that i want to know