|
Can anyone clear me up on where the LCD User Interface is mapped to in memory on the AT91SAM9261-EK board. (The Registers listed on page 600 of the preliminary spec. rev C). The documentation suggests 0x0060_0000. This also seems to be what is in the AT91SAM9261.h file on the LCD-demo. But, if I try and look at 0x0060_0000 using SAM-BA, I get the error message
"Wrong Address or Memory Overrun"
The reason is that I can't get the LCD-Demo to work so far. I've compiled, loaded, checked some locations by reading them out with SAM-BA but all I have is a power-led and white TFT on the board.
I must admit I am not using the tools provided on the CD. My flow uses the ARM compiler from codesourcery and is done on Linux. But as I said I have compiled OK. My next step would be to try and manually write to some registers and try and see some changes on the TFT, just to see whether I am on the right track. (This works for the LEDs D57 and D58 for instance)
Any help would be appreciated.
Charles
|