Question
STM32F4 discovery kit: cannot build example projects
Posted on February 25, 2015 at 16:00
Hello
I've purchased the STM32F4 discovery kit for STM32F429 and downloaded the most recent version V1.4.0 of STM32Cube.I have IAR ARM Embedded Workbench v6.70.3.I've opened the workspace D:\vt3\canview4-TM32Cube_FW_F4_V1.4.0\Projects\STM32F429I-Discovery\Demonstrations\EWARM\Project.ewwWhen I try to build the example, the compiler reports many errors like:Fatal Error[Pe1696]: cannot open source file ''dialog.h'' D:\vt3\canview4-wican\STM32Cube_FW_F4_V1.4.0\Projects\STM32F429I-Discovery\Demonstrations\Modules\benchmark\benchmark_win.c 29 In fact, there is no file named ''dialog.h'' inside TM32Cube_FW_F4_V1.4.0 and all subdirectories. Many other header files are missing. Some header files are there but the compiler do not find because the include path is not configured in the IAR project.Many other projects under TM32Cube_FW_F4_V1.4.0 fail to compile with similar errors. A lot of header files are missing!Maybe I am doing something wrong here. Can anybody explain? #stm32f4-discovery-include