I am not able to debug my board populated with MSPM0C1103SDDFR microcontroller using
PE Micro's Multilink Universal debug probe from Code Composer Studio (CCS) IDE Version: 12.8.1.00005.
The error message generated by CCS is the same as if the board is not connected to the debugger.
However, I am able to successfully debug my code using TI's LP-MSPM0C1104 Rev. B launchpad through SWDIO and SWCLK signals on 10-pin ARM debug/programming connector.
Also, I tried to download .sap image from Cyclone LC Automated Programmer without no luck either.
What could be wrong with my PEMicro GDB setup?
Greetings,
We just posted a blogpost on this. Could you please take a look and see if it helps you resolve your connection issue?
https://www.pemicro.com/blog/index.cfm?post_id=347
Takao
When trying to perform item 4. Install PEmicro Eclipse plugin, I've got the following error:
------------------------------------------------------------------------------------
Cannot complete the install because some dependencies are not satisfiable
Software being installed: a.jre.javase 18.0.0
Software being installed: C/C++ Standalone Debugger 12.0.0.202410081652 (org.eclipse.cdt.debug.standalone.feature.group 12.0.0.202410081652)
Cannot satisfy dependency:
From: C/C++ Stand-alone Debugger 12.0.0.202410081652 (org.eclipse.cdt.debug.application 12.0.0.202410081652)
To: osgi.ee; (&(osgi.ee=JavaSE)(version=17))
Cannot satisfy dependency:
From: C/C++ Standalone Debugger 12.0.0.202410081652 (org.eclipse.cdt.debug.standalone.feature.group 12.0.0.202410081652)
To: org.eclipse.equinox.p2.iu; org.eclipse.cdt.debug.application [12.0.0.202410081652,12.0.0.202410081652]
Greetings,
Were you able to resolve the dependency issue with installing the plugin? It is unusual that your IDE is missing these key CDT dependencies. You may want to try reinstalling the IDE from scratch.
Takao