Circuit Lake

Electronic Project and Circuit Collection

AVR Based Operating System

10:41 am


kaOS project is real-time, multithreaded, preemptive operating system for the Atmel Mega32 microcontroller. It can loads and executes programs from a Secure Digital or MMC card. The system waits for a card to be inserted and a reset button to be pressed, at which point a program is loaded from the card and executed. At any time, a new card with a new program can be inserted and run. Executing a new program doesn’t require reprogramming the Atmel processor. The Operating System supports multiple threads, cross-thread messaging, dynamic memory allocation, dynamic thread creation, semaphores and much more.

AVR Operating System Project


The project consists of two main part: the operating system itself and the card reader and program loader. The card reader is accessed via the Atmel’s SPI interface by the program loader, which places the program into flash memory. The program loader resides in the Mega32’s bootloader section of flash. This gives it write access to other portions of flash memory so that it can write executables to program space. Once kaOS loads a program, it creates a thread for it and jumps to its main() method. The project is designed by Nicholas Clark & Adam Liechty.

AVR Operating System
Project Detail and Documentation
circuitcellar.com



Related Electronics Project:
AVR Based Compact Email Client
This ATmega32-based compact mail client project is easy-to-use and provides all the basic functionality you need to communicate via...
Ethernet Bootloader, ATmega128
This project is the implementation of Ethernet Bootloader for ATmega128 MCU. It shows the simple way to add Ethernet...
Card Reader using Microcontroller
This is a simple version of Card Reader. Why? because this Magnetic Card Reader only in read only environment....



Tags: , , , , ,
atmega128 application with bascom, how to interface sd card reader with atmega32, kaos atmega32 example, kaos mega32, logger mmc using bascom avr