2018-07-09 10:25 AM
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
Solved! Go to Solution.
2018-08-10 03:55 AM
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
2018-07-09 11:20 AM
Try looking in the repository?
\STM32Cube\Repository\STM32Cube_FW_L4_V1.11.0\Drivers\STM32L4xx_HAL_Driver\Inc\stm32l4xx_ll_tim.h
2018-07-10 02:21 AM
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
2018-07-10 11:55 AM
I am using V4.25.1. It doesn't generate stm32l4xx_ll_rcc.h as well. Thx
2018-07-10 01:06 PM
Consider attaching an .IOC file so people can replicate your situation, that's how bugs get fixed and addressed.
2018-08-01 04:59 AM
Hello,
Could you please attach an ioc please ?
2018-08-07 08:48 AM
2018-08-10 03:55 AM
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
2018-08-10 10:20 AM
Great. Thx