cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX compiler FreeRtos.h or cmsis_os.h not found

AAlis.23
Associate III

Hi,

Hi have a project working ok in the board (STM32Ide compiles it ok without errors) but when try to run the simulator can't find the header , tried with #include <cmsis_os.h>, #include <cmsis_os2.h> #include <FreeRTOS.h> .. all the same error but yesterday it works... any help?

Thanks

2 REPLIES 2

Hello @AAlis.23​ ,

Can you elaborate on your problem?

Thanks in advance.

BeST Regards,

Walid

AAlis.23
Associate III

Hi,

The problem is when trying to include these files in the .cpp files of the project (like the view files) to let me use threads and other OS functions because the TouchGFX simulator can't find them, in other words, it's impossible to use the OS functions in the TouchGFX project.

Thanks