Ulf Samuelsson wrote:
> "Ian Mcbride" <> skrev i meddelandet
> news
v90f.7842$ ink.net...
> > Is there a "standard" crystal value for AT91SAM7S designs?
> >
> > It seems that the boot program would expect something specific for proper
> > configuration of the PLL, serial, and USB devices. However, I can't find
> > any guidance in the documentation.
> >
> >
>
> If you use an 18.432 Mhz crystal, then the USB can be used to flash the part
> at production.
> If you use anything else, then the USB will not work, but the UART will.
If I use a 18.432 MHz crystal, then what values do I use for
the caps and resistors connected to PLLRC?
The datasheet contains very little information, but hints that
there is a "tool" available to calculate the values. I searched
Atmel's website, and all I could find was an Excel spreadsheet
application. I downloaded it, and selected the part I am using,
AT91SAM7256. The first inputs it asked for was the "Input
Divider Ratio" and the "Loop Divider Ratio" with no explaination
for what these numbers mean, or what criteria I should use to
select them. Furthermore, it appears to be impossible to use
the spreadsheet to select any values that result in an output
frequency lower than 88MHz. Yet, according to the datasheet,
the max frequency for the chip is 55MHz.
The next number it asks for is the "PLL Frequency Bandwidth",
with no explaination of what that means. The phrase "PLL
Frequency Bandwidth" occurs nowhere in the 519 page datasheet.
If I Google for "PLL Frequency Bandwidth" I get only one hit,
for a non-relevant webpage on a server in Argentina.
Sorry if I sound a little frustrated.
-bob