We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?