Thanks @GHolc.1 , that did indeed fix it for me. The cmsis_os.h header is placed in 3 different directories by the code generator, and the EWARM project was including the incorrect path as you mentioned. I added the correct include path to the projec...
Almost 4 years later and no response. Did you figure this out? I'm having the same issue generating code for IAR STM32F427II + FreeRTOS + CMSIS-RTOS2:main.c includes the wrong header (cmsis_os.h instead of cmsis_os2.h).The code generator will overwri...