X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETAT91SAM7S.py;h=8f49070e360681e25b895611a0056d27671f64c6;hp=30276175944211af33bf7abfc06245d7e1c8249b;hb=f7fdc48f01ada713d5034763a2f3395fe2a7c51b;hpb=5a9cb247299710d6f1f093b60a167c7c28e98eef diff --git a/client/GoodFETAT91SAM7S.py b/client/GoodFETAT91SAM7S.py index 3027617..8f49070 100644 --- a/client/GoodFETAT91SAM7S.py +++ b/client/GoodFETAT91SAM7S.py @@ -1,4 +1,5 @@ from GoodFETARM7 import * + """ This is the ARM7 series of microcontrollers from Atmel, including: * AT91SAM7S512 @@ -10,14 +11,15 @@ This is the ARM7 series of microcontrollers from Atmel, including: * AT91SAM7S161 * AT91SAM7S16 - SAM-BA boot-assistant can be used (not through this module) by setting PA0, PA1, and PA2 high for at least 10 seconds followed by a power cycle. SAM-BA supports reprogramming through the DBGU port or USB port. The System Controller peripherals are all mapped to the highest 4 Kbytes of address space, between addresses 0xFFFF F000 and 0xFFFF FFFF. """ - +# +# Base Memory Addresses +# FLASH_BASE = 0x100000 TCx_BASE = 0xfffa0000 # Timer/Counter UDP_BASE = 0xfffb0000 # USB Device Port