STM32F103RB Enabling TIM Peripheral Clocks
I recently learned about Timers and I looked through the RM and DS of the MCU and I am trying to set up my TIM6 but it seems that I cannot even enable any Timer peripheral clocks in the RCC_APB1ENR register at all, I can write to bits 31-11 but bits 8-0 are stuck at zero and the bits 8-0 are the TIMx EN bits. I am lost and I couldn't find anything on google. I am fairly new to using microcontrollers and I know that the rule of thumb is that you must enable the peripheral clock before you can edit their registers, so this means enabling the TIM clock for the specific timer should be the first thing I do but it seems I can't even enable it. Any help would be greatly appreciated.
