Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nafiealhilaly/tm4c123-music-player
- Owner: NafieAlhilaly
- Created: 2024-12-04T18:43:28.000Z (2 months ago)
- Default Branch: develop
- Last Pushed: 2024-12-05T19:36:56.000Z (2 months ago)
- Last Synced: 2024-12-05T20:27:16.639Z (2 months ago)
- Language: C
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 SPIAnd 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