Question
Problem with adding library to keil program
Hello to everyone
I want to print "Hello World" to the screen using the stm32f103ve card.
and when it comes to the "HAL driver" section and adds the libraries to the project, it gives an error.
the error is as follows:
..\..\main.c(3): error: #5: cannot open source input file "stm32f10x_gpio.h": No such file or directory
where am I making a mistake?
