Skip to content
Discussion options

You must be logged in to vote

This sounds a lot like memory issues. Take a careful look at the sizing of the FreeRTOS heap and how precisely it is filling up. The best way to do this is by printing how much memory remains available while the topology is being setup. I remember when I initially had issues like this I was printing it after each task was initialized in the autocoded startTasks function.

Something else that might help is if you look at some of my more recent but not yet merged branches. OsResources for example contains a component I made specifically to better understand how memory was being used. Once I made that component, I made several changes to heap size, queue sizes, and various other configuration…

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
1 reply
@AR-Timm
Comment options

Comment options

You must be logged in to vote
12 replies
@laboratory10
Comment options

@AR-Timm
Comment options

@laboratory10
Comment options

@AR-Timm
Comment options

@laboratory10
Comment options

Answer selected by AR-Timm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants