Free RTOS not working in stm32F4 discovery
I have created a basic project using STM32Cube IDE to turn on LED ON and OFF.
Successfully compiled.But when I debug the project, the processor jumps to the Hard Fault Handler.
So I checked the Fault Analyzer window, it shows that BUS,Memory or Usage Fault forced and PC points to the this function "prvPortStartFirstTask".
I am not sure that what kind of problem has occurred.
