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??
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-05 1:50 PM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-05 10:18 PM
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
