Hi, I ported the RTOS over from what was supposed to be a minimal project on the F5529.
I now have a rudimentary start on an RTOS application on my F5528. However, my ram usage is shown to be 7,314 bytes. This is 89% of my resources. I have not been able to find clear information on what steps can be taken to reduce the use of this critical resource.
By poking around in the config file editor (empty_min.cfg), I Found that the memory category had a heap size of 4096 bytes.
When I reduced this to 2048 bytes, saved/cleaned/built, the Memory Allocation tool showed that my project was still using 7,314 bytes.
So I need guidance on how to reduce the ram usage of my project.
Thank you.
Roy