Skip to content

Template and instructions to debug msp430 using the gcc compiler and Clion

Notifications You must be signed in to change notification settings

mafdezmoreno/msp430DebugBlinkClion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msp430 Debug Blink with Clion

Template and instructions to debug msp430 using the gcc compiler and Clion

Requirements

Steps to Make it Work

Tested with macOS (M1).

  1. Create a debug CSStudio project. alt
  2. Configure compiler output files on project properties. alt alt
  3. Run one (at least) the debug on CCStudio to generate makefile.
  4. Open the project folder with Clion.
  5. Import the makefile with Clion (file inside debug folder). I recommend to improve the make file to include options to flach the mcu (take a look to the code of this repo).
  6. Configure the toolchain on Clion. alt
  7. Configure Embedded GDB Server from Clion setting. alt
  8. Done. Ready to debug. alt

Useful Resources

About

Template and instructions to debug msp430 using the gcc compiler and Clion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published