[updated] Freertos Tutorial Pdf <Exclusive Deal>
Allow you to execute functions at specific intervals without writing complex interrupt code. They can be one-shot or auto-reloading. Setting Up Your First FreeRTOS Project Step 1: Configuration ( FreeRTOSConfig.h )
// Create the tasks xTaskCreate(sender_task, "Sender", configMINIMAL_STACK_SIZE, NULL, 1, NULL); xTaskCreate(receiver_task, "Receiver", configMINIMAL_STACK_SIZE, NULL, 2, NULL); freertos tutorial pdf
heap_1: Simplest version; does not allow memory to be freed. Allow you to execute functions at specific intervals