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.