cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO64 STMF030R8 Heap/Stack ERROR : .elf section `._user_heap_stack' will not fit in region `RAM' Hi!, I'm starting a Free RTOS project with STMF030R8, and facing this error (see pic) I'm using only 2 task, and I'm geeting a RAM overflow??

FPiñe.1
Associate

0693W00000QN6ETQA1.png

1 REPLY 1
KnarfB
Principal III

Well, that's the way it is. 8k RAM is too small for using FreeRTOS. You may check the Memory Details tab and fiddle with the FreeRTOS and compiler options, but you will sooner or later hit the memory limit again. 32K RAM maybe okay for first experiments, your mileage may vary.

hth

KnarfB