This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] TDA4VM: Configuring stack and heap size in FreeRTOS application

Part Number: TDA4VM

I'm trying to understand how to control the system stack and heap size in a FreeRTOS application.

I see defines like below

1) --stack_size-stack

2) --heap_size & -heap

Q1. Which one of these should be used for stack and heap size?

Q2. The stack section is there as .stack but what is the section corresponding to heap?

My SDK version is SDK8.2 for TDA4VM.