Help explain why this #include isn't working
Hi Folks,
I'm trying to build a LVGL project and I'm running into a problem that I can't resolve. I get 25 errors all saying the same thing - "stm32f7xx.h" - no such file or directory.
Here are my include settings:
:
Here's the first of the 25 errors:
C:/Users/Richard/iCloudDrive/ABC_Consulting/Controls/Kcompany_7000/Disco/HAL_Driver/Inc/stm32f7xx_hal_def.h:46:10: fatal error: stm32f7xx.h: No such file or directory
46 | #include "stm32f7xx.h"
In my file stm32f7xx_hal_def.h:
/* Includes ------------------------------------------------------------------*/
#include "stm32f7xx.h"
#include "Legacy/stm32_hal_legacy.h"
#include <stdio.h>
What can I change to get the code to compile?
Thanks,
Richard
