Added ARM Chip ID database file in /reports. Add your ARM CHIP ID MEMORY ADDRESSES
authortheqlabs <theqlabs@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 11 Oct 2010 23:55:31 +0000 (23:55 +0000)
committertheqlabs <theqlabs@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Mon, 11 Oct 2010 23:55:31 +0000 (23:55 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@754 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETARM7.py
client/GoodFETAT91SAM7S.py

index cf0a1f4..0864cb2 100644 (file)
@@ -10,7 +10,6 @@
 #  * set security (chip-specific)
 
 import sys, binascii, struct, time
 #  * set security (chip-specific)
 
 import sys, binascii, struct, time
-import atlasutils.smartprint as asp
 from GoodFET import GoodFET
 from intelhex import IntelHex
 
 from GoodFET import GoodFET
 from intelhex import IntelHex
 
index 3027617..8f49070 100644 (file)
@@ -1,4 +1,5 @@
 from GoodFETARM7 import *
 from GoodFETARM7 import *
+
 """
 This is the ARM7 series of microcontrollers from Atmel, including:
 * AT91SAM7S512
 """
 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
 
 * 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.
 
 """
 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
 FLASH_BASE =    0x100000
 TCx_BASE =      0xfffa0000      # Timer/Counter
 UDP_BASE =      0xfffb0000      # USB Device Port