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.
Hi Team,
Here's an issue from the customer may need your help:
In CCS, how to put some part of functions in .lib into RAM for execution.
Thanks & Regards
Yale Li
Yale,
I am not sure if I understand the question. Is the customer want to debug the code/function which is port of a library .lib?
If that is the case, then you can step into the function. If the library has debug symbol included, then it will ask for location of C file, and then you can continue debugging.
If there is no debug-symbol included, then you can open disassembly window and debug that way.
Thanks & Regards,
Santosh
Hi Santosh,
Thanks for your reply.
The customer clarified it. He called the function of library.lib, and he want to move only this one function into RAM.
Thanks & Regards,
Yale Li
Yale,
Please take a look at this link. It walks through the details:
Regards, Santosh