I installed the STM32F0 stand_perip driver library and I wanted to add the driver files to my project on keil software. I did include the header and C files of the STM32F0 stand_perip driver library but this error popped that many header files are not present. like these: #include "stm32f0xx_gpio.h" #include "stm32f0xx_rcc.h"
Any leads will help?