Go to file
Aravind 9c440fe641
added systic handler 1
2024-09-21 21:25:50 +05:30
EE690_LabXX Initial commit 2024-09-21 19:43:24 +05:30
targetConfigs First commit 2024-09-21 19:59:56 +05:30
.gitignore Initial commit 2024-09-21 19:43:24 +05:30
README Initial commit 2024-09-21 19:43:24 +05:30
main.c added systic handler 1 2024-09-21 21:25:50 +05:30
tm4c123gh6pm.cmd First commit 2024-09-21 19:59:56 +05:30
tm4c123gh6pm.h First commit 2024-09-21 19:59:56 +05:30
tm4c123gh6pm_startup_ccs.c Added systick timer 2024-09-21 21:23:42 +05:30

README

EE690 Embedded Systems (+Lab) 2023
IIT Dharwad

Instructors:
Abhijit Kshirsagar (IITDH) and
Darshak Vasavada (IISc)

This directory is a template for a blank 
project that can be used as a starting
point for new projects.

Target Information:
1. Texas Instruments TiVA ARM Cortex-4F
   TM4c123GH6PM processor on the LaunchPad
   board from TI.
2. Debug Interface:
   Stellaris ICDI over USB

Project Information:
1. Designed for Code Composer Studio (CCS) v12
   to be used with TI arm C compiler (NOT gcc)
2. gitignore files included.