From 0ccc9709cad2069ca6e4193e1924aed1691729d1 Mon Sep 17 00:00:00 2001 From: theStack Date: Sat, 12 Dec 2009 05:15:53 +0100 Subject: [PATCH] a call to the end of the IRAM (0x00033ffc)... *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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frprog.py b/frprog.py index 66e6d47..293ed4d 100755 --- a/frprog.py +++ b/frprog.py @@ -142,6 +142,18 @@ print recvByte() 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 = [] -- 2.25.1