Tool/software: Code Composer Studio
Recently i encountered with a problem in my project, details:
Finally i found the key is i misused a function, where it should use ICall_allocMsg , i called ICall_malloc ,and this action leads to the project breakdown at certain case.
So i'm wondering the difference between the two functions and their free functions. In what situation should i call ICall_malloc as well as ICall_allocMsg.
Looking forward to anything helpful.