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.
Hi,
I'm trying to compile the project that comes with the MCBSTM32C eval board from ST that are located at C:\Keil\ARM\Boards\Keil\MCBSTM32C directory. All these project do not compile because of the stm32f10x_cl.h header file is missing.
Following is the compiler error:
..\Library\system_stm32f10x_cl.c(24): error: #5: cannot open source input file "stm32f10x_cl.h": No such file or directory
I did a search for this file on the C:\keil directory and I couldn't find it.
Do you know where I can find this file?
Thanks.
Download MDK-ARM 3.80a and you will find the stm32f10x_cl.h header file in folder Keil\ARM\INC\ST\STM32F10x.
Thanks, problem solved.