views:

87

answers:

2

I'm using an ARM7 core microcontroller. I'm unsure of how to calculate what T1LD register value to load to the timer to allow it to generate an IRQ every x ms. The only information that I can find in the documentation states "The timer interval is calcualted as follows"

         Interval = ((TxD)xPrescalar)/Source Clock

I'm not sure what the Prescalar, T, and D values are?

A: 

Please post your ARM7 model.

RHaguiuda
My microcontroller is an ADuc7026. (ARM7TDMI Core, 16/32-Bit RISC)
SS
A: 

My microcontroller is an ADuc7026. (ARM7TDMI Core, 16/32-Bit RISC)

SS
Delete this answer and include it as an edit/comment on your original question.
Dolph