Solved
Duplicated uwTimclock initialization code - STM32WBA - CubeMX 6.14.0
- March 26, 2025
- 2 replies
- 612 views
When "Middleware and Software Packs" > STM32_WPAN is enabled in CubeMX, a duplicated initialization's code for uwTimclock is generated:

That code is outside the if-else block overriding the previous configurations which could produce issues.
- Any idea about what could be wrong?
Note: I attached the .ioc file.
Details:
- CubeMX version: 6.14.0
- File: stm32wbaxx_hal_timebase_tim.c
