Giter Club home page Giter Club logo

ek-tm4c123gxl's Introduction

EK-TM4C123GXL

This minimal development environment for the Texas Instruments EK-TM4C123GXL. It is intended to provide a quick way to create and compile a C project for the TI TM4C123GH6PM MCU. The CMSIS headers are copied from Energia.

Prerequisites

  • The ARM GCC toolchain must be installed. The bin directory must be in your PATH.
  • make must be installed on the system. Linux users: sudo apt install build-essential

Usage

The files in this repo are intended to be used as a template. Use the init.sh script to create a new project:

  • init.sh /path/to/project

The /path/to/project may be absolute or relative. Move into the project directory and use make to build:

  • make

Other targets like make clean are supported for convienence. A single "blink" example is provided to demonstrate application usage.

Using an External J-Link Probe

  • Solder headers onto the unpopulated JTAG breakouts.
  • Set the board's slider switch to "DEVICE".
  • Power the board with the "DEVICE" USB
  • Connect a Segger J-Link debug probe. Make the following connections:
J-Link EK-TM4C123GXL
VTref VBUS
TDI TDI
TMS TMS
TCK TCK
RTICK GND
TDO TDO
RESET RESET
GND GND

Flash & Debug

  • Flash and debug the program with the Ozone application.
  • In the "New Project Wizard":
    • Device: TM4C123GH6PM
    • Target Interface: JTAG
    • Host Interface
    • Target Interface Speed: 1 MHz
    • Program File: /path/to/project/build/project.out
  • Peripheral register definitions can be provided to Ozone in the optional "Peripherals" field. You will need the TM4C123GH6PM's SVD file. The file may be found in this CMSIS-SVD repository.

ek-tm4c123gxl's People

Contributors

benjaminjnoack avatar

Forkers

amrithmmh

ek-tm4c123gxl's Issues

Ozone integration

the docs mention "Scriptable project files to set up everything automatically"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.