STM32CubeL4 seems to be missing stm32l4xx.h file?
Hello ...
I cloned the github repo:
https://github.com/STMicroelectronics/STM32CubeL4/tree/master
I am trying to compile the PWR_STOP1_RTC project but keep getting a fatal error
../../../../../../../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:29:10: fatal error: stm32l4xx.h: No such file or directory
where can I find this file to include within the ....Drivers/STM32L4xx_HAL_Driver/Inc?
Thanks
