Difference between revisions of "FreeRTOS"

From wiki.emacinc.com
Jump to: navigation, search
(Created page with "{{#seo: |title=FreeRTOS |titlemode=append |keywords=Micropython |description=The following page can be used to get familiarized with Micropython on EMAC products. }} <!-- /***...")
 
Line 40: Line 40:
 
{{:Templateimpl:whatnext | initials=BS | title=Getting Started with the EMAC OE SDK | desc=Basic tutorial for using the EMAC OE SDK. | project=OE 5.0 }}
 
{{:Templateimpl:whatnext | initials=BS | title=Getting Started with the EMAC OE SDK | desc=Basic tutorial for using the EMAC OE SDK. | project=OE 5.0 }}
 
* [[ Industial_IoT_Boards | Boards that use Micropython ]]
 
* [[ Industial_IoT_Boards | Boards that use Micropython ]]
 +
 +
 +
{{:Templateimpl:whatnext | initials=BS | title=Getting Started with the EMAC OE SDK | desc=Basic tutorial for using the EMAC OE SDK. | project=OE 5.0 }}
 +
 +
 +
 +
[[ Getting started with CutiPy FreeRTOS | Getting started with CutiPy FreeRTOS ]]
 +
 +
[[CutiPy FreeRTOS Documentation | CutiPy FreeRTOS Documentation]]
 +
 +
[[STM32CubeIDE | STM32CubeIDE]]

Revision as of 10:00, 24 March 2020

FreeRTOS is a lightweight RTOS design for embedded systems. Distributed freely under the MIT open source license, FreeRTOS includes a kernel and a growing set of libraries suitable for use across all industry sectors. FreeRTOS is built with an emphasis on reliability and ease of use. It allows the creation of multiple 'tasks' (multi-threading) and provides essential kernel elements for the snychronization between these tasks(Things like Mutexes, Semaphores, queues, etc.) It also enables the implementation of more advanced features like Software timers, and tickless idle for power-saving purposes.

With a focus on compactness and speed of execution, FreeRTOS gives the user precision control over RTOS elements and forgoes the 'fluff' present in a full-blown OS. This allows users to scale their RTOS implementation to the needs of their project.

General Information

Tools Required

  • Desktop PC
  • USB to mini-USB cable
  • Serial to USB converter (optional, may be required if board does not have USB)
  • STLink programmer (optional, may be required if board does not have USB)

Setup

EMAC Micropython

EMAC has developed multiple drivers and features for our products running Micropython.

Documentation on specific features is listed below:

Pages with Related Content


Pages with Related Content

Getting started with CutiPy FreeRTOS

CutiPy FreeRTOS Documentation

STM32CubeIDE