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.
2019-07-09 07: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.
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
2019-07-08 12:06 PM
I can’t understand what you meant..
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?
2019-07-08 01:24 PM
The part about configuring the tools so they can search the appropriate file paths to find the files making up the project..
2019-07-09 07: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.
2019-07-09 08: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:
2020-09-06 06: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 ???