stm32l0xx _ll_ spi.h not generating in my project
Hi all,
I have just started working with stm32 and i am trying to port some example code from stm32f0 to stm32l0 board.
When i configured my project on L073rz board with same configs in F0 series i am getting errors for some api's available in stm32l0xx _ll_ spi.h in F0 series code(e.g"LL_SPI_SetDataWidth())".When i checked the files in HAL_driver directory,i found that there is no file named "stm32l0xx _ll_ spi.h" which has those function definitions.Can someone please tell me what is wrong?