Skip to main content
Curt Black
Associate II
September 22, 2017
Solved

Low layer examples

  • September 22, 2017
  • 2 replies
  • 1078 views
Posted on September 22, 2017 at 17:46

Sometime between 1.6.0 and 1.9.0 the STM32CubeL4 package removed all of the examples_ll.

Is this intended, and where can I find the examples_ll now?

thanks!

    This topic has been closed for replies.
    Best answer by Imen.D
    Posted on September 22, 2017 at 18:42

    Hi,

    You can find the Examples_LL under these paths:

    STM32Cube_FW_L4_V1.9.0\Projects\STM32L476RG-Nucleo\Examples_LL

    STM32Cube_FW_L4_V1.9.0\Projects\STM32L496G-Discovery\Examples_LL

    STM32Cube_FW_L4_V1.9.0\Projects\STM32L496ZG-Nucleo\Examples_LL

    Best Regards

    Imen

    2 replies

    Imen.DBest answer
    ST Technical Moderator
    September 22, 2017
    Posted on September 22, 2017 at 18:42

    Hi,

    You can find the Examples_LL under these paths:

    STM32Cube_FW_L4_V1.9.0\Projects\STM32L476RG-Nucleo\Examples_LL

    STM32Cube_FW_L4_V1.9.0\Projects\STM32L496G-Discovery\Examples_LL

    STM32Cube_FW_L4_V1.9.0\Projects\STM32L496ZG-Nucleo\Examples_LL

    Best Regards

    Imen

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    Curt Black
    Associate II
    September 22, 2017
    Posted on September 22, 2017 at 18:56

    The version I had downloaded did not have the Examples_LL directory.  There must have been a version where they were removed, then put back in.  (1.6.0 had them, 1.7.0 does not, 1.9.0 does have them)

    I re-downloaded 1.9.0 and see they are back in.

    thanks