User Activity

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 ...
So I’ve been following a udemy course and I’ve been picking things up and learning how to change registers for peripherals and how to enable them and such but the course just tells me what I need to enable bit wise to enable the specific peripherals ...
I finished my I2C peripheral drivers and I would like to test it with my bh1750 sensor but I am having an issue, when i initialize the I2C1 peripheral, everything is smooth but then I notice that the busy flag is always high and it does not go low, s...