Your introduction into FreeRTOS on the netX 90.
Download
TBDExamples
Project Scope
The FreeRTOS Bare example aims to demonstrate FreeRTOS on the netX 90 in the simplest possible way, and contains the following components:
...
The Bare example consists of two tasks:
- uart_send_task: send the next LED state via UART loopback.
- uart_receive_task: receives LED state via UART loopback and displays it on the device.
...