2020-04-03 06:59 PM
Hello, I am going through a Udemy course on the FreeRTOS. The course does not use the latest version of STM32CubeIDE so I am having some troubles. I am using the Nucleo-F446RE Development kit. I have added the library STM32F4xx_StdPeriph_Driver and the library CMSIS.
When I try to compile I am getting errors that I hope someone can help me find a fix.
I will attach my zipped project.
Thank you,
Joe
2020-04-08 01:34 AM
Hi,
It would be helpful if you could attach the compiler output. But what I'm seeing from the project files, I would maybe go around checking that you have your source folders and include folders setup correctly.
Best regards
2020-04-08 10:33 AM
2020-04-08 10:51 AM
Delete the *.o and *.chm files from your archive to bring those 150 MB down to 5 MB... ;)
2020-04-08 11:35 AM
Wonderful! I was wondering how I could decrease the size. Thank you very much. Have a good day.