Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nafiealhilaly/tm4c123-music-player

Experimenting with TM4C123GH6PM microcontroller.
https://github.com/nafiealhilaly/tm4c123-music-player

Last synced: about 6 hours ago
JSON representation

Experimenting with TM4C123GH6PM microcontroller.

Awesome Lists containing this project

README

        

A project to experiment with the Tiva C EK-TM4C123GXL board, learning about
- The Board GPIO
- Arm Cortex-M4 processor
- Serial based Communication, UART and SPI

And exploring the board in general.

----

### Hardware
- EK-TM4C123GXL board.
- MicroSD card and MicroSD card adapter.
- Speaker

### Development Environment
For this project I'm using Linux, [Tivaware](https://www.ti.com/tool/download/SW-TM4C/2.2.0.295) for drivers and examples, [GNU Arm Embedded Toolchain](https://developer.arm.com/downloads/-/gnu-rm) for compilation, and [lm4flash](https://github.com/utzig/lm4tools) for flashing images to the board.

### Resources
- http://elm-chan.org/docs/mmc/mmc_e.html
- https://www.ti.com/tool/SW-TM4C