The memory budget displayed when pressing p is wrong.
It overestimates the free space left by a substantial amount (I think around 15000).
I am pretty sure this comes from not considering FreeRTOS tasks getting their stack allocated on the heap on creation, now that the heaps were unified.
The memory budget displayed when pressing
pis wrong.It overestimates the free space left by a substantial amount (I think around 15000).
I am pretty sure this comes from not considering FreeRTOS tasks getting their stack allocated on the heap on creation, now that the heaps were unified.