Hi @Xwang.4 ,
In fact, this issue also appears when I used old release EWARM 8.50.6 and it’s caused by wrong path to core_cm0.h file.
Could you please try the following steps and let me know if that fixes your issue ?
- Open the project template using EWARM v9.10.1
- From project options -> C/C++ compiler add the following path:
\Project repository\STM32F0xx_StdPeriph_Lib_V1.5.0\Libraries\CMSIS\Include
Note: the project in "STM32F0xx_StdPeriph_Lib_V1.5.0" package was developed using an old IDE version (EWARM V7.30.3)
If this solves your problem, please mark my answer as "Best Answer" by clicking on the "Select as Best" button, this can be very helpful for Community users to find this solution more quickly.
If you still need help, feel free to ask your question in more detail.
Imen