This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[CM3]which clock sources can be closed?

Hi bro,I am wondering which clock sources can be closed by software within stm32?thanks for helps.

Parents
  • Thank you,jensbauer .

    I read the STM32 Reference Manual(RM0008) carefully today,and I found these:

    Each clock source can be switched on or off independently when it is not used, to optimize

    power consumption.(page 92/1128)

    and

    The Flash memory programming interface clock (FLITFCLK) is always the HSI clock.(page 93/1128)

    It seems that the stm32 provides options to turn off all of clock sources.But,there is a problem,the HSI is always used for flash memory programming,so I guess my stm32 chip will be locked(another word,can not download program into flash any more)if I turn HSI off.Am I right?

Reply
  • Thank you,jensbauer .

    I read the STM32 Reference Manual(RM0008) carefully today,and I found these:

    Each clock source can be switched on or off independently when it is not used, to optimize

    power consumption.(page 92/1128)

    and

    The Flash memory programming interface clock (FLITFCLK) is always the HSI clock.(page 93/1128)

    It seems that the stm32 provides options to turn off all of clock sources.But,there is a problem,the HSI is always used for flash memory programming,so I guess my stm32 chip will be locked(another word,can not download program into flash any more)if I turn HSI off.Am I right?

Children