Tool/software: Code Composer Studio
Hi,
I have 2 problems to solve. Could you please help me?
1. when I debug the mmw_dds_16xx project of this demo, I don't know how to debug a special function.
as shown above, I want to let the debug process go into the function MmwDemo_dssInitTask, but is serves as the parameter of the function Task-create at the same time.
I have tried the step into debug way, but it doesn't work at all.
2. This demo has 2 independent projects, the mmw_dss_16xx project and the mmw_mss_16xx project. I am not sure when I debug the dss project step by step, what status should I make the mss project be? I mean if I should run or debug the mss project at the same time when I debug the dss project?