Tool/software:
I have problems with the execution of functions inside a task, it could be related to the stack size.
In my application I have declared a task (Task_RF) that is in charge of executing most of the processes, one of them is calling functions to do some base64 encodings.
When I declare these functions in a section of the task code my application pauses at some point, but when I comment out the lines of these functions the program runs correctly.
I have had a look at the stack usage section in CCS IDE and got the following information.
Could you help me to interpret what I am seeing.
Thanks in advance.