2019-04-09 10:55 PM
Hi,
I am working on STM32L476G-DISCO and I had download the en.stm32cubel4(Firmware) , and when I want to build any example code it show include file error ("no source": Error: #5: cannot open source input file "..\..\..\..\..\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c": No such file or directory
..\..\..\..\..\..\Drivers\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c: 0 warnings, 1 error).
How to resolve this problem???
2019-04-10 06:54 AM
Hello,
You should configure properly your Project options and include paths.
Regards,
Imen
2019-04-10 09:07 AM