I'm trying to get my STM32373C-Eval board LCD working with the STM32CubeMX generated code, but it isn't building after getting set up. Here are my steps:
Expected result: Everything compiles cleanlyActual result: C:\path\to\project\directory\Inc\stm32f3xx_hal_conf.h(206): error: #5: cannot open source input file "stm32f3xx_hal_exti.h": No such file or directory
There are lots of missing file errors. Does anyone know what went wrong in the project and code generation process?
My colleague published a corresponding Video that explains "Using STM32CubeMX with Keil MDK" - it got created 2016 and of course it is no more up-to-date, but the setup is introduced nicely:
https://www.youtube.com/watch?reload=9&v=EYwyIwClsGc