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.

LP-MSPM0L1306: Can't access or debug driverlib files

Part Number: LP-MSPM0L1306
Other Parts Discussed in Thread: MSPM0L1306

Hello all,

I'm currently using a MSPM0L1306 LaunchPad Development Kit and trying out some of the examples making some changes and debugging, and I'm facing the following problems:

  • Inside the IDE Code Composer Studio Theia I cannot jump to the "definition" of some functions especially when the functions definitions are not inside the CCSTheia workspace, but inside the SDK driverlib (ex driverlib\dl_timer.c).
  • When debugging and making some changes on the driverlib files as dl_timer.c, the debugger doesn't stop on the breakpoints, as well as, the changes don't take effect.

I think this is because the Linker is using precompiled library driverlib.a instead of the driverlib files.

I tried just remove that line from the linker, but then this error showed up: 

Can you help me understand if the problem is related with the linker, and if it is how can I stop using these precompiled libraries?

Best regards

  • Hi Carlos,

    We strongly recommend you use CCS 12.5.0 version instead of Theia for the sake of proper definition jumps. Let's see if other problems occur again. 

    Referring to the breakpoint issue, another possible reason could be the code optimization level which optimizes for smaller code size at a cost of poor debuggability. 

    Thank you.