Ok, so we have a fairly large project. we are using
SYSBIOS 6.34.4.22
XDC tools 3.24.5.48
IP 1.25.1.09
in addition to that we have the SD card drivers running from the PSP examples. this means i have
PSP drivers 3.0.1.00
EDMA3 2.11.6.1
we also have the NDK 2.22.0.06 running
and we are running on our own custom board with a 6748 DSP and our own platform file. all of this is running in CCSv5.2 with code gen tools 7.3.9
with that out of the way
we seem to have a heap problem. i turned on heap tracker and i am finding some heap sections that seem to be blowing their boundries. sometimes it is the "boot" task and sometimes (most times) it is coming from the "orphan" task.
for starters: What is the Boot task? What is the Orphan task?
How do i find who spawned an orphan task if no address is presented to show where the task lives? is the orphan task just 1 task or can it consist of multiple tasks that are all considered "orphans"