Electronics > Projects, Designs, and Technical Stuff

7.3728Mhz

(1/2) > >>

JVR:
Hi gents/ladies.

Been reading the forum for a while and I am stuck with a question that I dont think can be answered anywhere else.

Why would you clock a DSP at 7.3728Mhz?  I have a dsPICdem board with this on, and I need to generate a 50us timer interrupt, but it seems to not be possible. 

I'll work around the problem, but would love to know the logic behind using such a random (to me) clock speed

Bored@Work:

--- Quote from: JVR on October 14, 2011, 06:58:45 pm ---Why would you clock a DSP at 7.3728Mhz?  I have a dsPICdem board with this on, and I need to generate a 50us timer interrupt, but it seems to not be possible. 

I'll work around the problem, but would love to know the logic behind using such a random (to me) clock speed

--- End quote ---

It is not random, it is a nice frequency. It is easily divided into clock frequencies for some common "high speed" baud rates:

7372800 / 16 = 460800
7372800 / 32 = 230400
7372800 / 64 = 115200
7372800 / 128 = 57600
7372800 / 256 = 28800
7372800 / 512 = 14400

and a bunch more, which aren't too common, and aren't "high speed" (7200, 3600, ...).

JVR:
That makes some sense.  First time I've worked with it though. 

It does seem a bit daft clocking the whole micro to mach baud rates, as sampling and generation frequencies seems to take a massive accuracy knock



PS:  Do we need to enter the Captha for every post? Or is it just in the beginning >x posts?

Bored@Work:

--- Quote from: JVR on October 14, 2011, 08:02:37 pm ---It does seem a bit daft clocking the whole micro to mach baud rates, as sampling and generation frequencies seems to take a massive accuracy knock

--- End quote ---

Tell us about the alternatives. How many independent asynchronous clock sources can your device take?

In other words, that is just what is happening with such digital devices. Everything comes in steps, and something is always screwed with a single clock. Live with it. Do you think it is better to screw communication, or frequency generation? It is your job as a designer to find and use the least problematic frequency to satisfy all of your requirements.

JVR:

--- Quote from: BoredAtWork on October 14, 2011, 08:32:01 pm ---
 How many independent asynchronous clock sources can your device take?

--- End quote ---

Two :(

I guess if it wasn't 23:50 here I could just solder a 32KHz crystal in and use another timer for freq generation.  Uni projects FTL

Thanks for clearing the 7Mhz bit up though.

Navigation

[0] Message Index

[#] Next page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod