We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am getting the following error upon compiling a simple project for STM32F407VG on MDK version 5 for the Discovery Board. All packs are installed fine. Please note, the header file is all uppercase in this example. Any suggestions? Do I need to transition the project to version 5?
Build target 'CPUAsmLab' assembling startup_stm32f4xx.s... compiling system_stm32f4xx.c... system_stm32f4xx.c(117): error: #5: cannot open source input file "stm32f4xx.h": No such file or directory #include "stm32f4xx.h" system_stm32f4xx.c: 0 warnings, 1 error compiling main.c... src\main.c(2): error: #5: cannot open source input file "STM32F4xx.h": No such file or directory #include "STM32F4xx.h" src\main.c: 0 warnings, 1 error ".\template.axf" - 2 Error(s), 0 Warning(s). Target not created
can you explain me be specific... i cant understand to solve that??