2023-12-22 12:51 PM
Hi, I set MCO1 using HSE clock and get 8MHz working well (my HSE is 8MHz)
But I need 16MHz or higher on MCO1, so I changed to MCO1 source clock by HSI but there is nothing.
I tested other CSI, HSE, ... MCO1 work, except for HSI.
I think there is something or register to enable HSI but don't know where/ what it is
Anyone know how to enable HSI clock?
2024-01-03 03:20 AM
Hi @Dat Tran
System is booting using HSI, so unless you disabled it, it is enabled by default.
Did you try adding a divider by 4 (MCO1DIV = 3) and updating the MCO1 GPIO OSPEEDR to 0b01 ? Maybe the 64MHz is simply vanished on the output pin because too fast.
Regards.