2017-09-29 12:08 PM
Hi
I want to use only the STM32L432 LL drivers by defining the label USE_FULL_LL_DRIVER. Does anyone have example codes for the blocks like SPI using only drivers and not the HAL?.... Please help.
Regards
Bala
2017-09-29 12:45 PM
Help thyself, the library has templates and examples which can be ported to any of the L4 chips/platforms...
STM32Cube_FW_L4_V1.8.0\Projects\STM32L432KC-Nucleo\Templates_LL\Src\main.c
STM32Cube_FW_L4_V1.8.0\Projects\STM32L496ZG-Nucleo\Examples_LL\SPI\SPI_OneBoard_HalfDuplex_IT\Src\main.c
The library source also comes with informational data, and LL across STM32 families should be highly similar.
2017-09-29 01:26 PM
manisva
Just an FYI-- you can generate Lower layer library from STMCube . Take a look at