Using a copy of the STM32F413H-Disco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-08 11:50 AM
Hi everyone,
I tried to copy the folder STM32Cube/cubeF4... so when i change something it doesn’t make any changes in the original folder, so then I compiled , the error was in main.c (#include “main.h�?) (no such file or directory).
thanks
Solved! Go to Solution.
- Labels:
-
STM32Cube MCU Packages
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-09 7:55 AM
Should be under the project options tabs for whatever tools you are using, perhaps review docs related to "Include Paths", it is a standard C compiler concept.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-08 12:01 PM
So either you haven't copied all files the project consists of, or you don't have your Include Paths set up correctly.
Paths can be relative in certain tools, so a directory copy needs to maintain the same depth.
For Keil you can simple duplicate/clone a would directory, and sub-directories, at the same level
ie
...\STM32Cube\Repository\STM32Cube_FW_F4_V1.24.1\Projects\STM32F413H-Discovery\Examples\GPIO\GPIO_EXTI
to
...\STM32Cube\Repository\STM32Cube_FW_F4_V1.24.1\Projects\STM32F413H-Discovery\Examples\GPIO\GPIO_******_WINGNUT
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-08 12:06 PM
I can’t understand what you meant..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-08 12:53 PM
Which part?
The part about copying complete directories properly, and at the same level/depth?
Or the part about configuring your tools so they can search the appropriate file paths to find the files making up the project?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-08 1:24 PM
The part about configuring the tools so they can search the appropriate file paths to find the files making up the project..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-09 7:55 AM
Should be under the project options tabs for whatever tools you are using, perhaps review docs related to "Include Paths", it is a standard C compiler concept.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-07-09 8:11 AM
Clive Two.Zero thank you very much, I learn faster and more efficiently than at school, I thank you very much :hugging_face:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-09-06 6:46 PM
Hello my friend
When I connect the development board stm32h7b3i-dk to the pc through the usb to tera to use the wifi module (ISM43340-M4G-L44-10 CF), what baud rates are I have to put or what is the configuration, nothing appears in the serial communication?
Do you know how to use the wifi module (ISM43340-M4G-L44-10 CF) of the stm32h7b3i-dk board?
Any example of a WIFI http server with stm32h7b3i-dk ???
