2024-06-03 06:28 PM
Hello I'm a beginner and I'm having this problem as I wrote in the subject when I try to debug the script. I have STM32F407 Discovery 1 board. What I'm trying to do is I want to trigger OV7670 camera to capture an image and send it to a Raspberry Pi Model 3 which has an SD card on it and store the captured image there when HC SR-04 detects an object. I have added .h and .c files to Inc and Src respectively. I also added the script that I'm trying to debug and embed it into my board. What should I do to perform this project ?
I mapped pinnes as following:
GPIO:
I2C1:
USART1:
TIM1:
RCC:
This is the directory look of the project:
and here is the clock configuration for the project:
2024-06-03 07:57 PM
The error suggests your build didn't complete successfully.
2024-06-03 08:01 PM
What should I do to fix the issue ? Can you elaborate please?
2024-06-20 01:28 AM
You should open the problem window from the window option. Correct each error and do compilation.