STM32Cube f0 code example problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-14 9:52 AM
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 keilVersion 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 directoryhow i can solve this error to run the example please help . #stm32cube-f0-problem
Labels:
- Labels:
-
STM32F0 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-16 10:52 AM
Posted on February 16, 2015 at 19:52
please help
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-02-16 11:16 AM
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..
Up vote any posts that you find helpful, it shows what's working..
