[En-Nut-Discussion] Using Olimex SAM9-L9260
Harald Kipp
harald.kipp at egnite.de
Wed Apr 21 10:01:19 CEST 2010
On 20.04.2010 14:24, Paulo Silva(OpenSoftware) wrote:
> I run ethernut in this board 2 years ago, for a customer project, and we
> have problemas with the init code, but unfortunatelly I do not exactly
> remenber anymore what happened.My customer sad that the problem was with
> the pll frequency, maybe is was set wrong.
I discovered the following in nut/include/arch/arm/at91_pmc.h:
#define PMC_CSS_PLLA_CLK 0x00000002
#define PMC_CSS_PLLB_CLK 0x00000003
According to the datasheet, it should be
#define PMC_CSS_PLLA_CLK 0x00000001
#define PMC_CSS_PLLB_CLK 0x00000002
Not sure if this causes any problem.
Harald
More information about the En-Nut-Discussion
mailing list