
24 Aug
2005
24 Aug
'05
11:01 a.m.
Patrick,
This is not the main problem however,
In the AT91RM9200 initialisation code, PMC_MCKR is written incorrectly. This register *MUST* be written in two separate steps (see the errata sheet for the AT91RM9200 for more details). In my case i write 0x201, followed by 0x202.
How did you do that? Do you wait some time between the first and the second write?
-- Steven