Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

EE712-Embedded System Design-Lab 1

The goal of this lab is provide sufficient instruction and information so that it will help you
get started with the Tiva-C board for the first time and create a simple project using code
composer studio (CCS).
We will introduce you to Code Composer Studio (CCS v6) environment for building and
debugging a simple project.

Figure 1: Schematic showing Port F connected to Switches and RGB LED

LAB :
EK-TM4C123GXL evaluation kit has two programmable push buttons and a Red, Green,
Blue (RGB) LED for custom applications.
Fig.1 shows the port F of Tiva board connected to an RGB LED and two switches SW1 and
SW2.
1. Download the material from course website for lab1.
http://wel.ee.iitb.ac.in/teaching_labs/ee712/index.html
2. Perform all the steps mentioned in Lab 2 CCSv6 Projects (Page No. 12) of
TI_RTOS_Kernel_Workshop_Lab_Manual_rev2.30.pdf .
3. You must observe the blinking led (Blue). Please make sure that you check what
registers are changing when you execute a particular instruction in debug mode.
4. Now, modify the code such that LED color cycles through Red, Green and Blue.

Homework for lab session 2:


Configure SW1 and SW2 such that 1. Every time SW1 is pressed toggle delay of LED should cycle through approximately
0.5s, 1s, 2s (Of any one color).
2. Every time SW2 is pressed color of LED should cycle through Red, Green and Blue.

All the uploaded material is taken from


http://processors.wiki.ti.com/index.php/Introduction_to_the_TI-RTOS_Kernel_Workshop

You might also like