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