Tool/software: Code Composer Studio
Hello Support team.
Customer want to know about Stack Usage of CCS.
Normally, Stack Usage can show all stack using size both exclusive and inclusive.
But Customer wants to know how check stack usage of “indirect call function”.
For example, structure of ABC has indirect function list.
If some function call this function as the below, how Stack Usage of CCS can show this stack size ?
(int *)ABC->work02((void *)());
Best Regards
KORO