cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L43x Nucleo code without HAL

Posted on September 29, 2017 at 21:08

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

2 REPLIES 2
Posted on September 29, 2017 at 21:45

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Jagadish
Associate II
Posted on September 29, 2017 at 22:26

manisva

Just an FYI-- you can generate Lower layer library from STMCube . Take a look at

https://community.st.com/0D50X00009XkXOoSAN