Skip to main content
Graduate
November 21, 2023
Question

STM32L162 FLASH and EEPROM migrating from STM32L1xx_StdPeriph_Driver

  • November 21, 2023
  • 2 replies
  • 4997 views

I am restoring the programming of an old project on STM32L162ZDT which was using STM32L1xx_StdPeriph_Driver. Switching to STM32CubeL1 LL library (not HAL) gives me problems with FLASH and EEPROM support. Is there any tutorial on how to get through?

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    November 21, 2023

    Hello @Pajdoom,

    The SPL2LL-Converter tool allows you to convert your SPL application to a Cube one based on LL library.

    The AN5044 shows the steps to migrate from your existing STM32 SPL application to STM32Cube LL drivers.

    Hope this may bring you some help.

    Imen

    PajdoomAuthor
    Graduate
    November 21, 2023

    In Help:

    Available as standalone software running on Windows,Linux, and macOS operating systems

    And for Windows missign *.exe running file ....

    Super User
    November 23, 2023

    SPL is a relatively simple library, so you can simply take its functions and use them in your program as normal register-based access routines.

    JW