Skip to main content
Aditya Mall
Associate II
May 1, 2018
Solved

HSE ON cleared after HSE RDY set to HIGH?

  • May 1, 2018
  • 1 reply
  • 889 views
Posted on May 01, 2018 at 19:05

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_cr
This topic has been closed for replies.
Best answer by waclawek.jan
Posted on May 01, 2018 at 20:10

Yes, what you wrote is correct - RCC_CR.HSEON stays set to 1.

JW

1 reply

waclawek.jan
waclawek.janBest answer
Super User
May 1, 2018
Posted on May 01, 2018 at 20:10

Yes, what you wrote is correct - RCC_CR.HSEON stays set to 1.

JW

Aditya Mall
Associate II
May 16, 2018
Posted on May 16, 2018 at 22:44

Thanks for the reply