I was wondering what the max frequency is for the watchdog on the KE18F MCU. The reference manual has a table to describe the timeout capabilities, and I am confused on the last row of the table on page 716. It says 20MHz (from bus or external). I have my bus clock running at 60MHz. Are these values just examples? Can I run the watchdog up to the bus clock frequency, or will it max out at 20MHz?
Solved! Go to Solution.
Hi,
From the RM we know that watch dog's max clock=BUS_CLK
And I make a project , it shows ok.
I hope this help you.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
From the RM we know that watch dog's max clock=BUS_CLK
And I make a project , it shows ok.
I hope this help you.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Thank you for clarifying that.