I'm thinking of modifying CLI_task for 68xx_vital_sign.
I selected 68xx_vital_signs in CCS and tried to set a breakpoint in CLI_task but couldn't.
In the first place, I can't find CLI_task on CCS.
Please tell me how to find CLI_task on CCS.
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.
I'm thinking of modifying CLI_task for 68xx_vital_sign.
I selected 68xx_vital_signs in CCS and tried to set a breakpoint in CLI_task but couldn't.
In the first place, I can't find CLI_task on CCS.
Please tell me how to find CLI_task on CCS.
Hi Leonard
prosessor is IWR6843AOP.
I was able to see the CLI_task in CCS. (I found CLI_task in the Include tab.)
However, even if I enter an unnecessary character string in CLI_task, the rebuild does not give an error. I think this demo program requires CLI_task. Is my idea wrong????
Thanks
izumi
Hi Izumi,
Please make sure the file that you are modifying is included in CCS, meaning that it shows up under your project in the project explorer. If you modify the source file without including it in your project, your project will not rebuild it, and will instead use the prebuilt library provided in the mmWave SDK.
Best Regards,
Alec
Hello
If the above response helps you resolve the issue, then please let us know.
Thank you,
Vaibhav