-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Andrew Rooney edited this page Jul 31, 2020
·
1 revision
To get this project running on the TMS570LC4357 TI hardware
- Install Code Composer Studio on either Windows, or Ubuntu download page
- Clone this repository onto your computer
- run
git submodule init
, andgit submodule update
- You may need to
cd
into theex2_services
repo and switch branches to whichever one you're working on
- Open Code Composer Studio to a workspace (this can't be the same directory as this repo)
- In the blank workspace, select
import CCS project
, and choose the directory where you cloned this repo. - Select the
can
project - The project should then load, and be ready to build (little hammer icon) and debug (little bug icon)