Skip to main content
JLIND.1
Associate III
April 4, 2020
Question

FreetRTOS Help

  • April 4, 2020
  • 4 replies
  • 2304 views

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

This topic has been closed for replies.

4 replies

TOlli
Senior
April 8, 2020

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

JLIND.1
JLIND.1Author
Associate III
April 8, 2020

I finally got things working. I'll upload my design.

Thank you

Piranha
Principal III
April 8, 2020

Delete the *.o and *.chm files from your archive to bring those 150 MB down to 5 MB... ;)

JLIND.1
JLIND.1Author
Associate III
April 8, 2020

Wonderful! I was wondering how I could decrease the size. Thank you very much. Have a good day.