- AT91SAM7S XTAL Selection
- Posted by Ian Mcbride on October 3rd, 2005
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.
- Posted by Ulf Samuelsson on October 3rd, 2005
"Ian Mcbride" <ianmcbride2003@yahoo.com> skrev i meddelandet
news
v90f.7842$QE1.1356@newsread2.news.atl.earthl ink.net...
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.
--
Best Regards,
Ulf Samuelsson
This is intended to be my personal opinion which may,
or may bot be shared by my employer Atmel Nordic AB
- Posted by Ian Mcbride on October 4th, 2005
"Ulf Samuelsson" <ulf@a-t-m-e-l.com> wrote in message
news:ksg0f.40152$hV3.19059@nntpserver.swip.net...
Thanks, Ulf.
The 18.432/48 ratio seems a bit wide for this PLL -- divide by 48, multiply
by 125? This works OK with this part?
- Posted by Ulf Samuelsson on October 4th, 2005
Download one of the USB examples...
--
Best Regards,
Ulf Samuelsson
This is intended to be my personal opinion which may,
or may bot be shared by my employer Atmel Nordic AB
- Posted by rob@slackware.com on October 5th, 2005
Ulf Samuelsson wrote:
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
- Posted by edaudio2000@yahoo.co.uk on October 5th, 2005
Ulf Samuelsson wrote:
Why not use a 20Mhz xtal instead of a 18.432Mhz one?
18.432Mhz divided by 5 and multiplied by 26 gives 95.846MHz, whereas
20MHz divided by 5 multiplied by 24 gives exactly 96MHz, a better value
for USB
Is it just because 18.432xtals are cheaper than 20Mhz ones?
ted
- Posted by Ian Mcbride on October 6th, 2005
18.432MHz divided by 48, multiplied by 125 gives 48MHz.
However, this would drive 384 KHz into the PLL, which is lower than the 1MHz
specified minimum in the datasheet.
BUT, the minimum output of the PLL is 80MHz and the data sheet talks about
the PLL generating a 48MHz clock in quite a few places.. so I'm wondering if
the PLL is a little wider than is specified.
- Posted by Ulf Samuelsson on October 6th, 2005
<rob@slackware.com> skrev i meddelandet
news:1128517112.896175.227460@g14g2000cwa.googlegr oups.com...
Download the schematics from the atmel web page.
Cut
Paste
Done ;-)
--
Best Regards,
Ulf Samuelsson
This is intended to be my personal opinion which may,
or may bot be shared by my employer Atmel Nordic AB
- Posted by Ulf Samuelsson on October 6th, 2005
<edaudio2000@yahoo.co.uk> skrev i meddelandet
news:1128521688.835475.141310@z14g2000cwz.googlegr oups.com...
No, because the BootROM assumes 18,432 Mhz.
The SAM-BA USB flashing wont work without it, and you have to use the UART.
--
Best Regards,
Ulf Samuelsson
This is intended to be my personal opinion which may,
or may bot be shared by my employer Atmel Nordic AB
- Posted by rob@slackware.com on October 6th, 2005
Ulf Samuelsson wrote:
Hi Ulf,
Can you please provide a URL? I went to www.atmel.com
and searched for "schematic AT91SAM7S", and some other
combinations, but didn't find anything useful.
Thanks,
-bob