This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error while compiling .cpp

I'm doing a speech project on MCBSTM32E board (STM32F103ZE) i was testing a basic blinky code in .cpp form but i'm getting the following error
STM32_Init.c(34): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory
The code works fine when i use .c file
I need some help in running a C++ program on the MCBSTM32E board

0