2019-06-14 12:11 AM
It seems the clock configuration is not generated correctly by the Cube.
Used STM32CubeMX Version 5.2.1 for STM32G070RBT device
The root cause seems to be the RCC_CCIPR_TIM1SEL is not defined.
As a consequence the RCC_PERIPHCLK_TIM1 is not available and the PeriphClkInit.PeriphClockSelection = RCC_PERIPHCLK_USART1|RCC_PERIPHCLK_ADC does mot enable the TIM1 clock in the generated SystemClock_Config()
2019-06-19 02:17 AM
Hi @Andi
Thanks for the feedback.
It will be fixed in the next STM32CubeMX release.
Best Regards,
Nesrine.
2019-06-21 03:36 AM
Hi @Andi
Can you tell me more details about the problem please ?
Best regards,
Nesrine
2019-11-06 02:06 AM
Is this the right place to report bugs with the Cube?