a call to the end of the IRAM (0x00033ffc)...
authortheStack <sebastian.falbesoner@gmail.com>
Sat, 12 Dec 2009 04:15:53 +0000 (05:15 +0100)
committertheStack <sebastian.falbesoner@gmail.com>
Sat, 12 Dec 2009 04:15:53 +0000 (05:15 +0100)
*really* starts the program that was flashed before - how crazy is that? does
that mean that instructions are called backwards or something like that? well,
at the moment i don't care new super mario bros is waiting xD

frprog.py

index 66e6d477e30cd49120b5839fa0080cf6b4b343ac..293ed4dd449c834a96db2b42ae0e84d3f2fe2ef7 100755 (executable)
--- a/frprog.py
+++ b/frprog.py
@@ -142,6 +142,18 @@ print recvByte()
 sys.exit(0)
 """
 
 sys.exit(0)
 """
 
+#cmdCALL(0x00030000)
+cmdCALL(0x00033ffc)
+sys.exit(0)
+
+# read something from the IRAM
+#print cmdREAD(0x00030000, 32)
+
+#data = []
+#for i in range(0, 32):
+#      data.append(i)
+#cmdWRITE(0x00030000, 32, data)
+
 
 # write something to the begin of the IRAM
 data_wr = []
 
 # write something to the begin of the IRAM
 data_wr = []