Associate II
August 24, 2024
Solved
Problems with stm32f103zet6 using stm2cubeIDE to build freertos projects
- August 24, 2024
- 2 replies
- 4360 views
When I chose to use stm32cubeide to create a new rtos project for zet6, this is what I did:

Also select the V2 version of freertos and leave the rest as defaults:

After selecting Generate Project and compiling, I am having problems:

Description Resource Path Location Type
fatal error: freertos_mpool.h: No such file or directory cmsis_os2.c /zet6RTOS/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 line 33 C/C++ Problem
and If I choose to comment out these two header files, it tells me that systick is undefined

How should this be resolved? Thanks.
