Close
0%
0%

ATLAS, an OS based on freeRTOS.

ATLAS is an embedded operating system for ARM processors, based on freeRTOS and memory configuration capabilities.

Similar projects worth following
ATLAS is a program based on freeRTOS that will run on an arm processor (stm32f0). It will have memory configuration capabilities, multiple screens support (oled, lcd,...) and other communication protocols. The user can then add his own drivers and applications to the core program.

The OS has two modes of operation, it can write any byte in any adress of the memory based on data that it receive via the serial communication with the windows software (the memory configuration software). The user just writes any byte that he want in any adress of the memory. The user can also make files of memory by putting together a number of adress. The other mode of operation consist of reading the memory and acting the way that the bytes in the memory want. For example, I want to control a LCD, I need data bytes and command bytes, I will write those bytes in a specific adress of the memory, the processor will read those bytes and will display any data/command that I wrote. If the system doesn't need to display a data that I put in the memory, it can erase the bytes in the specific adress and write other bytes. The processor has a statut of "virtual slave" because it acts the way the memory wants. This OS adds a lot of flexibilities and capabilities to a processor and it can be used in any application that require memory capabilities. Now, let's talk about the hardware. There is two configuration of the hardware. The BHC and the CHC. BHC stands for "Basic Hardware configuration", it is the minimum that you need to run the OS, the OS will work with an ARM cortex m0/0+/m3 and a memory chip. You also need a serial communication like a FTDI cable. CHC stands for "complex hardware configuration", it is basicly BHC plus the components of your application (LCD, sensor...). For more details, watch the videos.

  • 1 × ARM cortex m0
  • 1 × spi EEPROM
  • 1 × FTDI serial cable
  • 1 × I2c eeprom

View all 7 project logs

Enjoy this project?

Share

Discussions

Joel Bodenmann wrote 05/16/2015 at 17:05 point

Nice project!

Regarding the LCD you might want to check out the uGFX library (http://ugfx.org) which aims to provide a full LCD toolkit that is very small and uses minimal resources.

  Are you sure? yes | no

Ali Vadoud wrote 05/17/2015 at 18:48 point

Thank you for the advice, I Will surely check it

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates