Skip to main content
Visitor II
August 5, 2022
Question

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??

  • August 5, 2022
  • 1 reply
  • 2600 views

0693W00000QN6ETQA1.png

    This topic has been closed for replies.

    1 reply

    Super User
    August 6, 2022

    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