freeRTOS task not working
Posted on July 07, 2015 at 18:51Hello there, I wrote this simple code to test freeRTOS on my stm32f4 discovery , the code compiles nicely and give no errors but BlinkLedTask does not Blink the led on the board.#include <stm32f4xx.h> #include <misc.h...