Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 402 Bytes

cc3200

Testing and using cc3200 TI board

Completed

  • Generalized makefile
  • Linked proper libraries and compiled drivers
  • Created button interrupts from GPIO
  • Created RTOS
  • Created task to handle LED lighting

First Task

Use RTOS to create a OS to show the binary of a global integer val using LEDS. Using SW2 and SW3, increment and decrement respectively by interrupt based handlers.