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
- Host: GitHub
- URL: https://github.com/nhivp/tm4c123_eclipse_blinky
- Owner: nhivp
- Created: 2018-06-09T17:23:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T16:18:21.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T10:31:21.613Z (about 1 year ago)
- Topics: arm-none-eabi, eclipse, openocd, tm4c123
- Language: C
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)