2018-05-01 10:05 AM
in RCC_CR register does the HSE ON bit gets cleared or not after HSE RDY bit is set to high by MCU?
For ex.
Set by user:-
17th Bit 16th Bit
HSE RDY [ 0 ], HSE ON [ 1 ] //set by user
HSE RDY [ 1 ], HSE ON [ 1 ] // HSE RDY set to 1 by MCU after HSE ON is set to 1 by user.
is the above correct?
♯
‌https://community.st.com/tags♯/?tags=stm32f401re
‌♯
‌#nucleo64 ##stm32f #stm32f401re #rcc_crSolved! Go to Solution.
2018-05-01 11:10 AM
Yes, what you wrote is correct - RCC_CR.HSEON stays set to 1.
JW
2018-05-01 11:10 AM
Yes, what you wrote is correct - RCC_CR.HSEON stays set to 1.
JW
2018-05-16 03:44 PM
Thanks for the reply