DueFreeRTOS icon indicating copy to clipboard operation
DueFreeRTOS copied to clipboard

FreeRTOS library for Arduino Due

Results 2 DueFreeRTOS issues
Sort by recently updated
recently updated
newest added

Hi ! I was able to get this working in the Arduino IDE. Then, trying PIO, I get a hardfault after prvPortStartFirstTask() and vTaskStartScheduler(). The blink task just blinks toggles...

Hello, Iam getting a hardfault interrupt as soon as the scheduler is startet and trying to execute the first task with the most recent version of your freertos port. The...