Can't use HAL Libraries because of this error

1.7k Views Asked by At

I'm currently learning to code STM32F446RE Nucleo in STM32CubeIDE. I was trying to use completed libraries from github. HAL libraries seemed useful but I get stuck on inclusion errors. I fix one and another one spawns. Recently I keep getting this one. I keep getting the error from compiler whenever I try to use the HAL libraries in an application. Anyone know how can I fix it ?

stm32f4xx_hal_conf.h : no such file or directory

I found this header file in main "inc" folder but I can't include it, since my driver header files are in another file.

0

There are 0 best solutions below