Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 820 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 820 Bytes

Seat Heater Control System using FreeRTOS

Capstone project to familiarize with RTOS concepts such as task management, inter-task communication, memory management, resource management, and programming using FreeRTOS APIs.

How to Use the Repository

Prerequisites

  • Code Composer Studio (CCS)
  • Tiva-C Launchpad

Setting Up the Development Environment

  1. Install Code Composer Studio (CCS):

    • On Windows: Download the installer from the TI website.
      • Extract the zip file and run the ccs_setup_10.1.0.00010.exe installer.
      • Follow the installation instructions provided by the installer.
  2. Clone the repository:

    git clone https://github.com/hussein-shamy/FreeRTOS-SeatHeater
    cd FreeRTOS-SeatHeater
    
  3. Build and Flash