CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Prescaler /256

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
donnie



Joined: 13 Nov 2003
Posts: 12
Location: Kissimmee Florida

View user's profile Send private message Send e-mail Visit poster's website

Prescaler /256
PostPosted: Wed Jun 23, 2004 9:31 am     Reply with quote

I see that you can make a 50mhz frequency counter using a pic chip. Is it possible to do a /256 calc on the input code to allow it to count to 1 Ghz?
I know i can use a prescaler like a SAB6456 to divide it down.
Were 50 mhz to 1ghz in is scaled to 0-50mhz on the display.

Thanks,
Donnie
Neutone



Joined: 08 Sep 2003
Posts: 839
Location: Houston

View user's profile Send private message

Re: Prescaler /256
PostPosted: Wed Jun 23, 2004 10:00 am     Reply with quote

donnie wrote:
I see that you can make a 50mhz frequency counter using a pic chip. Is it possible to do a /256 calc on the input code to allow it to count to 1 Ghz?
I know i can use a prescaler like a SAB6456 to divide it down.
Were 50 mhz to 1ghz in is scaled to 0-50mhz on the display.

Thanks,
Donnie

There is a limit to how fast the timer can be incremented. You can do a divide by 256 but that does not effect the limit on the pulse rate on the input pin. The prescaler is a part of the timer and has the same limit on speed of operation.
donnie



Joined: 13 Nov 2003
Posts: 12
Location: Kissimmee Florida

View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Wed Jun 23, 2004 10:38 am     Reply with quote

Thanks for the info.
Iam going to use the HMC394LP4 programmable divider chip.
With a divide by 20 1ghz in will equal 50 mhz out and will even do divide by 32.

Thnaks,
Donnie
Humberto



Joined: 08 Sep 2003
Posts: 1215
Location: Buenos Aires, La Reina del Plata

View user's profile Send private message

PostPosted: Wed Jun 23, 2004 4:24 pm     Reply with quote

Hi donnie,

Yes of course you can use the SAB6456 as external prescaler
dividing by 256, will output 3,906Mhz with 1Ghz input.
Then itīs a matter of math to display the real frequency.


Humberto
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group