This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F280049: How to show stack usage of indirect call by CCS Stack Usage

Part Number: TMS320F280049


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