E6500 Watchdog Interval

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

E6500 Watchdog Interval

Jump to solution
2,699 Views
stevenstarnes
Contributor III

Hello I was wondering how to set the interval for the watchdog time on the E6500? I am doing this as a bareboard project and have set the MSR[CE] bit to 1 and also the TSR[WP] bit to 1 as well. Now I would like to specify the interval and also be able to reset watchdog timer as well. Any help is appreciate. Thanks!

Labels (1)
Tags (1)
1 Solution
2,405 Views
ufedor
NXP Employee
NXP Employee
5 Replies
2,406 Views
ufedor
NXP Employee
NXP Employee

Please refer to the AN2804: Watchdog Timer for e500:

https://www.nxp.com/docs/en/application-note/AN2804.pdf?fsrch=1&sr=1&pageNum=1 

and associated software example:

Software to Accompany AN2804: Watchdog Timer for the e500 

2,405 Views
stevenstarnes
Contributor III

Hello ufedor‌,

   I have a question regarding the timers used for the watchdog. My T2080 system clock is 100Mhz. Now it states in the manual my platform clock is the ratio of the bits in RCW configuration. My configuration is 6:1 so my Platform clock is 600Mhz. For the time base register the clock is Platfrom clock / 16. The time base register also has a divisor which is set to 16. My time base clock then is 600Mhz/256. Now the equation I am using to calculate the bit to watch for the watchdog timer is:

   period = 64 - (ln(time*600Mhz/256)/ln(2))

So in order to wait approximately one second I set the period to be 21. However when I use a printf() to show when my interrupt occurs it is way faster than 1 second. I was wondering if I am calculating my clock frequency wrong or something else is wrong. Also, if there is a way to create a loop that is approximately 1 second delay that might be better to verify my timing but I am not sure how to calculate it. Thanks for your help!

0 Kudos
2,405 Views
ufedor
NXP Employee
NXP Employee

You wrote:

> The time base register also has a divisor which is set to 16.

Sorry, where this is stated?

0 Kudos
2,405 Views
stevenstarnes
Contributor III

Thanks for the help! However I can't seem to find where the Core Complex Bus cycles are defined for the E6500? Or is the watchdog timer for it different?

0 Kudos
2,405 Views
ufedor
NXP Employee
NXP Employee

In the e6500 the Time Base is clocked by the SoC (TBCLK).

0 Kudos