2019-07-09 05:24 AM
hi
Every time I build my program an error shown as.
Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_def.h:30:23: fatal error: stm32l0xx.h: No such file or directory.
how to rectify that.
I can't find file or directory named "stm32l0xx.h" manually also.
thanks in advance
Solved! Go to Solution.
2019-07-09 05:45 AM
STM32Cube_FW_L0_V1.11.2\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l0xx.h
Set the "Include Paths" properly so the compiler can find the files, and consider a file manager so you can.
2019-07-09 05:45 AM
STM32Cube_FW_L0_V1.11.2\Drivers\CMSIS\Device\ST\STM32L0xx\Include\stm32l0xx.h
Set the "Include Paths" properly so the compiler can find the files, and consider a file manager so you can.
2019-07-09 10:05 PM
problem solved .
thank you