Question
Memory requirement on RTOS task?
Posted on April 15, 2017 at 01:21
Everyone,
How can I know memory requirement for each task on RTOS ?
I put already 512 bytes per task, and the setting on freertos configuration is larger than needed, but I can not execute
repeated function on one task, it works if I put the function on seperated task.
Anyone got ideas ?
Thanks for reading my post
#memory #rtos #task #function