From: theStack Date: Sat, 12 Dec 2009 04:15:53 +0000 (+0100) Subject: a call to the end of the IRAM (0x00033ffc)... X-Git-Tag: v0.1~54 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=pyfrprog.git;a=commitdiff_plain;h=0ccc9709cad2069ca6e4193e1924aed1691729d1 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 --- 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 = []