Skip to main content
Balasubramanian vaidhyanathan
Associate III
September 29, 2017
Question

STM32L43x Nucleo code without HAL

  • September 29, 2017
  • 2 replies
  • 765 views
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

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    September 29, 2017
    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 VenmoUp vote any posts that you find helpful, it shows what's working..
    Jagadish
    Associate III
    September 29, 2017
    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