Tool/software: Code Composer Studio
Hello,
I am using an array of a function pointer to implement a state machine. There is no error or warning when I compile the code. But during debugging, when I check the stack usage then there us a warning sign with message "indirect call".
So why it appears only in stack usage window??
can it create any problem??