Talk:Main Page and Timers: Difference between pages

From Hackspire
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
(Created page with "From my tests it seems all 3 timer modules are equal (the fast timer, the first timer, and the second timer), but the fast timer has a special register set to 0x0.<br> This re...")
 
Line 1: Line 1:
Hello everyone,
From my tests it seems all 3 timer modules are equal (the fast timer, the first timer, and the second timer), but the fast timer has a special register set to 0x0.<br>
This register is not in a standard sp804. It's at offset 0x80 from the timer base address.<br>
It is some sort of clock selection register.<br>


I'm new. I joined this community to help everyone out with the Nspire "problem".
If the first bit is set, it uses a ~10MHz clock.<br>
If all of us are having the same problem, why not work together to solve it?
The second bit overrules the first one.<br>
I'm not much of an expert at anything with programming, but I will try my best if help is needed.
If it is set, a 32kHz clock is used.<br>
If neither bit is set, a 33MHz clock is used.<br>


-TJ
At this time, I have only tested values from 0 to 0xff and all single bits, for the fast timer and the second timer.<br>
And only on my hardware, a CX CAS HW-AA.<br>
Firebird only supports the 32kHz clock at this time.


I second this opinion. I am OK at programming, but I can help out in pretty much anything. We need this site more public - I haven't seen nearly any edits recently ):


- Devnull
- nspiredev500
 
Hello Devnull and everyone else. Join the TI-Nspire Google Group. There is much more activity on there than here.
The TI-Nspire Google Group is on the following website: http://groups.google.com/group/tinspire?hl=en
Have fun discussing! =]
 
== This seems spammish ==
 
"==WARNING WARNING DE SQUALYL SQUALYL DUE TO RECENT SPAM, I WILL BLOCK ANY USER THAT DO NOT WRITE HIS NAME IN THE NSPIRE OWNER LIST K==
 
You are warned."
 
Why is it there?
 
hello, it's not spam it's really from me, squalyl. It's there because in the recent days, a high number of spammers tried to sell viagra and bank loans via this site, because ReCaptcha is partially broken. I will make it less spammish [[User:Squalyl|squalyl]] 09:09, 22 February 2011 (CET)

Latest revision as of 17:35, 27 June 2020

From my tests it seems all 3 timer modules are equal (the fast timer, the first timer, and the second timer), but the fast timer has a special register set to 0x0.
This register is not in a standard sp804. It's at offset 0x80 from the timer base address.
It is some sort of clock selection register.

If the first bit is set, it uses a ~10MHz clock.
The second bit overrules the first one.
If it is set, a 32kHz clock is used.
If neither bit is set, a 33MHz clock is used.

At this time, I have only tested values from 0 to 0xff and all single bits, for the fast timer and the second timer.
And only on my hardware, a CX CAS HW-AA.
Firebird only supports the 32kHz clock at this time.


- nspiredev500