Hey guys,
I have started learning FreeRTOS using STM32F401RE Nucleo board. I downloaded the freeRTOS kernel from the website and added that into my project directory. But the freeRTOS_config.h file is not there and you can see the errors I am getting in the pictures given below .
So , guys please help me resolve this problem where can I find the freeRTOS_config.h file for STM32F401RE Nucleo board and also what should I configure in it.
Thank you!!
You can use generated libraries by cubemx
thank you.
Yes, I know about that. But I wanted to add freeRTOS kernel to my projects manually. Because in future some MC’s & IDE’s may or may not support these features provided by stm32cubeIDE to add generated libraries directly to my workspace.
So if you know how to add it manually it might be helpful for me. Thank you!!
Hi, Please check the path that is added. if not ,add them in the path.
Thanks,
shiva
By “Right clicking” on the folder where you have stored all the freertos files , under properties -> c/c++ Built -> settings see wether the feild “Exclude resource from build” is checked or not.
If it is checked, unckeck it and click on “apply and close”. And then build the project again
See if fou have included free rtos header files in main.c and settings in free rtos after the steps mentioned above