about the heap sizes in S32K146 and freeRtos

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

about the heap sizes in S32K146 and freeRtos

499 Views
ananan
Contributor III

S32K146 heap sizes 

ananan_0-1630473306449.png

freertos heap sizes

ananan_1-1630473352176.png

What is the relationship between the two heap sizes

0 Kudos
1 Reply

489 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

those are two different things. FreeRTOS has own memory management:

https://www.freertos.org/a00111.html

Heap defined in the linker file is then used by standard C libraries when calling malloc(), for example.

Regards,

Lukas

0 Kudos