Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.32 KB

Learning lower-level embedded systems

Development Board: TI TM4C123GXL Launchpad

Goals:

  • Learn how to read datasheets effectively
  • Use C at a lower level than I currently do
  • Learn about the ports on the TM4C123
  • Learn basic IO using both low-level C and Assembly
  • Learn basic embedded systems design and development processes
  • Learn how to properly troubleshoot and debug electronics and relevant code
  • Finite State Machines
  • Learn UART and other communication with TM4C
  • Learn ADC and DAC with TM4C
  • Finish all labs within the two courses

Final Goal:

Finish the final lab where I make my own game from scratch using the TM4C123 development board

Resources used: