stm32h5xx_hal_usart.h is missing
I create a project by selecting the NUCLEO-H563ZI and answer yes to the question about initializing peripherals and the project will not build. The error is:
file included from ../Drivers/STM32H5xx_HAL_Driver/Inc/stm32h5xx_hal.h:29,
from ../Drivers/STM32H5xx_HAL_Driver/Src/stm32h5xx_hal.c:35:
../Core/Inc/stm32h5xx_hal_conf.h:409:11: fatal error: stm32h5xx_hal_usart.h: No such file or directory
409 | #include "stm32h5xx_hal_usart.h"
| ^~~~~~~~~~~~~~~~~~~~~~~
The IDE reports itself to be
STM32CubeIDE
Version: 1.14.0
Build: 19471_20231121_1200 (UTC)
If I try to read the ioc file and generate code from the STM32CubeMX standalone the problem persists. CubeMX reports itself to be "Version 6.10.0"
I see others have reported similar problems, please provide some suggestions on the fix.
