CubeIDEMX doesnt' enable RCC bit?
I used STMCubeIDE to generate the following code...It is for Timer16 to count up and generate an interrupt after 100ms. Can someone tell me why the code did not set up __HAL_RCC_TIMx_CLK_ENABLE()?
When I use the IDE to generate GPIO stuff it automatically adds the RCC Enable bit into the INIT function
Thanks
Steve