cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube f0 code example problem

abdelaziz
Associate II
Posted on February 14, 2015 at 18:52

hello all i'am new stm32f0 user and While trying to run code example from stm32 cube

in keil

Version 5.14 

 i found this error

..\..\..\..\..\..\Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f072xb.h(130): error:  &sharp5: cannot open source input file ''core_cm0.h'': No such file or directory

how i can solve this error to run the example  please help .  

#stm32cube-f0-problem
2 REPLIES 2
abdelaziz
Associate II
Posted on February 16, 2015 at 19:52

please help

Posted on February 16, 2015 at 20:16

You'd need to review a) the defines passed to the compiler, and b) the include paths specified to the compiler which it uses to search for include files.

These things would normally exist in the project's Options, under the C/C++ tab.

I'm not a Cube user.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..