by Komal Vachhani

See all projects here!



About the Project

💡 Project Background

This project involved designing and implementing a real-time executive (RTX).

The RTX provides a basic multi-programming environment that supports priorities, preemption, dynamic memory management, inter-task communications, and basic console I/O. The RTX is designed for a cooperative, non-malicious software environment. The RTX will support privileged and unprivileged modes of computation. Privileged RTX tasks execute under supervisor mode, and unprivileged RTX tasks execute under the user mode of the Cortex-A9 processor.

🔨 Tools

  1. STM32CubeIDE (Coding in C and Assembly)
  2. STM32 - Nucleo64 F401RE Microcontroller

🔑 Key Learnings/Takeaways

  1. Real-Time Operating Systems
  2. Memory Management
  3. Task Management
  4. Communication