cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX doesn't generated stm32l4xx_ll_tim.h file

Dick Lin
Senior
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

1 ACCEPTED SOLUTION

Accepted Solutions
Houda GHABRI
ST Employee

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

View solution in original post

8 REPLIES 8
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 Venmo
Up vote any posts that you find helpful, it shows what's working..
Imen.D
ST Employee
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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
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

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
Nawres GHARBI
ST Employee

Hello,

Could you please attach an ioc please ?

Dick Lin
Senior

See attached. Thx

Houda GHABRI
ST Employee

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
Senior

Great. Thx