You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains all my practice codes of TM4C123GXL coded in CCS7. The Texas Instruments Tiva C LaunchPad board TM4C123G is used for the code. The TM4C123GXL Launchpad has the TM4C123GH6PM microcontroller which is based on the ARM Cortex-M4F microcontroller architecture and clocked at 80 MHz (with 100 DMIPS)
This repository contains all my practice codes of TM4C123GXL coded in IAR Workbench. The Texas Instruments Tiva C LaunchPad board TM4C123G is used for the code. The TM4C123GXL Launchpad has the TM4C123GH6PM microcontroller which is based on the ARM Cortex-M4F microcontroller architecture and clocked at 80 MHz (with 100 DMIPS).
Two TM4C123GXL boards transmit UART text over infrared by modulating the data onto a 38 kHz PWM carrier for a TSOP134 IR receiver. Uses simple logic gating + a transistor driver to send, receive, and print messages back to a PC terminal.
In this lab we design microcontroller-based embedded systems for various applications. Topics covered include interfacing to sensors and actuators from both hardware and software perspectives, assembly and C programming for embedded systems I/O, real-time design, and interrupts. In addition, we implement and evaluate a complete embedded system.