|
They are supposed to be pin compatible with the AT91SAM7S64 which has a full (preliminary) datasheet.
I expect these devices to be very similar to the AVR line in that a simple review of register descriptions and recompile are all that is needed to go from one device to another. In this case, the register descriptions will probably be the same anyway.
For example, with the Atmel AVRs, I can go from an Atmega64 to an Atmega128 (and back) with the change of a #define and a recompile. The only major differences between the chips is flash/eeprom size.
You should be able to get started with the AT91SAM7S64 datasheet.
Hope this helps.
Chris Lathan
|