Solved
STM32L010, CubeMX generates unnecessary waiting for LSE when TIMx configured as ETR2
How to reproduce:
- Create new project in CubeMX 6.2 (in CubeIDE 1.7) with STM32L010F4P6 MCU.
- Select TIM2 or TIM21 properties, set clock source as ETR2.
- Set generation of RCC and TIM code with LL library (in Project Manager tab).
- In function SystemClock_Config(void) exists "while(LL_RCC_LSE_IsReady() != 1)" pattern, but LSE not used.
L051K8T6 is OK.
