Skip to content
Andrew Rooney edited this page Jul 31, 2020 · 1 revision

To get this project running on the TMS570LC4357 TI hardware

  1. Install Code Composer Studio on either Windows, or Ubuntu download page
  2. Clone this repository onto your computer
  • run git submodule init, and git submodule update
  • You may need to cd into the ex2_services repo and switch branches to whichever one you're working on
  1. Open Code Composer Studio to a workspace (this can't be the same directory as this repo)
  2. In the blank workspace, select import CCS project, and choose the directory where you cloned this repo.
  3. Select the can project
  4. The project should then load, and be ready to build (little hammer icon) and debug (little bug icon)
Clone this wiki locally