🎯 About My Repository
This repository contains various embedded systems projects developed using Code Composer Studio (CCS). Projects are implemented using both C++ and Assembly languages (varies on the project), demonstrating low-level hardware interaction and real-time embedded design capabilities. All the projects were developed and tested on TI TM4C123GH6PM Launchpad.
Each project focuses on a different aspect of embedded systems development, including:
• ✅ GPIO control and interrupt handling
• ✅ Timer configurations and delay generation
• ✅ ADC (Analog to Digital Converter) integration
• ✅ UART communication
• ✅ Bare-metal programming with ARM Assembly
• ✅ Efficient memory and register-level manipulation
🚀 Highlights
• Hybrid use of Assembly and C++ in embedded workflows
• Demonstrates understanding of bare-metal programming
• Focused on performance-critical microcontroller projects
• Emphasizes register-level control without relying on HALs