Skip to content

ut-ras/mm20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mm20

🐭🤖

TM4C Code Composer Studio Environment Setup

  1. Download and install Code Composer Studio (CCS) v9.3.0.

    • Choose either the single-file installer or on-demand installer.
    • Leave all settings as default except the following:
    • Settings Image
  2. Open Resource Explorer

    • Resource Explorer Image
  3. Navigate to Software -> Click on TI-RTOS for TivaC and click install. Leave settings as default in the popup box.

    • Resource Explorer Image 2
    • Resource Explorer Install Image
  4. Go to Resource Explorer -> TI-RTOS for TivaC -> EK-TM4C123GXL -> Driver Examples -> GPIO Examples -> GPIO Interrupt

    • Press the import button Import
    • Press OK on any dialogs that come up
  5. After the project is imported, it should appear in your project explorer. If you can't find the project explorer, click on View -> Project Explorer

    • Project Explorer
  6. Right click the project inside project explorer and create a new Target Configuration File. File name does not matter. Open the new target configuration file and in the window that pops up, change your settings to the following and click on save:

    • Connection: Stellaris In-Circuit Debug Interface
    • Board or Device: In the search bar, look up GH6PM and activate the checkbox for Tiva TM4C123GH6PM
    • Click on the save button under Save Configuration
    • Target Config
    • CCXML
  7. Download XDCtools 3.32. Delete everything inside C:\ti\ccs930\xdctools_3_60_02_34_core and replace it with the contents of your downloaded xdctools_3_32_01_22_core folder.

    • Make sure to not download the one that is labeled "XDCtools Core without a JRE"
  8. Restart CCS. If you get a popup asking if you want to update XDCtools, ignore it and press cancel.

  9. The example code can be found in your project gpiointerrupt_EK_TM4C.../gpiointerrupt.c

  10. Plug the board into your computer and set the board power switch so that the green LED turns on. Make sure to plug the USB into the same port as the one in the picture. Press the debug button and accept any dialog boxes.

    • USB Port
    • Debug Button
  11. Click on the debug button again. CCS will now flash your TM4C board with the new code. To test the code, play around with the bottom 2 buttons and make sure the LED turns on.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages