Main Loop

Although FreeRTOS is all about creating tasks, you can just use a main loop approach to programms running on it if you want to.  You simply need to ocassionally sleep so the RTOS can drop down to the Idle task, do any housekeeping and reset its watchdog timer.    Here's a working example of a […]

Read More