Skip to main content
Dick Lin
Senior
July 9, 2018
Solved

CubeMX doesn't generated stm32l4xx_ll_tim.h file

  • July 9, 2018
  • 6 replies
  • 1575 views
Posted on July 09, 2018 at 19:25

Hi,

I can't find stm32l4xx_ll_tim.h file from CubeMX generated code. The only place I can find this file is a zipped file download from ST.com. I am guessing this is a Cube issue, right?

STM32Cube_FW_L4_V1.11.0

Thx

    This topic has been closed for replies.
    Best answer by Houda GHABRI

    Hi @Dick Lin​ ,

    Thanks for your feedback.

    After analyzing your ioc ,HAL diver is selected for Timer in stead of LL one that's why stm32l4xx_ll_tim.h is not generated.

    you can select LL driver for TIMER in Advanced settings TAB.

    feel free to contact me for furthers details

    Best regards,

    Houda

    6 replies

    Tesla DeLorean
    Guru
    July 9, 2018
    Posted on July 09, 2018 at 20:20

    Try looking in the repository?

    \STM32Cube\Repository\STM32Cube_FW_L4_V1.11.0\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_tim.h

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Technical Moderator
    July 10, 2018
    Posted on July 10, 2018 at 11:21

    Hello,

    I checked your case and I cannot reproduced your issue.

    The stm32l4xx_ll_tim.h file is generetaed using STM32CubeMx version 4.26.0 and STM32Cube_FW_L4_V1.12.0.

    Please check your download package and project setting.

    With 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
    Dick Lin
    Dick LinAuthor
    Senior
    July 10, 2018
    Posted on July 10, 2018 at 18:55

    I am using V4.25.1. It doesn't generate stm32l4xx_ll_rcc.h as well. Thx

    Tesla DeLorean
    Guru
    July 10, 2018
    Posted on July 10, 2018 at 20:06

    Consider attaching an .IOC file so people can replicate your situation, that's how bugs get fixed and addressed.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Nawres GHARBI
    Technical Moderator
    August 1, 2018

    Hello,

    Could you please attach an ioc please ?

    Dick Lin
    Dick LinAuthor
    Senior
    August 7, 2018

    See attached. Thx

    Houda GHABRI
    Houda GHABRIBest answer
    ST Employee
    August 10, 2018

    Hi @Dick Lin​ ,

    Thanks for your feedback.

    After analyzing your ioc ,HAL diver is selected for Timer in stead of LL one that's why stm32l4xx_ll_tim.h is not generated.

    you can select LL driver for TIMER in Advanced settings TAB.

    feel free to contact me for furthers details

    Best regards,

    Houda

    Dick Lin
    Dick LinAuthor
    Senior
    August 10, 2018

    Great. Thx