Part Number: TDA2EVM5777
Hi,
I'm working make new HLOS algorithm on A15 Core.
My new algorithm works well.
However, when LinkStatistics is printed, the algorithm's LinkStatistics is print infinitely and the app is down.
If there is something different about the chain structure of my Usecase, there is a gate link in front of the algorithm link.
I tested the other algorithms in the same environment (add the gate link in front of the algorithm)
LinkStatistics is print infinitely and the app is down.
The debugging results show that OSA_resetLinkStatistics() is executed when the first frame is received.
So, if the Gate Link is in front of algorithm, LinkStatistics is not initialized, so it seems that LinkStatistics has an infinite print bug.
I resolved the bug by adding OSA_resetLinkStatistics() to the Create() function of the algorithm.
But RTOS's algorithms don't make this happen, so that's a question.
Only HLOS's algorithms have this problem.
Is my debugging results correct?
Regards,
Lee.