TI LaunchPad (Tiva C) w/ tm4c123 (80MHz)

Hardware

Platform TI TIVA: Texas Instruments TM4C12x MCUs offer the industrys most popular ARM Cortex-M4 core with scalable memory and package options, unparalleled connectivity peripherals, advanced application functions, industry-leading analog integration, and extensive software solutions.

Microcontroller

LPTM4C123GH6PM

Frequency

80MHz

Flash

256KB

RAM

32KB

Vendor

TI

Configuration

Please use lptm4c123gh6pm ID for board option in “platformio.ini” (Project Configuration File):

[env:lptm4c123gh6pm]
platform = titiva
board = lptm4c123gh6pm

You can override default TI LaunchPad (Tiva C) w/ tm4c123 (80MHz) settings per build environment using board_*** option, where *** is a JSON object path from board manifest lptm4c123gh6pm.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:lptm4c123gh6pm]
platform = titiva
board = lptm4c123gh6pm

; change microcontroller
board_build.mcu = lptm4c123gh6pm

; change MCU frequency
board_build.f_cpu = 80000000L

Debugging

Debugging - “1-click” solution for debugging with a zero configuration.

Warning

You will need to install debug tool drivers depending on your system. Please click on compatible debug tool below for the further instructions and configuration information.

You can switch between debugging Tools & Debug Probes using debug_tool option in “platformio.ini” (Project Configuration File).

TI LaunchPad (Tiva C) w/ tm4c123 (80MHz) has on-board debug probe and IS READY for debugging. You don’t need to use/buy external debug probe.

Compatible Tools

On-board

Default

TI-ICDI

Yes

Yes

Frameworks

Name

Description

Arduino

Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences.

libopencm3

Open source ARM Cortex-M microcontroller library