An open API service indexing awesome lists of open source software.

https://github.com/nhivp/tm4c123_eclipse_blinky

Create a blinky program with Eclipse on linux
https://github.com/nhivp/tm4c123_eclipse_blinky

arm-none-eabi eclipse openocd tm4c123

Last synced: 8 months ago
JSON representation

Create a blinky program with Eclipse on linux

Awesome Lists containing this project

README

          

## TM4C123 - Eclipse

This blinky project is used as a template.

Environment:

* OS: Ubuntu (Linux)
* Board: Tiva C - TM4C123GH6PM
* Compiler: arm-none-eabi-gcc/ar/as/ld
* Debug: arm-none-eabi-gdb + OpenOCD
* Tool for debug: Eclipse

## Reference

* [EmSys:Getting_Started_with_Tiva_TM4C123G_LaunchPad](http://shukra.cedt.iisc.ernet.in/edwiki/EmSys:Getting_Started_with_Tiva_TM4C123G_LaunchPad)
* [gnu-mcu-eclipse](https://gnu-mcu-eclipse.github.io/downloads/)
* [How does openOCD work](https://www.quora.com/How-does-openOCD-work)
* [vscode debugging](https://code.visualstudio.com/docs/editor/debugging)
* [Cortex debug launch configurations](https://marcelball.ca/projects/cortex-debug/cortex-debug-launch-configurations/)