Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 907 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 907 Bytes

Getting started with TI TM4C123GXL LaunchPad

In the past months I took this free online MOOC course: Embedded Systems – Shape the World (https://www.edx.org/course/embedded-systems-shape-world-utaustinx-ut-6-02x#.VKEHvf_n3Y8). This course is really recommended for those, who want to getting started with ARM Cortex-M4 microcontroller.

In this repository some demo projects about how to program TI TM4C123GXL LaunchPad are created.

Some notes about demo projects

  • GPIO_Demo: GPIO programming, LED and Switch interfacing GPIO Demo
  • GPIO_Interrupt_Demo: I/O Port interrupt programming, edge-triggered interfacing GPIO Interrupt Demo
  • PLL_SysTick_Demo: Phase-Lock-Loop configuration, system tick timer programming
  • UART_Bluetooth_HC06: UART programming UART Demo