annotate src/cs/layer1/dsp1/patch_file33_8.c @ 581:a0a45c5eb3ef

gsmcomp.c: bumping trace partition size to 220 like in gprscomp.c This change is safe in terms of RAM usage because all of these partition pools have already been moved from XRAM to IRAM earlier, and our IRAM usage in VO configs is currently quite low - the one near the limit is XRAM on C11x.
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Jan 2019 03:52:49 +0000
parents 11e279107681
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
395
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 /*
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 * DSP patch code for Calypso C05 silicon - F741979B.
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 *
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 * The 3 versions of the DSP patch for this silicon version with DSP ROM 3311
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 * come from the TSM30 source; the present C file is based on TSM30's
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 * Dsp_patch.c, massaged appropriately to build as if it were patch_file33_8.c
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 * from TCS211. The selection of which of the 3 available DSP patch versions
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 * is to be used is made further below.
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 */
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 // Defintions of available patches
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 //--------------------------------
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 // Samson/Calypso patches for ROM code 3311
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14 //#define DSP_PATCH_2010 2 // commented out patches can be found in previous
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 //#define DSP_PATCH_2030 4 // versions of dsp_patch.c with PVCS SBO 06.12.2002
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 //#define DSP_PATCH_2040 5
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 //#define DSP_PATCH_2070 6
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 //#define DSP_PATCH_2090 7
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 //#define DSP_PATCH_20A4 8 // non official
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 //#define DSP_PATCH_20A3 9
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 //#define DSP_PATCH_20D0 10
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 //#define DSP_PATCH_20D9 11// non official
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 #define DSP_PATCH_3311_20F0 12
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24 #define DSP_PATCH_3311_20F3 13// non official
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 #define DSP_PATCH_3311_2140 14
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27 /* let's try using the newest available version */
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28 #define DSP_PATCH DSP_PATCH_3311_2140
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 #if ((DSP_PATCH == DSP_PATCH_3311_20F0))
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 /*--------------------------------------------------------------------------
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33 Patch 0x20F0:
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 =============
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 A minor modification is done into the DSP patch compared to the 0x20E0.
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 => BUG02394 "CNTR GSM > RXPWM results badly reported into the API"
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 This patch is applied on DSP code 33 (Calypso G2 and Samson)
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 Version: 0x20F0
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41 Checksum: 0xF49F (with Calypso G2)
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43 -----------------------------------------------------------------------------*/
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 const unsigned char patch_array[] = {
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 /* Tag */ 0x00, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 /* Vers */ 0x03, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
51 /* size */ 0x1f, 0x04, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
52 /* addr */ 0x5c, 0x01, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
53
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
54 0xF8,0x76,0x36,0x0C,0x61,0x01,0x73,0xF0,0x60,0xB3,0xF8,0x76,0xDB,0x08,0xF0,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
55 0xF8,0x76,0x6B,0x3F,0x38,0x5F,0xF8,0x76,0xDF,0x3F,0xC8,0x5A,0xF8,0x76,0xE0,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
56 0xC7,0x5E,0xF8,0x76,0x6A,0x3F,0xE4,0x61,0xF8,0x76,0xE2,0x08,0x00,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
57 0xCD,0x63,0xF8,0x76,0xE3,0x08,0x0F,0x00,0xF8,0x76,0xE4,0x08,0x00,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
58 0xCE,0x3F,0x5A,0x04,0xF8,0x76,0xD4,0x3F,0xCA,0x06,0xF8,0x10,0x5A,0x04,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
59 0xD3,0x00,0x74,0xF0,0xDA,0x6F,0xF8,0x76,0x41,0x09,0x02,0x00,0xF8,0x76,0xD5,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
60 0x00,0x00,0xF8,0x76,0x66,0x3F,0xA2,0x60,0x00,0xE8,0x74,0xF0,0xE7,0x63,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
61 0x38,0x0C,0x0C,0x00,0x20,0xF8,0x9B,0x01,0xF8,0x76,0x67,0x3F,0x64,0x60,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
62 0x02,0x15,0x00,0x00,0xF8,0x76,0x01,0x15,0x00,0x00,0x00,0xFC,0x47,0xFA,0xE3,0xBB,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
63 0x10,0xF0,0x01,0x00,0x14,0x88,0x13,0x72,0xFF,0x2B,0x12,0x77,0xB8,0x2B,0xE3,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
64 0x01,0x00,0x13,0x77,0x60,0x00,0xB8,0xF7,0x1A,0x77,0x0F,0x00,0x72,0xF2,0xBA,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
65 0x60,0x45,0x01,0xC8,0x85,0xF4,0x87,0xF5,0x92,0x82,0x83,0x3C,0x01,0xC8,0x83,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
66 0x13,0x72,0xFF,0x2B,0xB8,0xF6,0x60,0x83,0xE3,0x80,0x01,0x00,0x60,0x11,0xE3,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
67 0x01,0x00,0xF8,0x08,0x81,0x0C,0x47,0xF8,0xE3,0xBB,0xF8,0x6F,0x82,0x0C,0x20,0x0E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
68 0x46,0xF8,0xE3,0xBB,0x12,0x77,0x76,0x2C,0x13,0x77,0x34,0x02,0x06,0xEC,0x98,0xE5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
69 0xEB,0x6D,0xF8,0xFF,0x10,0xE5,0x1A,0x77,0x07,0x00,0x72,0xF2,0xE0,0x01,0x17,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
70 0x76,0x2C,0x97,0x10,0x20,0xF6,0x45,0xF8,0xE1,0x01,0xBF,0xF6,0x8F,0x6D,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
71 0x42,0x2D,0x60,0x76,0x01,0x00,0x12,0x77,0x0C,0x2A,0x1A,0x77,0xBB,0x01,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
72 0xF0,0x01,0x92,0x10,0x87,0x08,0x45,0xF8,0xF7,0x01,0x61,0x70,0x1A,0x00,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
73 0x18,0x02,0x97,0x6D,0x94,0x6D,0x61,0x70,0x1A,0x00,0xBF,0xF6,0x12,0x49,0x62,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
74 0x61,0x10,0xE2,0x76,0xFF,0xFF,0xFF,0x00,0x45,0xFD,0x97,0x6D,0x10,0xF2,0x0A,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
75 0x74,0xF2,0x0C,0xBC,0x96,0x80,0x95,0xF4,0xBC,0xF4,0x11,0x77,0x19,0x00,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
76 0x0E,0x00,0xF8,0x10,0xF7,0x4B,0xE3,0xF6,0x12,0x77,0x00,0x2C,0x12,0x72,0x63,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
77 0x64,0x11,0x45,0xF8,0xEB,0xBB,0x82,0x81,0x87,0x10,0xF8,0x08,0x82,0x0C,0x46,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
78 0xA8,0xBB,0x61,0x10,0x1A,0x88,0x46,0xFA,0x27,0x02,0x12,0x72,0x62,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
79 0x0C,0x2A,0x1A,0x77,0xBB,0x01,0x8C,0x6C,0xEB,0x01,0x73,0xF0,0xE0,0xBB,0xC8,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
80 0xD5,0xFF,0xE0,0xFF,0xEA,0xFF,0xF1,0xFF,0xF7,0xFF,0xFC,0xFF,0xFF,0xFF,0x38,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
81 0x01,0x00,0x04,0x00,0x09,0x00,0x0F,0x00,0x16,0x00,0x20,0x00,0x2B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
82 0x4A,0x0F,0xDE,0x00,0x6E,0x0E,0xC7,0x53,0x9E,0x0D,0x09,0xFB,0xDB,0x0C,0x7C,0x45,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
83 0x22,0x0C,0xEA,0x8B,0x74,0x0B,0x82,0x30,0xCF,0x0A,0x4B,0x9E,0x34,0x0A,0xAB,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
84 0xA1,0x09,0xEA,0xAA,0x17,0x09,0xC4,0x47,0x94,0x08,0xFE,0xA8,0x19,0x08,0xFE,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
85 0x00,0x08,0x50,0x0B,0x00,0x10,0xA1,0x16,0x46,0x2D,0x00,0x40,0x85,0x5A,0xFF,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
86 0x00,0x00,0xFF,0xFF,0xFB,0xFF,0xF4,0xFF,0xED,0xFF,0xE8,0xFF,0xEA,0xFF,0xF6,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
87 0x0E,0x00,0x31,0x00,0x5B,0x00,0x81,0x00,0x9A,0x00,0x9A,0x00,0x78,0x00,0x30,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
88 0xCA,0xFF,0x4D,0xFF,0xD1,0xFE,0x6E,0xFE,0x3E,0xFE,0x58,0xFE,0xC6,0xFE,0x87,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
89 0x87,0x00,0xA6,0x01,0xB3,0x02,0x7B,0x03,0xCB,0x03,0x80,0x03,0x8A,0x02,0xF7,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
90 0xF5,0xFE,0xC8,0xFC,0xCC,0xFA,0x60,0xF9,0xDC,0xF8,0x7A,0xF9,0x4F,0xFB,0x3A,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
91 0xEA,0x01,0xDD,0x05,0x74,0x09,0x05,0x0C,0xF7,0x0C,0xDF,0x0B,0x94,0x08,0x44,0x03,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
92 0x75,0xFC,0x02,0xF5,0x06,0xEE,0xBA,0xE8,0x54,0xE6,0xD8,0xE7,0xF2,0xED,0xD7,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
93 0x33,0x08,0x2B,0x1B,0x65,0x30,0x31,0x46,0xAD,0x5A,0x01,0x6C,0x8F,0x78,0x28,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
94 0x28,0x7F,0x8F,0x78,0x01,0x6C,0xAD,0x5A,0x31,0x46,0x65,0x30,0x2B,0x1B,0x33,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
95 0xD7,0xF8,0xF2,0xED,0xD8,0xE7,0x54,0xE6,0xBA,0xE8,0x06,0xEE,0x02,0xF5,0x75,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
96 0x44,0x03,0x94,0x08,0xDF,0x0B,0xF7,0x0C,0x05,0x0C,0x74,0x09,0xDD,0x05,0xEA,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
97 0x3A,0xFE,0x4F,0xFB,0x7A,0xF9,0xDC,0xF8,0x60,0xF9,0xCC,0xFA,0xC8,0xFC,0xF5,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
98 0xF7,0x00,0x8A,0x02,0x80,0x03,0xCB,0x03,0x7B,0x03,0xB3,0x02,0xA6,0x01,0x87,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
99 0x87,0xFF,0xC6,0xFE,0x58,0xFE,0x3E,0xFE,0x6E,0xFE,0xD1,0xFE,0x4D,0xFF,0xCA,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
100 0x30,0x00,0x78,0x00,0x9A,0x00,0x9A,0x00,0x81,0x00,0x5B,0x00,0x31,0x00,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
101 0xF6,0xFF,0xEA,0xFF,0xE8,0xFF,0xED,0xFF,0xF4,0xFF,0xFB,0xFF,0xFF,0xFF,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
102 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
103 0x04,0x00,0x06,0x00,0x07,0x00,0x08,0x00,0x0A,0x00,0x0C,0x00,0x0E,0x00,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
104 0x18,0x00,0x20,0x00,0x30,0x00,0x40,0x00,0x56,0x00,0x60,0x00,0x78,0x00,0x80,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
105 0x00,0x00,0x00,0x00,0xFF,0x07,0x54,0x05,0xFF,0x03,0x32,0x03,0xAA,0x02,0x48,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
106 0xFF,0x01,0xC6,0x01,0x99,0x01,0x73,0x01,0x54,0x01,0x3A,0x01,0x24,0x01,0x10,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
107 0xFF,0x00,0xF0,0x00,0xE3,0x00,0xD7,0x00,0xCC,0x00,0xC2,0x00,0xB9,0x00,0xB1,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
108 0xAA,0x00,0xA3,0x00,0x9D,0x00,0x97,0x00,0x91,0x00,0x8C,0x00,0x88,0x00,0x83,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
109 0x7F,0x00,0x7B,0x00,0x77,0x00,0x74,0x00,0x71,0x00,0x6E,0x00,0x6B,0x00,0x68,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
110 0x65,0x00,0x63,0x00,0x61,0x00,0x5E,0x00,0x5C,0x00,0x5A,0x00,0x58,0x00,0x56,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
111 0x54,0x00,0x53,0x00,0x51,0x00,0x4F,0x00,0x4E,0x00,0x4C,0x00,0x4B,0x00,0x49,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
112 0x48,0x00,0x47,0x00,0x46,0x00,0x44,0x00,0x43,0x00,0x42,0x00,0x41,0x00,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
113 0xFB,0xFF,0xE9,0xFF,0xD6,0xFF,0xDC,0xFF,0x1B,0x00,0xA2,0x00,0x5D,0x01,0x0A,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
114 0x40,0x02,0x8D,0x01,0x9E,0xFF,0x60,0xFC,0x1C,0xF8,0x73,0xF3,0x38,0xEF,0x44,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
115 0x32,0x6B,0x44,0xEC,0x38,0xEF,0x73,0xF3,0x1C,0xF8,0x60,0xFC,0x9E,0xFF,0x8D,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
116 0x40,0x02,0x0A,0x02,0x5D,0x01,0xA2,0x00,0x1B,0x00,0xDC,0xFF,0xD6,0xFF,0xE9,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
117 0xFB,0xFF,0x05,0x00,0x17,0x00,0x2A,0x00,0x24,0x00,0xE5,0xFF,0x5E,0xFF,0xA3,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
118 0xF6,0xFD,0xC0,0xFD,0x73,0xFE,0x62,0x00,0xA0,0x03,0xE4,0x07,0x8D,0x0C,0xC8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
119 0xBC,0x13,0xCC,0x14,0xBC,0x13,0xC8,0x10,0x8D,0x0C,0xE4,0x07,0xA0,0x03,0x62,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
120 0x73,0xFE,0xC0,0xFD,0xF6,0xFD,0xA3,0xFE,0x5E,0xFF,0xE5,0xFF,0x24,0x00,0x2A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
121 0x17,0x00,0x05,0x00,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x69,0x06,0x77,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
122 0xF8,0x68,0x1D,0x00,0xFC,0xFF,0xF8,0x10,0x65,0x3F,0xE3,0xF4,0x74,0xF0,0x01,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
123 0xF8,0x60,0x70,0x3F,0x02,0x00,0x30,0xF8,0x8E,0x03,0x18,0x73,0x6E,0x3F,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
124 0x6F,0x3F,0xCF,0x3F,0x74,0xF0,0xE9,0xC8,0xF8,0x10,0x92,0x3F,0x30,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
125 0xF8,0x1A,0xD5,0x08,0xF8,0x80,0xD5,0x08,0x74,0xF0,0xDD,0x61,0xF8,0x10,0x5F,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
126 0xE2,0xF4,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x69,0x06,0x77,0x00,0x00,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
127 0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x09,0x64,0xF8,0x60,0x70,0x3F,0x02,0x00,0x30,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
128 0xAF,0x03,0x18,0x73,0x6E,0x3F,0x74,0xF0,0x6F,0xCA,0xF8,0x10,0xC2,0x4B,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
129 0xBC,0x03,0x10,0xF0,0x01,0x00,0x44,0xF8,0xBC,0x03,0xF8,0x68,0xD3,0x3F,0xBF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
130 0xF8,0x10,0x5F,0x3F,0xE2,0xF4,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x69,0x06,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
131 0x00,0x00,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x09,0x64,0x0E,0xE8,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
132 0x63,0x3F,0xE3,0xF5,0xF8,0x71,0x8A,0x09,0x8C,0x09,0xF8,0x10,0x5F,0x3F,0xE2,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
133 0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
134 0xFC,0xFF,0x74,0xF0,0x9D,0xB1,0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
135 0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x09,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
136 0x74,0xF0,0x01,0x64,0x74,0xF0,0x0F,0x64,0x74,0xF0,0xE4,0xA4,0xBB,0xF7,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
137 0xDD,0x61,0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
138 0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x09,0x64,0x74,0xF0,0x0F,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
139 0x30,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x74,0xF0,0x8E,0xA5,0x74,0xF0,0xDD,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
140 0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
141 0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x09,0x64,0x74,0xF0,0x0F,0x64,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
142 0x3D,0xB3,0x74,0xF0,0xDD,0x61,0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
143 0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x09,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
144 0x74,0xF0,0x0F,0x64,0x74,0xF0,0xC1,0xB2,0x74,0xF0,0xDD,0x61,0x73,0xF0,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
145 0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
146 0xFC,0xFF,0x74,0xF0,0x77,0x06,0x73,0xF0,0x08,0x01,0x7F,0x4B,0xAA,0x99,0x00,0x3C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
147 0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
148 0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
149 0x12,0x00,0x09,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x34,0x04,0xED,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
150 0xFA,0x72,0xE0,0x72,0x48,0x73,0x2E,0x73,0x3B,0x73,0x07,0x73,0x14,0x73,0x21,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
151 0x26,0x72,0x18,0x72,0x06,0x4A,0x74,0xF0,0x1F,0x7C,0x73,0xF0,0x6B,0x04,0x0E,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
152 0xAC,0x00,0x1A,0x77,0xBD,0x00,0x12,0x77,0xCE,0x0C,0x15,0x77,0x4C,0x0E,0x74,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
153 0xA5,0x81,0xF8,0x45,0x43,0x0C,0x12,0x77,0xCE,0x0C,0x13,0x77,0x00,0x2A,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
154 0xC0,0x2A,0x15,0x77,0x4C,0x0E,0x74,0xF2,0xC8,0x81,0x1A,0x77,0x2F,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
155 0xEA,0x2C,0x20,0xF0,0xEF,0x04,0x30,0xF0,0xFF,0xFF,0x19,0xEC,0x92,0x7E,0x00,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
156 0x1A,0x00,0x19,0xEC,0x92,0x7E,0x00,0xF0,0x1A,0x00,0x0B,0xEC,0x92,0x7E,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
157 0xA1,0x84,0x74,0xF0,0xCA,0x84,0xB9,0xF6,0x00,0xE9,0x12,0x77,0xE4,0x2B,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
158 0x31,0x00,0x92,0x56,0x72,0xF2,0xA6,0x04,0x10,0x89,0x11,0x89,0x86,0xF5,0x92,0x56,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
159 0x95,0xF4,0x08,0xFD,0x21,0xE7,0x11,0x48,0x10,0xF0,0xE8,0x2B,0x7F,0xF4,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
160 0xD0,0x14,0x10,0xF0,0x04,0x00,0x42,0xFA,0xBD,0x04,0x01,0xE9,0x95,0xF4,0x00,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
161 0x42,0xF8,0xBD,0x04,0x00,0xF6,0x42,0xF8,0xBD,0x04,0x00,0xF6,0x42,0xF8,0xBD,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
162 0x00,0xF6,0xF8,0x80,0xCF,0x14,0xB6,0xF6,0xB9,0xF6,0x10,0x72,0xD0,0x14,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
163 0x27,0x2A,0x13,0x77,0xE7,0x2A,0x1A,0x77,0x3F,0x00,0x72,0xF2,0xCE,0x04,0xCD,0xA0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
164 0x00,0xE8,0x92,0x38,0x93,0x38,0x7A,0xF4,0x83,0xF4,0xF8,0x82,0xD1,0x14,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
165 0xD2,0x14,0xF8,0x6B,0xD0,0x14,0x27,0x00,0x12,0x77,0x56,0x2C,0x13,0x77,0x88,0x2C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
166 0xF8,0x10,0xCF,0x14,0x10,0x88,0x1A,0x77,0x08,0x00,0xCD,0xA0,0x72,0xF2,0xE9,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
167 0x14,0x77,0xD3,0x14,0x92,0x10,0x94,0x80,0x93,0x10,0x94,0x80,0xF8,0x6B,0xCF,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
168 0x27,0x00,0x73,0xF0,0x5D,0x7C,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
169 0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
170 0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
171 0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
172 0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
173 0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
174 0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
175 0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
176 0x00,0x02,0x00,0xFE,0x00,0xFE,0xB8,0xF7,0xB6,0xF6,0xB9,0xF6,0xBE,0xF6,0x7B,0xEA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
177 0x20,0xF0,0x72,0x86,0x49,0x80,0x14,0x77,0xCA,0x3D,0x02,0xEC,0x94,0x70,0x41,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
178 0x62,0xF1,0x3A,0xFF,0x47,0x76,0x10,0x00,0x44,0x76,0x00,0x00,0xF8,0x10,0x5F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
179 0x10,0xF0,0x0A,0x00,0x43,0xFA,0x59,0x05,0xF8,0x10,0x5F,0x58,0x10,0xF0,0x44,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
180 0x47,0xFA,0x51,0x05,0xF8,0x10,0x5F,0x58,0x44,0xE8,0x44,0x76,0x0A,0x00,0x0F,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
181 0x44,0x1E,0x44,0x80,0xF0,0xF0,0x30,0xF0,0xFF,0xFF,0x00,0xF0,0x04,0x00,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
182 0x0F,0x00,0x00,0xF0,0x17,0x00,0x46,0x80,0x74,0xF0,0xF0,0x85,0x44,0x10,0x45,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
183 0x12,0x48,0x10,0xF0,0x01,0x00,0x13,0x88,0x44,0x08,0x14,0x88,0x83,0x71,0xC7,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
184 0x0F,0xE8,0x44,0x08,0x46,0x80,0x46,0x47,0x65,0xE5,0x44,0x10,0x14,0x77,0xC7,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
185 0x10,0xF0,0x01,0x00,0x46,0x80,0x46,0x47,0x25,0xE5,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
186
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
187 /* size */ 0xf1, 0x01, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
188 /* addr */ 0x00, 0x06, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
189
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
190 0x19,0x10,0x10,0xF1,0x02,0x00,0x1A,0x89,0x10,0xF1,0x19,0x00,0x4F,0xFA,0x2A,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
191 0x17,0x10,0x04,0x00,0x12,0x88,0x72,0xF2,0x0F,0x06,0x95,0xF4,0x92,0x10,0x92,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
192 0x07,0x61,0x10,0x00,0x30,0xF8,0x1A,0x06,0x63,0xF4,0xB6,0xF6,0x19,0x63,0x05,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
193 0x19,0x81,0xB6,0xF7,0x42,0xF8,0x24,0x06,0x84,0xF4,0xB8,0xF6,0x0F,0xEC,0x19,0x1E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
194 0xB8,0xF7,0x84,0xF4,0x73,0xF0,0x45,0x06,0xB8,0xF6,0x0F,0xEC,0x19,0x1E,0xB8,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
195 0x73,0xF0,0x45,0x06,0x10,0xF3,0xEB,0xFF,0x4B,0xFA,0x44,0x06,0x17,0x6F,0x41,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
196 0x03,0x00,0x12,0x88,0x95,0xF4,0x95,0xF4,0xB2,0x10,0x72,0xF2,0x3F,0x06,0x0E,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
197 0x0F,0x80,0xB2,0x11,0x0E,0x10,0x86,0xF4,0x0E,0x80,0x0F,0x10,0x87,0xF4,0x0F,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
198 0x0E,0x00,0x7F,0xF4,0x73,0xF0,0x45,0x06,0x11,0x10,0x18,0x11,0x10,0xF3,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
199 0x1A,0x89,0x03,0x11,0x16,0x6F,0x01,0x0F,0x12,0x89,0x68,0xF4,0x68,0xF4,0x25,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
200 0x00,0xED,0x72,0xF2,0x55,0x06,0xDD,0x41,0x84,0xF7,0xFC,0xC7,0x00,0xFC,0x45,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
201 0x95,0x6D,0x91,0x6D,0x8B,0x6D,0x91,0x10,0x61,0xF4,0x03,0x00,0x12,0x88,0x23,0xA3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
202 0x85,0xF7,0x0D,0x43,0x94,0x10,0x95,0x00,0x7F,0xF4,0x84,0xF4,0x4F,0xFA,0x74,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
203 0x82,0x00,0x82,0x80,0xF8,0x61,0xC0,0x3D,0x10,0x00,0x30,0xFA,0x74,0x06,0xEA,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
204 0xFC,0xFF,0x71,0xF0,0x04,0x00,0xB2,0x80,0x8B,0x6C,0x5B,0x06,0x00,0xFC,0xB6,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
205 0xF8,0x60,0xBA,0x3F,0x03,0x00,0x20,0xFA,0x98,0x06,0x11,0x72,0xBB,0x3F,0x19,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
206 0x5E,0x01,0x81,0x11,0xD1,0x76,0x00,0x00,0x19,0x77,0x1F,0x00,0x11,0x73,0xBB,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
207 0x11,0x72,0xFF,0x3D,0xB9,0xF6,0xD1,0x81,0x71,0xF1,0x1E,0x00,0xD1,0x79,0xA3,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
208 0xB9,0xF7,0xF8,0x47,0x04,0x09,0x61,0xF7,0x11,0x73,0xFF,0x3D,0x0C,0x73,0x21,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
209 0x11,0x72,0x7F,0x41,0x19,0x77,0x1F,0x00,0xF8,0x10,0xB9,0x3F,0x10,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
210 0x43,0xFA,0xC9,0x06,0xD1,0x70,0x20,0x00,0xF8,0x61,0x92,0x3F,0x00,0x02,0x20,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
211 0xB7,0x06,0xF8,0x45,0x20,0x00,0xBF,0xF6,0x80,0xFB,0xDC,0x06,0xF8,0x44,0x21,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
212 0x11,0x72,0x7F,0x41,0x19,0x77,0x1F,0x00,0x95,0xF4,0x95,0xF4,0xD1,0x82,0xB9,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
213 0x71,0xF1,0x1E,0x00,0xD1,0x79,0x84,0x0C,0x11,0x73,0x7F,0x41,0x11,0x72,0xBC,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
214 0x19,0x77,0x5E,0x01,0xB9,0xF7,0xF8,0x47,0x03,0x09,0x61,0xF7,0xD1,0x83,0x11,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
215 0xBC,0x3F,0x00,0xFC,0x17,0x77,0x06,0x09,0x16,0x77,0x07,0x09,0x87,0x10,0x86,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
216 0x45,0xF8,0x21,0xC2,0x12,0x72,0xCE,0x3F,0x87,0x71,0x07,0x09,0xF8,0x68,0x09,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
217 0xFF,0xEF,0x73,0xF0,0x09,0xC2,0x00,0xFC,0x74,0xF0,0xE2,0x06,0xE4,0xF4,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
218 0x82,0x07,0xE4,0xF4,0x75,0xEA,0xF8,0x68,0x07,0x00,0x00,0x3C,0xF8,0x69,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
219 0x40,0x03,0x10,0x77,0x01,0x00,0x0F,0x71,0x12,0x00,0x13,0x77,0x00,0x36,0x19,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
220 0xFF,0x00,0x7D,0xF4,0x7D,0xF7,0x23,0x83,0xCA,0x31,0x82,0x30,0x0C,0x2D,0x00,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
221 0x08,0x00,0x7C,0xF7,0x00,0x53,0x00,0x4F,0x0C,0x8C,0x82,0x82,0x0F,0x70,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
222 0x8E,0xF5,0x85,0xF7,0x8F,0xF7,0x27,0x8C,0x24,0x6F,0x7F,0x0D,0x02,0x56,0x8E,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
223 0xB9,0xF4,0x8F,0xF4,0x28,0x8C,0x25,0x82,0x82,0x27,0x0C,0x3B,0x00,0xF3,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
224 0x7C,0xF7,0x02,0x53,0x02,0x4F,0x78,0xFF,0x0D,0x76,0x01,0x00,0x4B,0xFF,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
225 0x01,0x00,0x82,0x27,0x04,0x55,0x7A,0xF7,0x04,0x53,0x04,0x4F,0x23,0x71,0xA2,0x3A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
226 0x11,0x76,0x01,0x00,0x0E,0x10,0x43,0xFA,0xBE,0x07,0x0E,0x6B,0x01,0x00,0x18,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
227 0x10,0xF0,0x01,0x00,0x18,0x80,0x47,0xF9,0xD9,0x07,0x19,0x30,0x05,0x25,0x70,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
228 0x04,0x29,0x1C,0x09,0x08,0x55,0x13,0x60,0x01,0x00,0x30,0xFA,0x3B,0x07,0x0E,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
229 0x00,0x00,0x4B,0xF8,0xBE,0x07,0x23,0x44,0xFD,0xEC,0xCD,0xB8,0xCD,0xBC,0x22,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
230 0x0D,0x10,0x44,0xF8,0xA5,0x07,0x4B,0xF8,0xBE,0x07,0x25,0x11,0x4D,0xFA,0x5F,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
231 0x26,0x76,0x00,0x00,0x24,0x6F,0x4F,0x0C,0x0F,0xEC,0x25,0x1E,0x26,0x80,0x28,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
232 0x27,0x09,0x0E,0x89,0x00,0xF3,0x10,0x00,0x26,0x44,0x8F,0xF4,0x61,0xF4,0x4B,0xFD,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
233 0x70,0xF4,0x00,0x57,0x70,0xF7,0x0E,0x89,0x4B,0xFD,0x84,0xF4,0x26,0x82,0x02,0x57,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
234 0x8A,0xF7,0x12,0x30,0x22,0x20,0x7C,0xF4,0x8E,0xF4,0x95,0xF4,0x29,0x8C,0x8E,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
235 0x34,0xE7,0x0E,0x49,0x29,0x09,0x1A,0x77,0xFD,0x00,0x4E,0xFF,0x29,0x30,0x61,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
236 0x8F,0xF4,0x15,0x77,0x9E,0x3A,0x95,0x82,0x26,0x31,0x72,0xF2,0x7B,0x07,0x8D,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
237 0xDB,0x44,0xBC,0xB0,0x70,0xBC,0xDE,0xC8,0xBC,0xB0,0x0C,0x30,0x73,0xF2,0xD3,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
238 0x8D,0x2E,0xDC,0x82,0x75,0xEA,0x10,0x77,0x01,0x00,0x12,0x77,0x00,0x37,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
239 0x00,0x36,0x19,0x77,0xFF,0x00,0x00,0xE8,0x00,0x4E,0x02,0x4E,0x04,0x4E,0x06,0x4E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
240 0x0D,0x80,0x0C,0x80,0x0E,0x76,0x4C,0xFF,0xFE,0xEC,0xDA,0x80,0xFE,0xEC,0xDB,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
241 0x0F,0x76,0x00,0x37,0x11,0x80,0x14,0x10,0x18,0x80,0x62,0xF0,0xFF,0x7F,0x10,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
242 0x17,0x31,0x15,0x83,0x00,0xFE,0x16,0x76,0xFF,0x7F,0x24,0xE7,0xCC,0x6D,0xB9,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
243 0x1A,0x77,0xFD,0x00,0x0C,0x30,0x72,0xF2,0xB0,0x07,0xDC,0x21,0xDA,0x26,0xE0,0xB3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
244 0xDA,0x38,0x7C,0xF4,0xBA,0xF4,0x83,0xF4,0x7C,0xF7,0x83,0xF5,0x02,0x4E,0x00,0x4F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
245 0x60,0xFF,0x0D,0x76,0x00,0x00,0xB9,0xF7,0x73,0xF0,0xD3,0x07,0x11,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
246 0x82,0x26,0x06,0x54,0x77,0xF4,0x06,0x50,0x06,0x4E,0x63,0xF4,0x20,0x4E,0x1A,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
247 0x21,0x25,0x70,0xF7,0x88,0xF7,0x08,0x4F,0x1B,0x30,0x21,0x25,0x70,0xF7,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
248 0xD3,0x07,0x88,0xF7,0x0A,0x4F,0x22,0x44,0x16,0x30,0x8C,0xF4,0x00,0xFE,0x63,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
249 0x22,0x82,0x19,0x30,0x05,0x25,0x70,0xF7,0x04,0x29,0x1C,0x09,0x0A,0x55,0x4F,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
250 0xE9,0x07,0x14,0x10,0x18,0x80,0x16,0x11,0x15,0x09,0x10,0x10,0x00,0xFE,0x86,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
251 0x16,0x80,0x16,0x11,0x15,0x01,0x20,0xF0,0xFF,0x7F,0x00,0xFE,0x87,0xF4,0x16,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
252 0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
253
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
254 /* size */ 0xfd, 0x03, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
255 /* addr */ 0xbe, 0x10, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
256
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
257 0xF8,0x10,0xC0,0x3D,0x30,0xF0,0x0F,0x00,0x45,0xFE,0x00,0xED,0x54,0xEA,0x1A,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
258 0x85,0x12,0x1B,0x76,0xCF,0x11,0x1C,0x76,0xA6,0x13,0x1D,0x76,0xC5,0x13,0x1E,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
259 0x84,0x14,0xBD,0xF6,0xBD,0xF7,0xB8,0xF7,0xB7,0xF6,0xB9,0xF6,0xB6,0xF7,0xBE,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
260 0x19,0x77,0x00,0x00,0xF8,0x68,0xC0,0x3D,0xFF,0x00,0x00,0xE8,0xF8,0x80,0xC2,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
261 0x0A,0x80,0x0B,0x80,0xF8,0x61,0xC0,0x3D,0x01,0x00,0x20,0xF8,0xF8,0x10,0x05,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
262 0xF8,0x71,0xC1,0x3D,0x17,0x00,0xEF,0x6D,0x80,0x00,0x08,0x4A,0x02,0x76,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
263 0x0D,0x76,0x04,0x00,0x0C,0x76,0x56,0x04,0x14,0x76,0x07,0x00,0x15,0x76,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
264 0x73,0xF0,0x17,0x11,0x0B,0xE8,0x17,0x77,0x31,0x2A,0x08,0x4A,0xF8,0x61,0xC0,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
265 0x04,0x00,0x20,0xF8,0x0D,0x11,0x02,0x76,0x97,0x00,0x0D,0x76,0x08,0x00,0x0C,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
266 0x44,0x04,0x14,0x76,0x09,0x00,0x15,0x76,0x04,0x00,0x73,0xF0,0x17,0x11,0x02,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
267 0xBF,0x00,0x0D,0x76,0x0A,0x00,0x0C,0x76,0x4C,0x04,0x14,0x76,0x0C,0x00,0x15,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
268 0x04,0x00,0x02,0x71,0x10,0x00,0x71,0xF0,0x04,0x00,0x97,0x80,0x17,0x73,0x05,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
269 0xB7,0x6D,0x71,0xF0,0x04,0x00,0x97,0x80,0x17,0x73,0x06,0x2A,0xB7,0x6D,0x10,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
270 0x17,0x73,0x0E,0x2A,0xB7,0x6D,0x17,0x73,0x10,0x2A,0xB7,0x6D,0x17,0x73,0x0F,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
271 0xB7,0x6D,0x17,0x73,0x11,0x2A,0x03,0x70,0xC1,0x3D,0x1A,0x13,0xE3,0xF7,0x05,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
272 0x04,0x80,0x08,0x80,0x03,0x70,0xC1,0x3D,0x03,0x6B,0x01,0x00,0x1A,0x13,0xE3,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
273 0x06,0x10,0x04,0x80,0x09,0x80,0xF8,0x61,0xC0,0x3D,0x01,0x00,0x20,0xFA,0x98,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
274 0x0F,0x77,0x00,0x00,0x05,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
275 0x1C,0x13,0xE3,0xF5,0x12,0x80,0x08,0x63,0xA4,0x10,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
276 0x07,0x8F,0x07,0x8F,0x0F,0x4A,0x06,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
277 0x08,0x00,0x1C,0x13,0xE3,0xF5,0x13,0x80,0x0F,0x8A,0x09,0x63,0xA4,0x10,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
278 0x0B,0x00,0x95,0xF4,0x07,0x8F,0x07,0x8F,0x07,0x8D,0x10,0x77,0x02,0x00,0x07,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
279 0x08,0x00,0x20,0xFA,0x81,0x11,0x02,0x71,0x1A,0x00,0xF8,0x71,0xC1,0x3D,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
280 0xEA,0x6D,0x00,0x00,0x05,0x71,0x13,0x00,0xF8,0x69,0xC0,0x3D,0x00,0x01,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
281 0x80,0x11,0x09,0xA2,0xB2,0x82,0x07,0x61,0x02,0x00,0x20,0xFA,0x95,0x11,0x02,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
282 0x1A,0x00,0xF8,0x71,0xC1,0x3D,0x12,0x00,0xEA,0x6D,0x01,0x00,0x06,0x71,0x13,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
283 0xF8,0x69,0xC0,0x3D,0x00,0x01,0x72,0xF0,0x94,0x11,0x09,0xA2,0xB2,0x82,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
284 0xBD,0xF6,0xBD,0xF7,0x05,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
285 0x1C,0x13,0xE3,0xF5,0x12,0x80,0x08,0x63,0x00,0x20,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
286 0x07,0x8F,0x08,0x63,0x66,0x16,0xF0,0xF3,0xF8,0x80,0x0C,0x00,0x95,0xF4,0x07,0x8F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
287 0x0F,0x4A,0x06,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,0x1C,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
288 0xE3,0xF5,0x13,0x80,0x0F,0x8A,0x09,0x63,0x00,0x20,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
289 0x07,0x8F,0x09,0x63,0x66,0x16,0xF0,0xF3,0xF8,0x80,0x0C,0x00,0x95,0xF4,0x07,0x8F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
290 0x07,0x8D,0x07,0x61,0x0A,0x00,0x20,0xFE,0xBD,0xF6,0xBD,0xF7,0x1B,0x13,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
291 0x00,0xFC,0x14,0x76,0x0E,0x00,0x17,0x77,0x1F,0x2A,0x71,0xF0,0x04,0x00,0x97,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
292 0x17,0x77,0x24,0x2A,0x71,0xF0,0x04,0x00,0x97,0x80,0x07,0x61,0x08,0x00,0x20,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
293 0xEC,0x11,0x05,0x10,0x04,0x80,0x13,0x77,0x1F,0x2A,0x08,0x63,0x00,0x28,0x0D,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
294 0x1D,0x13,0xE3,0xF5,0x17,0x73,0x0A,0x2A,0x05,0x6B,0xFD,0xFF,0x07,0x61,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
295 0x20,0xFA,0xFD,0x11,0x06,0x10,0x04,0x80,0x13,0x77,0x24,0x2A,0x09,0x63,0x00,0x28,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
296 0x0D,0x83,0x1D,0x13,0xE3,0xF5,0x17,0x73,0x0B,0x2A,0x06,0x6B,0xFD,0xFF,0x07,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
297 0x0C,0x00,0x30,0xFA,0x09,0x12,0x12,0x77,0x24,0x2A,0x13,0x77,0x1F,0x2A,0x04,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
298 0x89,0xE5,0x17,0x73,0x0A,0x2A,0x07,0x61,0x03,0x00,0x30,0xFA,0x13,0x12,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
299 0x1F,0x2A,0x04,0xEC,0x98,0xE5,0x17,0x73,0x0B,0x2A,0x10,0x77,0x02,0x00,0x14,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
300 0x0C,0x00,0x15,0x76,0x08,0x00,0x17,0x77,0x29,0x2A,0x71,0xF0,0x03,0x00,0x97,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
301 0x17,0x77,0x2D,0x2A,0x71,0xF0,0x03,0x00,0x97,0x80,0x07,0x61,0x04,0x00,0x30,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
302 0x44,0x12,0x03,0x70,0xC1,0x3D,0x05,0x10,0x04,0x80,0x11,0x77,0x1F,0x2A,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
303 0x29,0x2A,0x0A,0x71,0x13,0x00,0x07,0x61,0x08,0x00,0x08,0x63,0xFF,0x7F,0x0D,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
304 0x20,0xFF,0x07,0x69,0x10,0x00,0x1E,0x13,0xE3,0xF5,0xF8,0x69,0xC0,0x3D,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
305 0x0A,0x71,0x1A,0x00,0x74,0xF2,0x6C,0x12,0x11,0x77,0x29,0x2A,0x07,0x61,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
306 0x30,0xFA,0x69,0x12,0x03,0x70,0xC1,0x3D,0x03,0x6B,0x01,0x00,0x06,0x10,0x04,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
307 0x11,0x77,0x24,0x2A,0x14,0x77,0x2D,0x2A,0x0B,0x71,0x13,0x00,0x07,0x68,0xEF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
308 0x07,0x61,0x02,0x00,0x09,0x63,0xFF,0x7F,0x0D,0x83,0x20,0xFF,0x07,0x69,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
309 0x1E,0x13,0xE3,0xF5,0xF8,0x69,0xC0,0x3D,0x00,0x01,0x0B,0x71,0x1A,0x00,0x74,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
310 0x6C,0x12,0x11,0x77,0x2D,0x2A,0x00,0xFE,0xBD,0xF6,0xBD,0xF7,0x1A,0x4A,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
311 0x81,0x10,0x72,0xF0,0x72,0x12,0x91,0x11,0x87,0xF4,0x85,0xF4,0x11,0x8A,0x1A,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
312 0x08,0x4A,0x81,0x10,0x72,0xF0,0x7B,0x12,0x91,0x11,0x86,0xF4,0x00,0xE9,0x0B,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
313 0x86,0xF5,0xF8,0x10,0xC2,0x3D,0x86,0xF4,0x00,0xFE,0xF8,0x80,0xC2,0x3D,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
314 0x02,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,0x12,0x00,0x03,0x71,0x13,0x00,0x0E,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
315 0x14,0x00,0x74,0xF2,0xE0,0x12,0x10,0x71,0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
316 0x12,0x00,0x74,0xF2,0x0A,0x13,0x10,0x71,0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
317 0x12,0x00,0x03,0x71,0x13,0x00,0x0F,0x71,0x14,0x00,0x74,0xF2,0xF5,0x12,0x11,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
318 0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,0x12,0x00,0x74,0xF2,0x0A,0x13,0x11,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
319 0x15,0x00,0x0D,0x71,0x11,0x00,0x0E,0x71,0x13,0x00,0x74,0xF2,0x81,0x13,0x0F,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
320 0x14,0x00,0x08,0x4A,0xBC,0xF4,0x10,0x71,0x15,0x00,0x74,0xF2,0x5F,0x13,0x0E,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
321 0x14,0x00,0x74,0xF2,0x1A,0x13,0x0D,0x71,0x11,0x00,0x0D,0x71,0x11,0x00,0x10,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
322 0x15,0x00,0x74,0xF2,0x68,0x13,0x0E,0x71,0x14,0x00,0xBC,0xF5,0x11,0x71,0x15,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
323 0x74,0xF2,0x5F,0x13,0x0F,0x71,0x14,0x00,0x74,0xF2,0x1A,0x13,0x0D,0x71,0x11,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
324 0x0D,0x71,0x11,0x00,0x11,0x71,0x15,0x00,0x74,0xF2,0x68,0x13,0x0F,0x71,0x14,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
325 0x08,0x8A,0x00,0xFC,0x89,0x6D,0x82,0x71,0x1A,0x00,0x72,0xF2,0xEA,0x12,0xB3,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
326 0x83,0xE5,0xB3,0x11,0x86,0xF4,0x20,0xF5,0x3D,0x9D,0x94,0x80,0x4D,0xFF,0x85,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
327 0xFF,0xFF,0x95,0x6D,0x89,0x6E,0xE3,0x12,0x82,0x71,0x1A,0x00,0x00,0xFC,0x89,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
328 0x82,0x71,0x1A,0x00,0x72,0xF2,0xFF,0x12,0xB3,0x10,0x83,0xE5,0xB3,0x11,0x87,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
329 0x20,0xF5,0x3D,0x9D,0x94,0x80,0x4D,0xFF,0x85,0x76,0xFF,0xFF,0x95,0x6D,0x89,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
330 0xF8,0x12,0x82,0x71,0x1A,0x00,0x00,0xFC,0x89,0x6D,0x11,0x73,0x1A,0x00,0x72,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
331 0x16,0x13,0xB8,0xF6,0x00,0xE9,0x03,0xA2,0x00,0xF6,0x95,0x82,0x92,0x3F,0x60,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
332 0x02,0x00,0x00,0xFE,0xB8,0xF7,0x95,0xF4,0xE9,0x6D,0xFE,0xFF,0xE5,0x10,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
333 0x85,0x08,0x10,0xF0,0x01,0x00,0x1A,0x88,0x84,0x10,0xE4,0x11,0x01,0x00,0x20,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
334 0x30,0xFD,0x84,0xF7,0x4A,0xF8,0x3A,0x13,0xED,0x10,0x01,0x00,0x10,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
335 0x04,0x6F,0x00,0x0D,0x12,0x89,0x61,0xF5,0x03,0x01,0x13,0x89,0xEC,0x44,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
336 0x73,0xF2,0x44,0x13,0x10,0x77,0xFF,0xFF,0x95,0x10,0x04,0x6F,0x00,0x0D,0x12,0x89,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
337 0x61,0xF5,0x03,0x01,0x13,0x89,0x94,0x44,0x10,0x77,0x01,0x00,0x30,0xF8,0x52,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
338 0x72,0xF2,0x4C,0x13,0x00,0xED,0x95,0xF4,0xB3,0x45,0x86,0xF4,0xDC,0xD1,0x89,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
339 0x1E,0x13,0xE5,0x10,0x01,0x00,0x00,0xFC,0x72,0xF2,0x59,0x13,0x1F,0xED,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
340 0xB3,0x45,0x87,0xF4,0x82,0x3D,0xDC,0xD3,0x89,0x6E,0x1E,0x13,0xE5,0x10,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
341 0x00,0xFC,0x85,0x10,0x45,0xFE,0x10,0xF0,0x01,0x00,0x1A,0x88,0x73,0xF2,0x74,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
342 0x04,0x71,0x12,0x00,0x10,0xE7,0x88,0x6D,0xB5,0x6D,0xB4,0x6D,0x02,0x10,0x85,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
343 0x10,0xF0,0x01,0x00,0x1A,0x88,0x85,0x10,0x04,0x00,0x12,0x88,0x30,0xFA,0x7C,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
344 0x84,0x44,0x1F,0xED,0x72,0xF0,0x7A,0x13,0x92,0x82,0x00,0xFC,0x72,0xF0,0x7F,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
345 0x82,0x3D,0x92,0x87,0x00,0xFC,0x11,0x48,0x7F,0xF4,0x12,0x88,0x89,0x6D,0x11,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
346 0x1A,0x00,0x93,0x44,0x1F,0xED,0x72,0xF2,0x8E,0x13,0x15,0x77,0x1F,0x2A,0x94,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
347 0x9B,0xC8,0x13,0x77,0x1F,0x2A,0x11,0x73,0x1A,0x00,0x72,0xF2,0x9E,0x13,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
348 0x00,0x80,0x83,0x11,0x86,0xF4,0x08,0xFA,0x9E,0x13,0xE3,0x11,0x01,0x00,0x37,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
349 0x93,0x6D,0x87,0x76,0x00,0x80,0x8A,0x6E,0x91,0x13,0x13,0x77,0x1F,0x2A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
350 0x12,0x4A,0x15,0x32,0x01,0xE8,0x82,0xF4,0x10,0xF0,0x01,0x00,0x0C,0x80,0x00,0xE9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
351 0x0C,0x47,0xB2,0x01,0x00,0x4F,0x0C,0x71,0x1A,0x00,0x12,0x8A,0x72,0xF2,0xBC,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
352 0x00,0xE8,0x95,0xF4,0xB2,0x11,0x82,0xF7,0x00,0x59,0x85,0xF7,0x00,0xF6,0x15,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
353 0x41,0x0D,0x10,0xF3,0x01,0x00,0xF8,0x47,0x0B,0x00,0x7F,0xF4,0x00,0xFC,0x02,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
354 0x0C,0x80,0x74,0xF2,0x05,0x14,0x04,0x71,0x12,0x00,0x93,0x76,0xFF,0xFF,0x17,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
355 0x00,0x00,0x10,0x77,0x02,0x00,0x74,0xF2,0x22,0x14,0x04,0x71,0x12,0x00,0x43,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
356 0x08,0x4A,0xF8,0x60,0xC3,0x3D,0x7D,0x30,0x20,0xF8,0xE8,0x13,0x04,0x71,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
357 0x14,0x08,0x0C,0x80,0x14,0x6F,0x21,0x0C,0x42,0xF9,0x22,0x14,0x95,0xF4,0x42,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
358 0x93,0x80,0x97,0x6D,0x00,0xE8,0x08,0x8A,0x97,0x6D,0x93,0x80,0xF8,0x60,0xC3,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
359 0x7D,0x30,0x20,0xF8,0x02,0x14,0x14,0x00,0x00,0xF0,0x01,0x00,0x04,0x6F,0x00,0x0D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
360 0x12,0x89,0x02,0x11,0x20,0xF5,0x0C,0x81,0x14,0x6F,0x21,0x0E,0x42,0xF9,0x22,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
361 0x95,0xF4,0x42,0xFF,0x93,0x80,0x97,0x6D,0x00,0xFE,0x02,0x10,0x93,0x80,0x0C,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
362 0x10,0xF0,0x02,0x00,0x1A,0x88,0x04,0x71,0x12,0x00,0xEA,0x6D,0xFB,0xFF,0x25,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
363 0x95,0x6D,0x04,0x71,0x14,0x00,0x72,0xF2,0x16,0x14,0x1D,0xED,0x94,0x44,0x38,0xC5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
364 0xAB,0xC6,0x02,0xEC,0x92,0x86,0x04,0x71,0x14,0x00,0x8C,0x6D,0x8C,0x10,0x8C,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
365 0x84,0x80,0x00,0xFE,0x14,0x73,0x04,0x2A,0x0C,0x6B,0x01,0x00,0x12,0x4A,0x0C,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
366 0x7F,0xF4,0x10,0xF0,0x02,0x00,0x1A,0x88,0x10,0x80,0xB2,0x10,0x72,0xF2,0x33,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
367 0x15,0x77,0x10,0x2A,0xB2,0x11,0x86,0xF4,0x20,0xF5,0x3D,0x9D,0x0E,0x80,0x4D,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
368 0x10,0x76,0xFF,0xFF,0x12,0x8A,0x95,0xF4,0x12,0x4A,0x0C,0x10,0x7F,0xF4,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
369 0x02,0x00,0x1A,0x88,0x11,0x80,0xB2,0x10,0x72,0xF2,0x49,0x14,0x15,0x77,0x11,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
370 0xB2,0x11,0x87,0xF4,0x20,0xF5,0x3D,0x9D,0x0F,0x80,0x4D,0xFF,0x11,0x76,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
371 0x12,0x8A,0x0E,0x11,0x0F,0x09,0x0D,0x09,0x4F,0xFE,0x20,0xF0,0xFF,0xFF,0x0E,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
372 0x0F,0x01,0x0F,0x6F,0x9F,0x0D,0x10,0x10,0x11,0x11,0x86,0xF4,0x0C,0x6F,0x3F,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
373 0x00,0xF0,0x02,0x00,0x12,0x49,0x21,0xF5,0x12,0x89,0x10,0x6F,0x41,0x0C,0x11,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
374 0x21,0x0C,0x85,0xF4,0x10,0xF0,0x01,0x00,0x1A,0x88,0x14,0x77,0x0F,0x2A,0x11,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
375 0x0E,0x80,0x12,0x73,0x10,0x2A,0x82,0xA2,0x85,0xF4,0x72,0xF2,0x7B,0x14,0x15,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
376 0x11,0x2A,0x82,0xA3,0x85,0xF7,0x87,0xF4,0x20,0xF5,0x3D,0x9D,0x4D,0xFF,0x11,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
377 0xFF,0xFF,0x0E,0x10,0x11,0x08,0x00,0xFE,0x10,0x00,0x04,0x08,0x11,0x4A,0x13,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
378 0x14,0x4A,0x00,0xE8,0x11,0x80,0x00,0x80,0x01,0x80,0x14,0x10,0x0C,0x80,0x15,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
379 0x10,0x80,0x91,0x10,0x00,0xF0,0x01,0x00,0x16,0x80,0x81,0x11,0x20,0xF5,0x18,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
380 0x00,0x00,0x17,0x80,0x00,0x09,0x0C,0x09,0x10,0xF2,0x08,0x00,0x46,0xF8,0xA3,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
381 0x17,0x10,0x01,0x08,0x17,0x80,0x01,0x01,0x10,0x01,0x19,0x81,0x74,0xF0,0x00,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
382 0x94,0x82,0x11,0x82,0x13,0x49,0x10,0xF3,0x01,0x00,0x14,0x10,0x00,0x80,0x15,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
383 0x01,0x80,0x4D,0xFF,0x0C,0x81,0x10,0x81,0x8B,0x6C,0x8F,0x14,0x14,0x8A,0x13,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
384 0x11,0x8A,0x74,0xF0,0x57,0x06,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
385
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
386 /* size */ 0x2c, 0x15, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
387 /* addr */ 0xc8, 0x5a, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
388
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
389 0xFD,0xEE,0xF8,0x76,0x41,0x4C,0x58,0x5B,0xF8,0x61,0x38,0x0C,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
390 0xD7,0x5A,0xF8,0x76,0x06,0x4C,0xA7,0x5C,0xF8,0x76,0x2D,0x4C,0x88,0x5E,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
391 0xFE,0xFF,0xF8,0x18,0xF7,0x08,0xF8,0x80,0xC5,0x09,0xF8,0x76,0x56,0x4C,0x99,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
392 0xF8,0x76,0x13,0x4C,0xAE,0x5E,0xF8,0x76,0x28,0x4C,0xC6,0x5C,0xF8,0x71,0x88,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
393 0x00,0x5A,0xF8,0x76,0x37,0x4C,0xE3,0x5C,0xF8,0x76,0x3D,0x4C,0xF4,0x5B,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
394 0xE3,0x08,0xE0,0xFF,0xF8,0x76,0x51,0x4C,0xD9,0x5B,0xF8,0x76,0x65,0x3F,0x24,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
395 0x00,0x76,0x76,0x03,0xF8,0x11,0x44,0x4C,0x1C,0xE8,0xE3,0xF5,0xF8,0x11,0x5E,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
396 0x20,0xF0,0xF0,0x63,0xE3,0xF5,0x00,0x76,0x9D,0x03,0xF8,0x11,0x44,0x4C,0x1D,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
397 0xE3,0xF5,0xF8,0x76,0x4C,0x4C,0x47,0x5C,0xF8,0x76,0xFC,0x4B,0x4C,0x60,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
398 0x22,0x4C,0x27,0x5D,0xF8,0x76,0x47,0x4C,0x82,0x5C,0xF8,0x76,0x05,0x4C,0xC3,0x5D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
399 0xF8,0x76,0x23,0x4C,0x35,0x5E,0xF8,0x76,0x08,0x4C,0x6E,0x5E,0xF8,0x76,0x12,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
400 0x7B,0x5E,0xF8,0x76,0xFD,0x4B,0x07,0x5F,0xF8,0x76,0x07,0x4C,0x54,0x5D,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
401 0x1E,0x4C,0x65,0x5D,0xF8,0x76,0x0C,0x4C,0x91,0x5D,0xF8,0x76,0x2C,0x4C,0xA2,0x5D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
402 0xF8,0x76,0xFB,0x4B,0xDC,0x5E,0xF8,0x76,0x67,0x58,0x00,0x00,0xF8,0x76,0xCD,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
403 0xFF,0xFF,0xF8,0x61,0x39,0x0C,0x00,0x80,0x20,0xF8,0x42,0x5B,0x20,0xF0,0x7D,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
404 0x73,0xF0,0x43,0x5B,0x00,0xE8,0xF8,0x80,0xC3,0x3D,0x00,0x70,0x69,0x58,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
405 0x44,0x4C,0x14,0xE8,0xE3,0xF5,0xF8,0x61,0x38,0x0C,0x01,0x00,0x20,0xF8,0x56,0x5B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
406 0xF8,0x76,0x4E,0x4C,0x94,0xD2,0xF8,0x76,0x26,0x4C,0x04,0x5D,0x03,0xEE,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
407 0x11,0x4A,0x11,0x77,0x18,0x00,0x81,0x71,0x11,0x00,0x10,0x77,0x00,0x5A,0xA9,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
408 0x20,0xF8,0x67,0x5B,0x10,0x77,0xC8,0x5A,0xA9,0xF6,0x20,0xF8,0x6A,0x5B,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
409 0xD5,0x08,0x00,0x08,0xF8,0x71,0xC5,0x09,0xF7,0x08,0x11,0x72,0xB7,0x4B,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
410 0xE1,0x61,0x10,0x00,0x00,0x80,0x20,0xF8,0x96,0x5B,0xF8,0x61,0xBC,0x09,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
411 0x30,0xF8,0x92,0x5B,0xF8,0x11,0x63,0x3F,0x16,0xE8,0xE3,0xF5,0xF8,0x76,0xC2,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
412 0x00,0x00,0xF8,0x76,0x67,0x58,0x00,0x00,0xF8,0x61,0x39,0x0C,0x00,0x80,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
413 0x8D,0x5B,0x20,0xF0,0x7D,0x30,0x73,0xF0,0x8E,0x5B,0x00,0xE8,0xF8,0x80,0xC3,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
414 0x73,0xF0,0x96,0x5B,0xF8,0x11,0x64,0x3F,0x33,0xE8,0xE3,0xF5,0x74,0xF0,0xBE,0xD0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
415 0xF8,0x10,0xDE,0x3F,0x44,0xF8,0xCF,0x5B,0xF8,0x11,0x63,0x3F,0x32,0xE8,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
416 0xF8,0x61,0xE3,0x08,0x10,0x00,0x20,0xF8,0xCF,0x5B,0xF8,0x69,0xD5,0x08,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
417 0x20,0xF0,0xE0,0xFF,0xF8,0x18,0xE3,0x08,0x11,0x88,0x95,0xF4,0x10,0x77,0xE0,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
418 0xA9,0xF5,0x20,0xF8,0xB6,0x5B,0xF8,0x6B,0xE3,0x08,0x20,0x00,0xF8,0x61,0x38,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
419 0x02,0x00,0x20,0xF8,0xCF,0x5B,0xF8,0x10,0x3B,0x4C,0xE3,0xF4,0xF8,0x10,0x3E,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
420 0xE3,0xF4,0xF8,0x10,0x40,0x4C,0xE3,0xF4,0xF8,0x76,0xBD,0x4B,0x00,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
421 0xDE,0x3F,0x01,0x00,0xF8,0x76,0xCB,0x4B,0x00,0x00,0x73,0xF0,0xD4,0x5B,0xF8,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
422 0xDE,0x3F,0x01,0x00,0x20,0xF8,0xD7,0x5B,0xF8,0x76,0xC0,0x3F,0x00,0x00,0x11,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
423 0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xB0,0x3F,0x02,0x00,0x20,0xF8,0xEB,0x5B,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
424 0x60,0x58,0x00,0x00,0xF8,0x76,0xE7,0x4B,0x00,0x00,0xF8,0x68,0xC8,0x4B,0xFF,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
425 0xF8,0x76,0x68,0x58,0xFF,0xFF,0x74,0xF0,0x5F,0xD1,0xF8,0x11,0x5E,0x3F,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
426 0x95,0x63,0xE3,0xF5,0x01,0xEE,0x00,0xFC,0xFB,0xEE,0x13,0x88,0x82,0xE7,0xEA,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
427 0x02,0x00,0x01,0xEC,0x98,0xE5,0x18,0x48,0x00,0xF0,0x02,0x00,0x74,0xF0,0x60,0xCB,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
428 0x03,0x60,0xFF,0xFF,0x20,0xF8,0x09,0x5C,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
429 0x0E,0x5C,0x02,0x10,0x00,0x80,0x03,0x10,0x74,0xF0,0x10,0x5C,0x05,0xEE,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
430 0x11,0x4A,0x95,0xF4,0x02,0x71,0x12,0x00,0x11,0x88,0xF8,0x68,0xE3,0x08,0xE0,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
431 0x11,0x49,0xF8,0x1B,0xE3,0x08,0xF8,0x81,0xE3,0x08,0x11,0x48,0x45,0xF8,0x33,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
432 0x10,0x77,0x03,0x00,0xA9,0xF4,0x30,0xF8,0x42,0x5C,0x10,0x77,0x04,0x00,0xA9,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
433 0x30,0xF8,0x2C,0x5C,0x73,0xF0,0x45,0x5C,0xE2,0x60,0x01,0x00,0x0E,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
434 0x42,0x5C,0x73,0xF0,0x45,0x5C,0xF8,0x10,0xBA,0x4B,0x00,0xF0,0x0C,0x00,0x10,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
435 0x95,0xF4,0x95,0xF4,0xAA,0xF5,0x30,0xF8,0x45,0x5C,0xE8,0x6D,0x07,0x00,0xAA,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
436 0x30,0xF8,0x45,0x5C,0xF8,0x69,0xE3,0x08,0x10,0x00,0x11,0x8A,0x00,0xFC,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
437 0xF8,0x76,0xE9,0x4B,0x0E,0x00,0x11,0x77,0xC1,0x4C,0x11,0x73,0xE5,0x4B,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
438 0x01,0x00,0x0E,0x00,0xF8,0x76,0xC1,0x4C,0x08,0x00,0x08,0xE8,0xF8,0x00,0xB8,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
439 0xF8,0x80,0xC7,0x4C,0x09,0xE8,0xF8,0x00,0xB8,0x4B,0xF8,0x80,0xC8,0x4C,0x0A,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
440 0xF8,0x00,0xB8,0x4B,0xF8,0x80,0xC9,0x4C,0x0B,0xE8,0xF8,0x00,0xB8,0x4B,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
441 0xCA,0x4C,0xF8,0x76,0xC3,0x4C,0xAD,0x0A,0xF8,0x76,0xCB,0x4C,0x00,0x00,0x11,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
442 0xB7,0x4B,0x95,0xF4,0xE1,0x61,0x04,0x00,0x00,0x80,0x20,0xF8,0x7A,0x5C,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
443 0xCB,0x4C,0x01,0x00,0x11,0x72,0xE5,0x4B,0x95,0xF4,0xE1,0x76,0x03,0x00,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
444 0x11,0x8A,0x00,0xFC,0x11,0x4A,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0xA2,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
445 0xF8,0x68,0x67,0x58,0xFF,0x00,0x11,0x77,0x00,0x00,0x11,0x48,0xB8,0xF6,0x80,0xE9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
446 0x12,0x72,0xB9,0x4B,0x84,0xF4,0x0E,0x88,0xF8,0x14,0x0B,0x00,0x82,0x18,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
447 0x9C,0x5C,0xF8,0x6B,0x67,0x58,0x00,0x01,0x10,0x77,0x08,0x00,0x91,0x6D,0xA9,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
448 0x30,0xF8,0x8D,0x5C,0x74,0xF0,0x59,0xCC,0x11,0x8A,0x00,0xFC,0x00,0xFC,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
449 0x11,0x88,0x95,0xF4,0x95,0xF4,0xE1,0x60,0x02,0x00,0xFF,0xFF,0x20,0xF8,0xC1,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
450 0xF8,0x10,0xE7,0x4B,0xB8,0xF6,0x80,0xE9,0x12,0x72,0xB9,0x4B,0x84,0xF4,0x0E,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
451 0xF8,0x14,0x0B,0x00,0xE2,0x18,0x01,0x00,0x45,0xF8,0xC1,0x5C,0xE1,0x69,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
452 0x02,0x00,0x11,0x48,0x74,0xF0,0x58,0xD3,0x11,0x8A,0x00,0xFC,0x11,0x4A,0xFE,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
453 0x11,0x88,0xF8,0x61,0xBC,0x09,0x40,0x00,0x20,0xF8,0xDD,0x5C,0xE1,0x10,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
454 0x00,0xF1,0x01,0x00,0x12,0xE7,0x20,0xF0,0xB1,0x0A,0x82,0x64,0x1F,0x00,0x00,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
455 0x01,0x76,0x1B,0x00,0xF8,0x11,0x36,0x4C,0xE3,0xF5,0x11,0x48,0x74,0xF0,0xFA,0xD7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
456 0x02,0xEE,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x16,0x4A,0xFD,0xEE,0x95,0xF4,0x06,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
457 0x16,0x00,0x11,0x88,0xF8,0x60,0xDE,0x3F,0x01,0x00,0x30,0xF8,0xF6,0x5C,0x00,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
458 0x16,0x00,0x11,0x48,0x74,0xF0,0x94,0xDB,0x73,0xF0,0x00,0x5D,0x00,0x70,0x16,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
459 0x11,0x48,0x74,0xF0,0x94,0xDB,0x00,0x70,0x16,0x00,0x11,0x48,0x74,0xF0,0x10,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
460 0x03,0xEE,0x16,0x8A,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x11,0x88,0x95,0xF4,0x11,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
461 0x74,0xF0,0xEC,0xD6,0xE1,0x71,0x02,0x00,0x12,0x00,0x07,0x96,0x30,0xF8,0x15,0x5D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
462 0x11,0x48,0x74,0xF0,0x71,0xDB,0x73,0xF0,0x25,0x5D,0xE1,0x12,0x0A,0x00,0x7F,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
463 0x30,0xF1,0x07,0x00,0x07,0xE8,0x20,0xF6,0xE1,0xF0,0xF8,0x32,0x08,0x00,0x02,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
464 0x82,0xF4,0xF8,0x1A,0xC2,0x09,0xF8,0x80,0xC2,0x09,0x11,0x8A,0x00,0xFC,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
465 0x16,0x4A,0xFD,0xEE,0x11,0x88,0x20,0xF0,0xF3,0x3F,0x12,0xE7,0x82,0x64,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
466 0x16,0x88,0xE1,0x10,0x03,0x00,0x44,0xF8,0x42,0x5D,0x11,0x48,0x74,0xF0,0x6F,0xD5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
467 0x01,0x76,0x03,0x00,0x00,0x70,0x16,0x00,0x20,0xF0,0x8A,0x3F,0x74,0xF0,0x34,0xDA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
468 0x73,0xF0,0x50,0x5D,0x00,0x76,0x8A,0x3F,0x01,0x76,0x03,0x00,0x16,0x48,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
469 0x34,0xDA,0xF8,0x76,0xB1,0x3F,0x02,0x00,0xF8,0x11,0x2D,0x4C,0x11,0x48,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
470 0x03,0xEE,0x16,0x8A,0x11,0x8A,0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xC8,0x4B,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
471 0x30,0xF8,0x5E,0x5D,0xF8,0x11,0xE7,0x4B,0x4D,0xF8,0x61,0x5D,0xF8,0x6B,0x60,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
472 0x01,0x00,0x74,0xF0,0x95,0xD2,0x01,0xEE,0x00,0xFC,0x11,0x4A,0xFE,0xEE,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
473 0xD7,0x08,0x10,0x00,0x20,0xF8,0x85,0x5D,0xF8,0x11,0x60,0x58,0x10,0xF3,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
474 0x11,0x89,0x95,0xF4,0x95,0xF4,0x81,0x6E,0x85,0x5D,0x11,0x73,0x60,0x58,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
475 0x68,0x58,0x20,0xF0,0xFF,0xFF,0x00,0x80,0x01,0xE8,0x74,0xF0,0x23,0xDC,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
476 0x64,0x3F,0x35,0xE8,0xE3,0xF5,0x73,0xF0,0x8E,0x5D,0xF8,0x60,0x68,0x58,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
477 0x30,0xF8,0x8C,0x5D,0xF8,0x10,0x68,0x58,0x74,0xF0,0xEA,0xD4,0x02,0xEE,0x11,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
478 0x00,0xFC,0xFF,0xEE,0xF8,0x11,0xCD,0x4B,0x4C,0xF8,0x9E,0x5D,0xF8,0x11,0xC4,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
479 0xF8,0x01,0x60,0x58,0x10,0xF3,0x64,0x00,0xF8,0x81,0x60,0x58,0x74,0xF0,0xEE,0xD3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
480 0x01,0xEE,0x00,0xFC,0x11,0x4A,0xFE,0xEE,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
481 0xBE,0x5D,0xF8,0x11,0x60,0x58,0x10,0xF3,0x01,0x00,0x11,0x89,0x95,0xF4,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
482 0x81,0x6E,0xBE,0x5D,0x11,0x73,0x60,0x58,0x00,0x80,0x0F,0xE8,0x74,0xF0,0x23,0xDC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
483 0xF8,0x11,0x64,0x3F,0x35,0xE8,0xE3,0xF5,0x73,0xF0,0xC0,0x5D,0x74,0xF0,0x42,0xD9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
484 0x02,0xEE,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x12,0x88,0xF8,0x61,0xD7,0x08,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
485 0x20,0xF8,0x30,0x5E,0xF8,0x61,0xC8,0x4B,0x08,0x00,0x30,0xF8,0xD3,0x5D,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
486 0xE7,0x4B,0x45,0xF8,0x30,0x5E,0xB8,0xF6,0x0F,0xE9,0xF8,0x6F,0x67,0x58,0x58,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
487 0x11,0x77,0x07,0x00,0xF8,0x18,0x0B,0x00,0xF8,0x6F,0x39,0x0C,0x54,0x0D,0xF8,0x19,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
488 0x11,0x00,0x20,0xF6,0x47,0xF8,0x2D,0x5E,0x01,0xE8,0xE2,0x32,0x03,0x00,0x82,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
489 0xF8,0x18,0x39,0x0C,0xF8,0x61,0x08,0x00,0x0F,0x00,0x30,0xF8,0x03,0x5E,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
490 0x67,0x58,0x30,0xF0,0x00,0xFF,0xF8,0x80,0x67,0x58,0x11,0x77,0x0F,0x00,0xF8,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
491 0x39,0x0C,0x5C,0x0D,0xF8,0x19,0x11,0x00,0x08,0x48,0xF4,0xF0,0x20,0xF6,0x47,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
492 0x20,0x5E,0x73,0xF0,0x28,0x5E,0x0F,0xE8,0xF8,0x6F,0x39,0x0C,0x58,0x0D,0xF8,0x19,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
493 0x08,0x00,0xF8,0x6F,0x67,0x58,0x54,0x0C,0x20,0xF6,0x46,0xF8,0x28,0x5E,0xE2,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
494 0x0A,0x00,0x80,0xE9,0x7F,0xF4,0x30,0xF0,0x07,0x00,0x84,0xF4,0x0E,0x88,0xF8,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
495 0x0B,0x00,0xFF,0xE9,0xF8,0x18,0x67,0x58,0xF8,0x18,0x0B,0x00,0x45,0xF8,0x28,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
496 0xE2,0x69,0x0A,0x00,0x10,0x00,0xF8,0x6B,0x67,0x58,0x00,0x10,0x73,0xF0,0x30,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
497 0xE2,0x68,0x0A,0x00,0xEF,0xFF,0x73,0xF0,0x30,0x5E,0xE2,0x69,0x0A,0x00,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
498 0x12,0x48,0x74,0xF0,0x9A,0xD3,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x16,0x4A,0xFF,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
499 0x12,0x88,0x95,0xF4,0x95,0xF4,0xE2,0x71,0x0A,0x00,0x11,0x00,0x80,0xE9,0x11,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
500 0x7F,0xF4,0x30,0xF0,0x07,0x00,0x84,0xF4,0xF8,0x32,0x08,0x00,0x82,0xF6,0x16,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
501 0xF8,0x61,0x11,0x00,0x10,0x00,0x20,0xF8,0x50,0x5E,0xF8,0x69,0xC8,0x4B,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
502 0x12,0x48,0x74,0xF0,0xD3,0xD5,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x6A,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
503 0xF8,0x61,0xC0,0x3D,0x00,0x01,0x30,0xF8,0x65,0x5E,0x16,0x48,0x93,0xF4,0xF8,0x18,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
504 0x67,0x58,0xF8,0x80,0x67,0x58,0x73,0xF0,0x6A,0x5E,0x16,0x48,0xF8,0x1A,0x67,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
505 0xF8,0x80,0x67,0x58,0x01,0xEE,0x16,0x8A,0x11,0x8A,0x00,0xFC,0xFF,0xEE,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
506 0xD7,0x08,0x10,0x00,0x20,0xF8,0x77,0x5E,0xF8,0x69,0xC8,0x4B,0x00,0x01,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
507 0xD2,0xD3,0x01,0xEE,0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
508 0x84,0x5E,0xF8,0x69,0xC8,0x4B,0x00,0x01,0x74,0xF0,0x0A,0xD4,0x01,0xEE,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
509 0x11,0x4A,0x11,0x88,0x95,0xF4,0x95,0xF4,0xE1,0x61,0x09,0x00,0x02,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
510 0x94,0x5E,0xF8,0x76,0xB1,0x3F,0x08,0x00,0x11,0x48,0x74,0xF0,0x45,0xDD,0x11,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
511 0x00,0xFC,0xFF,0xEE,0x74,0xF0,0x8F,0xE0,0xF8,0x61,0x08,0x09,0x00,0x20,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
512 0xAC,0x5E,0xF8,0x60,0x41,0x09,0x02,0x00,0x20,0xF8,0xAC,0x5E,0xF8,0x76,0xC3,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
513 0x00,0x28,0xF8,0x76,0x00,0x4C,0xCD,0x69,0x01,0xEE,0x00,0xFC,0xFF,0xEE,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
514 0xBC,0xDF,0xF8,0x61,0x09,0x09,0xFF,0xFD,0x30,0xF8,0xC2,0x5E,0xF8,0x10,0xB8,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
515 0x44,0xF8,0xC2,0x5E,0xF8,0x68,0x09,0x09,0xFF,0xFD,0xF8,0x10,0x4D,0x4C,0xE3,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
516 0x73,0xF0,0xC5,0x5E,0xF8,0x69,0x09,0x09,0x00,0x02,0x01,0xEE,0x00,0xFC,0xBB,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
517 0x62,0xF0,0x00,0x00,0xF8,0x82,0xCF,0x4B,0x81,0xF9,0x02,0xB1,0xF8,0x76,0xF6,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
518 0xA2,0x01,0x74,0xF0,0x32,0x71,0x33,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
519 0x69,0x58,0xD3,0x00,0x73,0xF0,0xD7,0x70,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
520 0xF6,0x5E,0xF8,0x10,0x60,0x58,0x42,0xF8,0xF6,0x5E,0xF8,0x76,0xC0,0x3D,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
521 0xF8,0x71,0xCC,0x4B,0xC1,0x3D,0x74,0xF0,0x8E,0x61,0xF8,0x61,0xC0,0x3D,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
522 0x20,0xF8,0xF6,0x5E,0x74,0xF0,0xFD,0x5E,0x73,0xF0,0xF8,0x5E,0x74,0xF0,0x1A,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
523 0x26,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,0x07,0x4A,0xB9,0xF7,0xB6,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
524 0xB8,0xF7,0x00,0xED,0xF8,0x71,0xCC,0x4B,0x12,0x00,0x73,0xF0,0xF9,0x76,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
525 0xC8,0x4B,0x00,0x01,0x20,0xF8,0x17,0x5F,0xF8,0x76,0xC0,0x3D,0x02,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
526 0xC1,0x3D,0xCE,0x0C,0x74,0xF0,0x8E,0x61,0xF8,0x68,0xC8,0x4B,0xFF,0xFE,0x80,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
527 0x19,0x7A,0x00,0xFC,0x07,0x4A,0xB9,0xF7,0xB6,0xF7,0xB8,0xF7,0x00,0xED,0xF8,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
528 0xCC,0x4B,0x14,0x00,0x73,0xF0,0x2B,0x5F,0x07,0x4A,0xB9,0xF7,0xB6,0xF7,0xB8,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
529 0x00,0xED,0x14,0x77,0x4E,0x0E,0xF8,0x70,0x12,0x00,0x14,0x00,0x1A,0x77,0x3F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
530 0x72,0xF2,0x35,0x5F,0x00,0xE8,0x00,0xE9,0x92,0x00,0x92,0x01,0x73,0xF0,0xCB,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
531 0xF8,0x76,0xB4,0x43,0x83,0x5F,0xF8,0x76,0xB9,0x43,0x26,0x61,0xF8,0x76,0x68,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
532 0x72,0x62,0xF8,0x76,0xB3,0x43,0xCA,0x5F,0xF8,0x76,0xA9,0x43,0xE3,0x5F,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
533 0xEF,0x00,0xD4,0x03,0xF8,0x76,0x00,0x5A,0x88,0x00,0xF8,0x76,0xBC,0x43,0x48,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
534 0xF8,0x76,0xAE,0x43,0x2F,0x05,0xF8,0x76,0xC5,0x43,0xFD,0x62,0xF8,0x76,0xB7,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
535 0x7D,0x61,0xF8,0x76,0xF3,0x00,0xE1,0x03,0xF8,0x76,0xB0,0x43,0x99,0x61,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
536 0xF0,0x63,0xF8,0x76,0xE7,0x00,0xBF,0x03,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
537 0x66,0x58,0x00,0x00,0x74,0xF0,0x0C,0x63,0xF8,0x76,0xBB,0x43,0x6A,0x61,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
538 0x39,0x0C,0x00,0x80,0x30,0xF8,0x79,0x5F,0xF8,0x76,0xC3,0x3D,0x00,0x00,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
539 0x7C,0x5F,0xF8,0x76,0xC3,0x3D,0x7D,0x30,0xF8,0x76,0x53,0x43,0xBC,0x6F,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
540 0x94,0x43,0x57,0x62,0x00,0xFC,0x30,0xF2,0xFF,0xFF,0x10,0xF0,0xD8,0x57,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
541 0x8B,0x5F,0x20,0xF1,0x34,0xB7,0x06,0x4A,0x0B,0x4A,0x95,0x6D,0x8D,0x76,0xF0,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
542 0x86,0xEA,0x5D,0x76,0x00,0x00,0xF8,0x76,0x56,0x43,0x01,0x00,0x11,0x77,0x56,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
543 0x10,0x77,0x5C,0x01,0x20,0xF0,0x7A,0x05,0x10,0xF0,0x5C,0x01,0x74,0xF0,0xBF,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
544 0x10,0x77,0xC8,0x5A,0x20,0xF0,0xF3,0x6F,0x10,0xF0,0xC8,0x5A,0x74,0xF0,0xBF,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
545 0x10,0x77,0x00,0x06,0x20,0xF0,0xF0,0x07,0x10,0xF0,0x00,0x06,0x74,0xF0,0xBF,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
546 0x10,0x77,0xBE,0x10,0x20,0xF0,0xBA,0x14,0x10,0xF0,0xBE,0x10,0x74,0xF0,0xBF,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
547 0x2E,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x0B,0x8A,0x06,0x8A,0x00,0xFC,0x1A,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
548 0x10,0x48,0x5D,0x11,0x72,0xF0,0xC6,0x5F,0x5D,0x7E,0x5D,0x1D,0x81,0x00,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
549 0x5D,0x81,0x95,0xF4,0xF8,0x11,0x41,0x09,0x4D,0xF8,0x50,0xF4,0xF8,0x10,0x02,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
550 0xF8,0x1A,0x01,0x15,0xF8,0x11,0x41,0x09,0x10,0xF3,0x03,0x00,0x44,0xF8,0x01,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
551 0x4D,0xF8,0x01,0x60,0xF8,0x10,0x41,0x09,0x10,0xF1,0x02,0x00,0x4D,0xF8,0xF9,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
552 0x80,0xF9,0xD1,0xF5,0x00,0xFC,0x74,0xF0,0x0C,0xC3,0xF8,0x10,0x09,0x09,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
553 0xFF,0xFD,0xF8,0x1A,0xB8,0x3F,0x44,0xF8,0xF5,0x5F,0xF8,0x68,0x09,0x09,0xFF,0xFD,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
554 0xF8,0x10,0x61,0x43,0x44,0xF9,0x1D,0xC4,0x00,0xFC,0xF8,0x69,0x09,0x09,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
555 0x00,0xFC,0xF8,0x76,0xC4,0x3F,0xA0,0x28,0xF8,0x76,0xC3,0x3F,0x00,0x28,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
556 0xCD,0x69,0xF8,0x76,0x34,0x55,0xFF,0xFF,0xF8,0x10,0x05,0x09,0x45,0xF8,0x0D,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
557 0xF8,0x76,0x35,0x55,0x03,0x00,0x73,0xF0,0x10,0x60,0xF8,0x76,0x35,0x55,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
558 0x73,0xF0,0x05,0x6C,0x73,0xF0,0x14,0x60,0xF8,0x76,0x34,0x55,0x01,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
559 0x35,0x55,0x00,0x00,0xBB,0xF7,0xF8,0x10,0x4E,0x43,0xF8,0x08,0x4F,0x43,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
560 0x27,0x60,0x20,0xF0,0x1A,0x60,0x74,0xF0,0xC3,0xAA,0xBB,0xF6,0x00,0xFC,0xBB,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
561 0x74,0xF0,0x05,0x6C,0xF8,0x61,0x35,0x55,0x01,0x00,0x30,0xFC,0xF8,0x10,0x34,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
562 0x30,0xF1,0x00,0x80,0xE1,0xF0,0xF8,0x80,0x34,0x55,0x4D,0xF8,0x1A,0x60,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
563 0x34,0x55,0x00,0x00,0xF8,0x10,0x05,0x09,0x45,0xF8,0x43,0x60,0xF8,0x76,0x35,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
564 0x03,0x00,0x73,0xF0,0x46,0x60,0xF8,0x76,0x35,0x55,0x01,0x00,0x73,0xF0,0x1A,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
565 0x28,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
566 0x59,0x60,0xF8,0x76,0xC0,0x3D,0x04,0x00,0xF8,0x76,0xC1,0x3D,0xCE,0x0C,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
567 0x8E,0x61,0xF8,0x61,0xD7,0x08,0x01,0x00,0x20,0xF8,0x61,0x60,0x74,0xF0,0x66,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
568 0x00,0xFC,0x74,0xF0,0x2C,0x7C,0x00,0xFC,0xF8,0x61,0x38,0x0C,0x08,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
569 0x7F,0x60,0xF8,0x61,0xB1,0x3F,0x08,0x00,0x30,0xF8,0x92,0x60,0xF8,0x61,0xB1,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
570 0x02,0x00,0x30,0xF8,0x86,0x60,0xF8,0x61,0xB1,0x3F,0x01,0x00,0x30,0xF8,0x8A,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
571 0xF8,0x61,0xB1,0x3F,0x04,0x00,0x30,0xF8,0x8E,0x60,0x73,0xF0,0x3D,0xB7,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
572 0xB1,0x3F,0x08,0x00,0x30,0xF8,0x96,0x60,0x73,0xF0,0x2C,0xB6,0x92,0x76,0x0A,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
573 0x73,0xF0,0xFF,0xB6,0x92,0x76,0x0A,0x10,0x73,0xF0,0x11,0xB7,0x92,0x76,0x0A,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
574 0x73,0xF0,0x36,0xB7,0x92,0x76,0x0A,0x10,0x73,0xF0,0x98,0x60,0x92,0x76,0x0A,0x1C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
575 0x92,0x76,0x12,0x00,0x0F,0xEC,0x92,0x76,0xC6,0xFF,0xF8,0x6B,0xCA,0x3F,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
576 0x73,0xF0,0x3D,0xB7,0xF8,0x61,0xB8,0x3F,0x08,0x00,0x30,0xF9,0xCC,0x60,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
577 0xEB,0x08,0x01,0x00,0x30,0xF9,0xD7,0x60,0xF8,0x61,0xEC,0x08,0x01,0x00,0x30,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
578 0xE1,0x60,0xF8,0x6F,0xD7,0x08,0x59,0x0C,0x30,0xF0,0x0F,0x00,0xF8,0x80,0x5F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
579 0x74,0xF0,0xED,0xB5,0xF8,0x61,0xB0,0x3F,0x02,0x00,0x20,0xF8,0xCB,0x60,0x15,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
580 0xC8,0x3F,0xB8,0xF6,0x3D,0x96,0x30,0xF9,0xEB,0x60,0x36,0x96,0x30,0xF9,0xF5,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
581 0x35,0x96,0x30,0xF9,0x0E,0x61,0x00,0xFC,0x92,0x76,0x02,0x02,0xF8,0x10,0xEE,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
582 0x92,0x80,0x92,0x76,0x02,0x01,0xF8,0x68,0xB8,0x3F,0xF7,0xFF,0x00,0xFC,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
583 0xEB,0x08,0xFE,0xFF,0x92,0x76,0x02,0x02,0x92,0x70,0xEB,0x08,0x92,0x76,0x02,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
584 0x00,0xFC,0xF8,0x68,0xEC,0x08,0xFE,0xFF,0x92,0x76,0x02,0x02,0x92,0x70,0xEC,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
585 0x92,0x76,0x02,0x01,0x00,0xFC,0xF8,0x68,0xEA,0x08,0xFE,0xFF,0x92,0x76,0x02,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
586 0x92,0x70,0xEA,0x08,0x92,0x76,0x02,0x01,0x00,0xFC,0xF8,0x68,0xE8,0x08,0xFE,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
587 0x92,0x70,0xE8,0x08,0xF8,0x10,0xE8,0x08,0x30,0xF0,0xC0,0x07,0xF8,0x11,0xF0,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
588 0x30,0xF3,0xC0,0x07,0x20,0xF6,0x30,0xF1,0xC0,0x00,0xF8,0xF0,0xF8,0x00,0x5F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
589 0x4C,0xFF,0x00,0xF0,0x01,0x00,0xF8,0x80,0x5F,0x58,0x00,0xFC,0xF8,0x68,0xE9,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
590 0xFE,0xFF,0x92,0x76,0x02,0x02,0x92,0x70,0xE9,0x08,0x92,0x76,0x02,0x01,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
591 0xE9,0x08,0x30,0xF0,0xC0,0x07,0xF8,0x11,0xEA,0x08,0x30,0xF3,0xC0,0x07,0x20,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
592 0xFD,0xF0,0xF8,0x00,0x5F,0x58,0xF8,0x80,0x5F,0x58,0x00,0xFC,0xF8,0x6B,0x60,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
593 0xFF,0xFF,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x3C,0x61,0xF8,0x10,0x60,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
594 0x44,0xF8,0x3C,0x61,0x20,0xF0,0x43,0x61,0x74,0xF0,0xC3,0xAA,0x35,0xE8,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
595 0x64,0x3F,0xE3,0xF5,0x73,0xF0,0x42,0x61,0x74,0xF0,0x24,0x5F,0x26,0xE8,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
596 0x64,0x3F,0xE3,0xF5,0x00,0xFC,0xF8,0x76,0xC0,0x3D,0x01,0x00,0xF8,0x76,0xC1,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
597 0x4E,0x0E,0x74,0xF0,0x8E,0x61,0xF8,0x61,0xC0,0x3D,0x00,0x01,0x20,0xF8,0x54,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
598 0x74,0xF0,0x61,0x61,0x73,0xF0,0x56,0x61,0x74,0xF0,0x24,0x5F,0x12,0x72,0x50,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
599 0xF8,0x10,0xB2,0x3F,0xEA,0x80,0xFF,0xFF,0x26,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
600 0x00,0xFC,0x07,0x4A,0xB9,0xF7,0xB6,0xF7,0xB8,0xF7,0x00,0xED,0x12,0x77,0x4E,0x0E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
601 0x73,0xF0,0xF9,0x76,0x29,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x61,0xD7,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
602 0x10,0x00,0x20,0xF8,0x7B,0x61,0xF8,0x76,0xC0,0x3D,0x02,0x00,0xF8,0x76,0xC1,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
603 0xCE,0x0C,0x74,0xF0,0x8E,0x61,0x73,0xF0,0x61,0xB2,0x24,0xE8,0xF8,0x11,0x64,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
604 0xE3,0xF5,0x80,0xF9,0xAA,0x86,0xF8,0x61,0x66,0x58,0x01,0x00,0x20,0xFC,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
605 0xAA,0x3F,0x00,0x00,0xF8,0x68,0x66,0x58,0xFE,0xFF,0x00,0xFC,0x36,0xE8,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
606 0x64,0x3F,0xE3,0xF5,0x74,0xF0,0xBE,0x10,0x34,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
607 0x00,0xFC,0x13,0x48,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0x10,0xF1,0x97,0x00,0x4C,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
608 0xBA,0x61,0xF8,0x69,0xE3,0x08,0x04,0x00,0x11,0x72,0xC1,0x3F,0x95,0xF4,0xE1,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
609 0x00,0x00,0x30,0xF0,0xFF,0x7F,0x10,0xF1,0x11,0x00,0x4D,0xF8,0xB6,0x61,0x10,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
610 0x12,0x00,0x4D,0xF8,0xB6,0x61,0xF8,0x69,0xE3,0x08,0x10,0x00,0x73,0xF2,0xCD,0xA5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
611 0x11,0x77,0xF7,0x03,0x10,0xF1,0xBF,0x00,0x4C,0xF8,0xC5,0x61,0xF8,0x69,0xE3,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
612 0x02,0x00,0x73,0xF2,0xCD,0xA5,0x11,0x77,0xF7,0x03,0x10,0xF1,0x40,0x00,0x4C,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
613 0xD0,0x61,0xF8,0x69,0xE3,0x08,0x10,0x00,0x73,0xF2,0xCD,0xA5,0x11,0x77,0x0E,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
614 0x10,0xF1,0x30,0x00,0x4C,0xF8,0xDB,0x61,0xF8,0x69,0xE3,0x08,0x01,0x00,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
615 0xCD,0xA5,0x11,0x77,0x21,0x04,0x73,0xF0,0xCD,0xA5,0xF8,0x10,0xDE,0x3F,0x45,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
616 0xF8,0x68,0xE3,0x08,0xE0,0xFF,0x00,0xFC,0xF8,0x10,0xDE,0x3F,0x45,0xF8,0xF7,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
617 0xF8,0x74,0x0E,0x00,0x03,0x00,0xF8,0x68,0x0E,0x00,0xFD,0xBF,0xF8,0x75,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
618 0x03,0x00,0xF8,0x69,0x0E,0x00,0x02,0x00,0xF8,0x75,0x0E,0x00,0x03,0x00,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
619 0xDB,0x3F,0x37,0x0C,0xF8,0x70,0xDD,0x3F,0xDE,0x08,0xF8,0x10,0xDD,0x3F,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
620 0x00,0xC0,0xF8,0x1A,0xD3,0x3F,0x30,0xF1,0x01,0x40,0x4D,0xF8,0x0F,0x62,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
621 0xE2,0x08,0x01,0x00,0x74,0xF0,0x4A,0x62,0xE1,0xF4,0x73,0xF0,0x36,0x62,0x30,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
622 0x78,0x80,0x4D,0xF8,0x1B,0x62,0xF8,0x76,0xE2,0x08,0x02,0x00,0x74,0xF0,0x4A,0x62,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
623 0xE1,0xF6,0x73,0xF0,0x36,0x62,0xF8,0x10,0xDE,0x3F,0x10,0xF0,0x00,0x00,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
624 0x29,0x62,0xF8,0x10,0xDB,0x3F,0x30,0xF0,0x03,0x00,0x10,0xF0,0x00,0x00,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
625 0x13,0x62,0xF8,0x76,0xE2,0x08,0x03,0x00,0x74,0xF0,0x4A,0x62,0xE1,0xF5,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
626 0xDD,0x3F,0x30,0xF0,0xFF,0x0F,0xF8,0x47,0x08,0x00,0x95,0xF4,0xF8,0x68,0xDC,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
627 0xFD,0xFF,0xF8,0x75,0xDC,0x3F,0x00,0xF9,0xF8,0x47,0xD8,0x3F,0x95,0xF4,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
628 0x29,0x00,0xFB,0xFF,0xF8,0x47,0xDA,0x3F,0x95,0xF4,0xF8,0x76,0xE2,0x08,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
629 0xBB,0xF6,0x00,0xFC,0xF8,0x69,0xDC,0x3F,0x02,0x00,0xF8,0x69,0x29,0x00,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
630 0xF8,0x47,0xD9,0x3F,0x95,0xF4,0xF8,0x75,0xDC,0x3F,0x00,0xF9,0x00,0xFC,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
631 0x1C,0x09,0x00,0x02,0x20,0xF8,0x70,0x62,0xF8,0x61,0x92,0x3F,0x00,0x02,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
632 0x70,0x62,0xF8,0x70,0x1D,0x09,0x96,0x3A,0xF8,0x56,0x84,0x3A,0xF8,0x82,0x2D,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
633 0xF8,0x80,0x2E,0x0C,0xF8,0x56,0x86,0x3A,0xF8,0x82,0x2F,0x0C,0xF8,0x80,0x30,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
634 0x73,0xF0,0xEB,0xAE,0x74,0xF0,0x95,0x63,0x20,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
635 0x11,0x72,0xC1,0x3F,0x12,0x72,0xC2,0x3F,0xE1,0x10,0x00,0x00,0xE2,0x80,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
636 0xE1,0x10,0x01,0x00,0xE2,0x80,0x01,0x00,0xE1,0x10,0x02,0x00,0xE2,0x80,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
637 0xE1,0x10,0x03,0x00,0xE2,0x80,0x03,0x00,0xE1,0x10,0x04,0x00,0xE2,0x80,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
638 0xE1,0x10,0x06,0x00,0xE2,0x80,0x06,0x00,0x95,0xF4,0x95,0xF4,0x95,0xF4,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
639 0xB0,0x3F,0x02,0x00,0x20,0xF8,0x9F,0x62,0xF8,0x76,0x60,0x58,0x00,0x00,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
640 0xDE,0x3F,0x44,0xF8,0xF4,0x62,0x32,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
641 0xE3,0x08,0x10,0x00,0x20,0xF8,0xF4,0x62,0xF8,0x69,0x92,0x3F,0x04,0x00,0xF8,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
642 0xE3,0x08,0x5B,0x0C,0x10,0xF0,0xFF,0x07,0x42,0xF8,0xB9,0x62,0xF8,0x6B,0xE3,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
643 0x20,0x00,0xF8,0x61,0x38,0x0C,0x02,0x00,0x20,0xF8,0xF4,0x62,0xF8,0x76,0x2E,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
644 0x20,0x43,0xF8,0x76,0x2F,0x43,0x20,0x43,0xF8,0x76,0x3E,0x43,0x30,0x43,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
645 0x3F,0x43,0x30,0x43,0xF8,0x76,0x4E,0x43,0x40,0x43,0xF8,0x76,0x4F,0x43,0x40,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
646 0x2A,0xE8,0x74,0xF0,0xEA,0xA9,0xF8,0x69,0xDC,0x3F,0x04,0x00,0xF8,0x75,0xDC,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
647 0x00,0xF9,0xF8,0x47,0x32,0x0C,0x95,0xF4,0xF8,0x76,0x56,0x43,0x02,0x70,0xF8,0x75,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
648 0x56,0x43,0x20,0xFC,0xF8,0x76,0x56,0x43,0x02,0x00,0xF8,0x75,0x56,0x43,0x22,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
649 0xF8,0x68,0xDC,0x3F,0xFB,0xFF,0xF8,0x75,0xDC,0x3F,0x00,0xF9,0xF8,0x75,0xDC,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
650 0x00,0xF9,0xF8,0x76,0xDE,0x3F,0x01,0x00,0xF8,0x10,0xDE,0x3F,0x45,0xF8,0x24,0xB0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
651 0xF8,0x76,0xC0,0x3F,0x00,0x00,0x73,0xF0,0x24,0xB0,0x12,0x72,0xC1,0x3F,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
652 0xF8,0x80,0xAD,0x3F,0xF8,0x68,0xAE,0x3F,0x00,0x0C,0xF8,0x80,0xAF,0x3F,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
653 0x66,0x58,0x01,0x00,0x73,0xF0,0xD9,0xB7,0x11,0x77,0x88,0x43,0x91,0x76,0x7D,0x63,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
654 0x91,0x76,0x76,0x63,0x91,0x76,0x6F,0x63,0x81,0x76,0x68,0x63,0x11,0x77,0xCD,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
655 0x91,0x76,0x5A,0x63,0x91,0x76,0x53,0x63,0x91,0x76,0x4C,0x63,0x91,0x76,0x45,0x63,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
656 0x91,0x76,0x3E,0x63,0x91,0x76,0x37,0x63,0x91,0x76,0x30,0x63,0x00,0xFE,0x81,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
657 0x29,0x63,0x20,0xF0,0x8B,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
658 0x20,0xF0,0x8B,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
659 0x8B,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0x8B,0x63,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
660 0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0x8B,0x63,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
661 0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0x8B,0x63,0x74,0xF0,0x6C,0xAA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
662 0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0x8B,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
663 0x60,0x58,0x01,0x00,0x20,0xF0,0x8B,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
664 0x01,0x00,0xF8,0x10,0xC2,0x3F,0x00,0xF0,0x0C,0x00,0xF8,0x80,0x50,0x43,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
665 0x20,0xF0,0x8B,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
666 0x8B,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0x8B,0x63,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
667 0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0x8B,0x63,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
668 0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0xF8,0x10,0xC2,0x3F,0x00,0xF0,0x0C,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
669 0xF8,0x80,0x50,0x43,0x00,0xFC,0x11,0x77,0x7D,0x72,0x12,0x77,0x4E,0x0E,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
670 0x40,0x00,0x29,0xE8,0x74,0xF0,0xEA,0xA9,0x00,0xFC,0xF8,0x10,0xE1,0x08,0x30,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
671 0x00,0x80,0x4D,0xFC,0x30,0xF0,0x00,0x70,0x10,0xF1,0x00,0x00,0x4C,0xF8,0xA4,0x63,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
672 0x74,0xF0,0x29,0x64,0x73,0xF0,0xAC,0x63,0x10,0xF1,0x00,0x10,0x4D,0xF9,0xCD,0x63,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
673 0x10,0xF1,0x00,0x20,0x4D,0xF9,0xB4,0x63,0x00,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
674 0xF8,0x68,0xE1,0x08,0xFF,0x7F,0x00,0xFC,0x19,0x72,0xE0,0x08,0x12,0x72,0x62,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
675 0x13,0x72,0xDF,0x08,0x10,0x77,0x01,0x00,0xF8,0x47,0x02,0x58,0x8D,0xE5,0x12,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
676 0x62,0x58,0xF8,0x10,0xDF,0x08,0x82,0x11,0xF8,0x09,0x62,0x58,0x00,0xF5,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
677 0x62,0x58,0x11,0x88,0x40,0xF6,0x73,0xF0,0xDA,0x63,0x00,0xE8,0x11,0x72,0xDF,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
678 0xF8,0x47,0xE0,0x08,0x91,0x80,0xF8,0x10,0xDF,0x08,0xF8,0x80,0x62,0x58,0x11,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
679 0x00,0xF0,0x01,0x00,0xF8,0x80,0x00,0x58,0xF8,0x80,0x01,0x58,0x81,0x80,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
680 0xE7,0x63,0xF8,0x71,0xE0,0x08,0x02,0x58,0x74,0xF0,0x29,0x64,0x00,0xFC,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
681 0xC2,0x08,0xF8,0x80,0xC3,0x08,0xF8,0x80,0xC4,0x08,0xF8,0x80,0xC5,0x08,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
682 0xF8,0x61,0x61,0x58,0x80,0x00,0x20,0xFC,0xF8,0x69,0xD3,0x3F,0x00,0x40,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
683 0xF8,0x61,0x61,0x58,0x80,0x00,0x20,0xFC,0x25,0x77,0xFF,0xFF,0x00,0xFE,0x26,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
684 0x2B,0x00,0xF8,0x61,0x61,0x58,0x80,0x00,0x20,0xFC,0xF8,0x69,0x26,0x00,0x20,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
685 0x00,0xFC,0x24,0x73,0x63,0x58,0x00,0xFC,0x24,0x73,0x64,0x58,0x00,0xFC,0xF8,0x74,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
686 0x65,0x58,0x03,0x00,0xF8,0x61,0x65,0x58,0x08,0x00,0x20,0xFC,0xF8,0x69,0x92,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
687 0x02,0x00,0xF8,0x69,0xD5,0x08,0x02,0x00,0xF8,0x6B,0xE4,0x08,0x01,0x00,0x31,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
688 0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,0x74,0xF0,0x09,0x64,0x74,0xF0,0x0F,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
689 0x00,0xFC,0x74,0xF0,0x45,0xFA,0xF8,0x71,0xE1,0x08,0x61,0x58,0xF8,0x68,0x61,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
690 0xFF,0x01,0x11,0x77,0x61,0x58,0x81,0x10,0x45,0xFA,0xC4,0x64,0x11,0x77,0x1F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
691 0xE1,0x76,0x01,0x00,0xA1,0x65,0xE1,0x76,0x02,0x00,0xFB,0x65,0xE1,0x76,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
692 0x77,0x69,0xE1,0x76,0x04,0x00,0x04,0x66,0xE1,0x76,0x0B,0x00,0x41,0x67,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
693 0x0E,0x00,0x78,0x67,0xE1,0x76,0x16,0x00,0x71,0x69,0xE1,0x76,0x20,0x00,0x52,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
694 0xE1,0x76,0x26,0x00,0xF0,0x68,0xE1,0x76,0x27,0x00,0xF9,0x68,0xE1,0x76,0x30,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
695 0x77,0x69,0xE1,0x76,0x31,0x00,0x20,0x69,0xE1,0x76,0x32,0x00,0x29,0x69,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
696 0x33,0x00,0x38,0x69,0xE1,0x76,0x34,0x00,0x57,0x69,0xE1,0x76,0x35,0x00,0x77,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
697 0xF8,0x61,0x61,0x58,0x06,0x00,0x20,0xF8,0xB8,0x64,0xE1,0x76,0x05,0x00,0x0D,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
698 0xE1,0x76,0x06,0x00,0x2D,0x66,0xE1,0x76,0x07,0x00,0x74,0x66,0xE1,0x76,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
699 0xAA,0x66,0xE1,0x76,0x09,0x00,0x0D,0x67,0xE1,0x76,0x0A,0x00,0x2A,0x67,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
700 0x0D,0x00,0x5A,0x67,0xE1,0x76,0x0F,0x00,0x84,0x67,0xE1,0x76,0x10,0x00,0x71,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
701 0xE1,0x76,0x11,0x00,0xA9,0x67,0xE1,0x76,0x12,0x00,0xCB,0x67,0xE1,0x76,0x13,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
702 0x01,0x68,0xE1,0x76,0x14,0x00,0x1E,0x68,0xE1,0x76,0x15,0x00,0x2A,0x68,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
703 0x21,0x00,0xAD,0x68,0xE1,0x76,0x22,0x00,0x71,0x69,0xE1,0x76,0x23,0x00,0x71,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
704 0xE1,0x76,0x24,0x00,0xD0,0x68,0xE1,0x76,0x25,0x00,0xDF,0x68,0xE1,0x76,0x28,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
705 0x71,0x69,0xE1,0x76,0x29,0x00,0x71,0x69,0xE1,0x76,0x2A,0x00,0x71,0x69,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
706 0x2B,0x00,0x71,0x69,0xE1,0x76,0x2C,0x00,0x71,0x69,0xE1,0x76,0x2D,0x00,0x71,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
707 0x74,0xF0,0xF0,0x63,0x74,0xF0,0xF8,0x63,0xF8,0x61,0x61,0x58,0x00,0x01,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
708 0xC4,0x64,0xE1,0x76,0x36,0x00,0x67,0x69,0xE1,0x76,0x00,0x00,0x98,0x65,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
709 0x2E,0x00,0x0E,0x69,0xF8,0x76,0x62,0x3F,0xD4,0x64,0xF8,0x76,0x63,0x3F,0xD4,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
710 0xF8,0x76,0x64,0x3F,0xD4,0x64,0x00,0xFC,0x00,0xFF,0x07,0x4A,0x95,0xF4,0xBB,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
711 0x19,0x4A,0x1D,0x4A,0x06,0x4A,0x11,0x4A,0x16,0x4A,0x17,0x4A,0x06,0x77,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
712 0x07,0x77,0x00,0x29,0xB0,0xEA,0x11,0x88,0x0C,0x80,0x17,0x72,0x62,0x58,0xE1,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
713 0x1F,0x58,0xE3,0xF4,0x17,0x8A,0x16,0x8A,0x11,0x8A,0x06,0x8A,0x1D,0x8A,0x19,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
714 0x08,0x8A,0xF8,0x61,0x08,0x00,0x00,0x08,0x30,0xFA,0xF9,0x64,0x07,0x88,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
715 0xEB,0xF4,0x00,0xFC,0x11,0x72,0x01,0x58,0x19,0x72,0x02,0x58,0x0C,0x6F,0x49,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
716 0x00,0xFE,0x0D,0x1A,0xD1,0x80,0x10,0x4A,0x12,0x4A,0x13,0x4A,0x13,0x72,0x0C,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
717 0x12,0xE7,0x10,0x77,0x01,0x00,0x0D,0x47,0x9C,0xE5,0x21,0xE7,0x13,0x8A,0x12,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
718 0x10,0x8A,0x00,0xFC,0x11,0x73,0x01,0x58,0x87,0x70,0x01,0x58,0x00,0xFC,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
719 0xB0,0x3F,0x30,0xF0,0x01,0x00,0x45,0xF8,0x23,0x65,0x87,0x10,0xF8,0x80,0xC3,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
720 0x00,0xFE,0xF8,0x80,0xC4,0x08,0x87,0x10,0xF8,0x80,0xC5,0x08,0x00,0xFE,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
721 0xC2,0x08,0x61,0x61,0x80,0x00,0x20,0xF8,0x35,0x65,0x0D,0x6B,0x01,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
722 0xFA,0x64,0xF8,0x10,0x63,0x58,0xD1,0x80,0x00,0xFC,0x74,0xF0,0xFA,0x64,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
723 0xF8,0x10,0xA4,0x3F,0xD1,0x80,0xF8,0x10,0xA5,0x3F,0xD1,0x80,0xF8,0x10,0xA7,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
724 0xD1,0x80,0xF8,0x10,0xA6,0x3F,0xD1,0x80,0x00,0xFC,0xF8,0x10,0x22,0x43,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
725 0xF8,0x10,0x23,0x43,0xD1,0x80,0xF8,0x10,0xCB,0x4B,0xD1,0x80,0xF8,0x10,0xC8,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
726 0xD1,0x80,0x00,0xFC,0xF8,0x10,0x20,0x43,0xD1,0x80,0xF8,0x10,0x21,0x43,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
727 0x00,0xFC,0xF8,0x10,0xB4,0x3F,0xD1,0x80,0xF8,0x10,0xB3,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
728 0xF8,0x08,0xD1,0x80,0x00,0xFC,0x61,0x61,0x30,0x00,0x20,0xFC,0x16,0x77,0xD1,0x4D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
729 0xE6,0x10,0x03,0x00,0xD1,0x80,0x10,0xF0,0x03,0x00,0x44,0xFC,0xE6,0x10,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
730 0x61,0x61,0x20,0x00,0x20,0xF8,0x78,0x65,0x0C,0x80,0x74,0xF0,0x03,0x65,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
731 0x16,0x88,0x95,0xF4,0x95,0xF4,0x96,0x10,0xD1,0x80,0x96,0x6D,0x96,0x10,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
732 0x86,0x10,0xD1,0x80,0x00,0xFC,0xF8,0x61,0x61,0x58,0x00,0x01,0x20,0xFC,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
733 0x81,0x00,0x00,0xFC,0xF8,0x61,0x61,0x58,0x00,0x01,0x20,0xFC,0xF8,0x10,0xC1,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
734 0xD1,0x80,0x0C,0x70,0xC1,0x3D,0x0D,0x76,0x7F,0x00,0x74,0xF0,0x03,0x65,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
735 0x0D,0x76,0x01,0x00,0x74,0xF0,0xFA,0x64,0xF8,0x10,0xE1,0x08,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
736 0x12,0x65,0x74,0xF0,0x17,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0xAB,0x65,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
737 0xAD,0x65,0x0D,0x76,0x22,0x00,0x0D,0x76,0x02,0x00,0x74,0xF0,0x29,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
738 0xD5,0x08,0xD1,0x80,0x61,0x61,0x04,0x00,0x20,0xF8,0xB9,0x65,0xF8,0x10,0xB0,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
739 0xD1,0x80,0xF8,0x61,0xB0,0x3F,0x01,0x00,0x30,0xFA,0xC6,0x65,0x0D,0x76,0x13,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
740 0x0C,0x76,0x50,0x08,0x73,0xF2,0xCA,0x65,0x16,0x77,0x00,0x08,0x0C,0x76,0x64,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
741 0x16,0x77,0x14,0x08,0x61,0x61,0x04,0x00,0x20,0xF8,0xF6,0x65,0xE6,0x10,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
742 0xD1,0x80,0xE6,0x10,0x06,0x00,0xD1,0x80,0xE6,0x10,0x0B,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
743 0x0F,0x00,0xD1,0x80,0xE6,0x10,0x10,0x00,0xD1,0x80,0x74,0xF0,0x03,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
744 0xC4,0x09,0xD1,0x80,0xF8,0x10,0xC2,0x09,0xD1,0x80,0xF8,0x10,0xBC,0x09,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
745 0xF8,0x10,0xD3,0x3F,0xD1,0x80,0xF8,0x10,0xC8,0x4B,0xD1,0x80,0xF8,0x10,0xC0,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
746 0xD1,0x80,0xF8,0x10,0xD7,0x08,0xD1,0x80,0x73,0xF0,0xF9,0x65,0xE6,0x10,0x06,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
747 0xD1,0x80,0x73,0xF0,0x12,0x65,0x0D,0x76,0x01,0x00,0x74,0xF0,0x29,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
748 0xBE,0x4B,0xD1,0x80,0x73,0xF0,0x12,0x65,0x0D,0x76,0x01,0x00,0x74,0xF0,0x29,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
749 0xF8,0x10,0xC2,0x4B,0xD1,0x80,0x73,0xF0,0x12,0x65,0x0D,0x76,0x04,0x00,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
750 0x04,0x00,0x20,0xF8,0x15,0x66,0x0D,0x6B,0x04,0x00,0x74,0xF0,0xFA,0x64,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
751 0x38,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0x2B,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
752 0x00,0x00,0xD1,0x80,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x05,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
753 0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,0x12,0x65,0x0D,0x76,0x02,0x00,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
754 0x04,0x00,0x20,0xF8,0x35,0x66,0x0D,0x6B,0x02,0x00,0x61,0x61,0x30,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
755 0x49,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0x44,0xF8,0x49,0x66,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
756 0x20,0x00,0x20,0xF8,0x47,0x66,0x73,0xF2,0x49,0x66,0x0D,0x6B,0x1F,0x00,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
757 0x02,0x00,0x74,0xF0,0xFA,0x64,0x74,0xF0,0x52,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
758 0x59,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
759 0xD1,0x80,0x61,0x61,0x30,0x00,0x20,0xF8,0x72,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
760 0x03,0x00,0xD1,0x80,0x44,0xF8,0x72,0x66,0x0C,0x76,0xB3,0x4D,0x61,0x61,0x20,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
761 0x20,0xF8,0x6E,0x66,0x73,0xF2,0x70,0x66,0x0D,0x76,0x1D,0x00,0x0D,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
762 0x74,0xF0,0x03,0x65,0x73,0xF0,0x12,0x65,0x0D,0x76,0x02,0x00,0x61,0x61,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
763 0x20,0xF8,0x7C,0x66,0x0D,0x6B,0x02,0x00,0x61,0x61,0x20,0x00,0x20,0xF8,0x88,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
764 0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0x44,0xF8,0x88,0x66,0x0D,0x6B,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
765 0x74,0xF0,0xFA,0x64,0x74,0xF0,0x52,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0x98,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
766 0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x09,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
767 0x61,0x61,0x20,0x00,0x20,0xF8,0xA8,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
768 0x44,0xF8,0xA8,0x66,0x0C,0x76,0x27,0x43,0x0D,0x76,0x01,0x00,0x74,0xF0,0x03,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
769 0x73,0xF0,0x12,0x65,0x0D,0x76,0x01,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0xB2,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
770 0x0D,0x6B,0x13,0x00,0x61,0x61,0x40,0x00,0x20,0xF8,0xB8,0x66,0x0D,0x6B,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
771 0x74,0xF0,0xFA,0x64,0x61,0x61,0x04,0x00,0x20,0xF8,0xFE,0x66,0xF8,0x10,0xC2,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
772 0xD1,0x80,0xF8,0x10,0xCB,0x3F,0xD1,0x80,0xF8,0x10,0xC8,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
773 0xC9,0x3F,0xD1,0x80,0xF8,0x10,0xB1,0x3F,0xD1,0x80,0xF8,0x10,0x92,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
774 0xF8,0x10,0xED,0x08,0xD1,0x80,0xF8,0x10,0xF1,0x08,0xD1,0x80,0xF8,0x10,0xEE,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
775 0xD1,0x80,0xF8,0x10,0xEF,0x08,0xD1,0x80,0xF8,0x10,0xF7,0x08,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
776 0xF2,0x08,0xD1,0x80,0xF8,0x10,0xF3,0x08,0xD1,0x80,0xF8,0x10,0xF5,0x08,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
777 0xF8,0x10,0xF6,0x08,0xD1,0x80,0xF8,0x10,0xF4,0x08,0xD1,0x80,0xF8,0x10,0xB8,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
778 0xD1,0x80,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x00,0x00,0xD1,0x80,0xE6,0x10,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
779 0xD1,0x80,0xE6,0x10,0x09,0x00,0xD1,0x80,0x73,0xF0,0x01,0x67,0xF8,0x10,0xB1,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
780 0xD1,0x80,0x61,0x61,0x40,0x00,0x20,0xF8,0x0B,0x67,0x0C,0x76,0x8A,0x3F,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
781 0x07,0x00,0x74,0xF0,0x03,0x65,0x73,0xF0,0x12,0x65,0x0D,0x76,0x04,0x00,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
782 0x04,0x00,0x20,0xF8,0x15,0x67,0x0D,0x6B,0x03,0x00,0x74,0xF0,0xFA,0x64,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
783 0x38,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0x28,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
784 0x00,0x00,0xD1,0x80,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x0A,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
785 0x73,0xF0,0x12,0x65,0x0D,0x76,0x04,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x32,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
786 0x0D,0x6B,0x01,0x00,0x74,0xF0,0xFA,0x64,0x74,0xF0,0x38,0x65,0x61,0x61,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
787 0x20,0xF8,0x3F,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
788 0x12,0x65,0xF8,0x10,0xB4,0x3F,0x10,0xF0,0x01,0x00,0x45,0xF8,0x52,0x67,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
789 0xF8,0x08,0x44,0xF8,0x52,0x67,0xF8,0x10,0xB4,0x3F,0xF8,0x08,0xB3,0x3F,0x42,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
790 0x52,0x67,0x00,0xFC,0x0D,0x76,0x03,0x00,0x74,0xF0,0x29,0x65,0x74,0xF0,0x59,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
791 0x73,0xF0,0x12,0x65,0x0D,0x76,0x02,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x62,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
792 0x0D,0x6B,0x02,0x00,0x74,0xF0,0xFA,0x64,0xF8,0x10,0xC1,0x4B,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
793 0xBF,0x4B,0xD1,0x80,0x61,0x61,0x04,0x00,0x20,0xF8,0x76,0x67,0x16,0x77,0xD1,0x4D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
794 0xE6,0x10,0x01,0x00,0xD1,0x80,0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,0x12,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
795 0x0D,0x76,0x02,0x00,0x74,0xF0,0xFA,0x64,0xF8,0x10,0x8C,0x09,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
796 0x8A,0x09,0xD1,0x80,0x73,0xF0,0x12,0x65,0x0D,0x76,0x05,0x00,0x61,0x61,0x30,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
797 0x20,0xF8,0x9C,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0x10,0xF0,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
798 0x44,0xF8,0x9C,0x67,0x61,0x61,0x20,0x00,0x20,0xF8,0x9A,0x67,0x73,0xF2,0x9C,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
799 0x0D,0x6B,0x20,0x00,0x0D,0x6B,0x04,0x00,0x74,0xF0,0xFA,0x64,0x74,0xF0,0x45,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
800 0xF8,0x10,0xC2,0x09,0xD1,0x80,0x74,0xF2,0x63,0x65,0x0D,0x76,0x1E,0x00,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
801 0x12,0x65,0x0D,0x76,0x04,0x00,0x61,0x61,0x30,0x00,0x20,0xF8,0xC1,0x67,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
802 0xD1,0x4D,0xE6,0x10,0x03,0x00,0x10,0xF0,0x03,0x00,0x44,0xF8,0xC1,0x67,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
803 0x20,0x00,0x20,0xF8,0xBF,0x67,0x73,0xF2,0xC1,0x67,0x0D,0x6B,0x11,0x00,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
804 0x04,0x00,0x74,0xF0,0xFA,0x64,0x74,0xF0,0x45,0x65,0x74,0xF2,0x63,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
805 0x0F,0x00,0x73,0xF0,0x12,0x65,0x0D,0x76,0x08,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
806 0xD3,0x67,0x0D,0x6B,0x02,0x00,0x61,0x61,0x30,0x00,0x20,0xF8,0xE9,0x67,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
807 0xD1,0x4D,0xE6,0x10,0x03,0x00,0x10,0xF0,0x03,0x00,0x44,0xF8,0xE9,0x67,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
808 0x20,0x00,0x20,0xF8,0xE7,0x67,0x73,0xF2,0xE9,0x67,0x0D,0x6B,0x11,0x00,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
809 0x04,0x00,0x74,0xF0,0xFA,0x64,0x74,0xF0,0x38,0x65,0x74,0xF0,0x45,0x65,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
810 0x04,0x00,0x20,0xF8,0xFB,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
811 0xE6,0x10,0x0A,0x00,0xD1,0x80,0x74,0xF2,0x63,0x65,0x0D,0x76,0x0F,0x00,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
812 0x12,0x65,0x0D,0x76,0x02,0x00,0x61,0x61,0x20,0x00,0x20,0xF8,0x09,0x68,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
813 0x05,0x00,0x74,0xF0,0xFA,0x64,0xF8,0x10,0xCB,0x4B,0xD1,0x80,0xF8,0x10,0xC8,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
814 0xD1,0x80,0x61,0x61,0x20,0x00,0x20,0xF8,0x1C,0x68,0xF8,0x10,0xC5,0x4B,0x0C,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
815 0x0D,0x76,0x04,0x00,0x74,0xF0,0x03,0x65,0x73,0xF0,0x12,0x65,0x0D,0x76,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
816 0x74,0xF0,0xFA,0x64,0xF8,0x10,0x8A,0x09,0xD1,0x80,0xF8,0x10,0x8B,0x09,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
817 0x73,0xF0,0x12,0x65,0x0D,0x76,0x02,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x32,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
818 0x0D,0x6B,0x06,0x00,0x74,0xF0,0xFA,0x64,0xF8,0x10,0x08,0x09,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
819 0x09,0x09,0xD1,0x80,0x61,0x61,0x04,0x00,0x20,0xF8,0x50,0x68,0xF8,0x10,0xB9,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
820 0xD1,0x80,0xF8,0x10,0xBA,0x3F,0xD1,0x80,0xF8,0x10,0xBF,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
821 0xBD,0x3F,0xD1,0x80,0xF8,0x10,0xBE,0x3F,0xD1,0x80,0xF8,0x10,0xB8,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
822 0x73,0xF0,0x12,0x65,0x74,0xF0,0x17,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0x5C,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
823 0x73,0xF2,0x5E,0x68,0x0D,0x76,0x10,0x00,0x0D,0x76,0x02,0x00,0x74,0xF0,0x29,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
824 0xF8,0x10,0xD5,0x08,0xD1,0x80,0x61,0x61,0x04,0x00,0x20,0xF8,0x6A,0x68,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
825 0xB0,0x3F,0xD1,0x80,0xF8,0x61,0xB0,0x3F,0x01,0x00,0x30,0xF8,0x73,0x68,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
826 0x75,0x68,0x16,0x77,0x00,0x08,0x16,0x77,0x14,0x08,0x61,0x61,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
827 0xA8,0x68,0xE6,0x10,0x00,0x00,0xD1,0x80,0xE6,0x10,0x01,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
828 0x02,0x00,0xD1,0x80,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x04,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
829 0xE6,0x10,0x06,0x00,0xD1,0x80,0xE6,0x10,0x07,0x00,0xD1,0x80,0xE6,0x10,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
830 0xD1,0x80,0xE6,0x10,0x09,0x00,0xD1,0x80,0xE6,0x10,0x0B,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
831 0x0E,0x00,0xD1,0x80,0xE6,0x10,0x0F,0x00,0xD1,0x80,0xE6,0x10,0x10,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
832 0xF8,0x10,0xD3,0x3F,0xD1,0x80,0xF8,0x10,0xD7,0x08,0xD1,0x80,0x73,0xF0,0xAB,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
833 0xE6,0x10,0x06,0x00,0xD1,0x80,0x73,0xF0,0x12,0x65,0x0D,0x76,0x03,0x00,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
834 0x40,0x00,0x20,0xF8,0xB8,0x68,0x12,0x48,0x10,0xF0,0xBB,0x3C,0x0D,0x00,0x0D,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
835 0x74,0xF0,0xFA,0x64,0xF8,0x10,0xB8,0x3F,0xD1,0x80,0xF8,0x10,0x5F,0x58,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
836 0x12,0x48,0xD1,0x80,0x61,0x61,0x40,0x00,0x20,0xF8,0xCE,0x68,0x0C,0x76,0xBB,0x3C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
837 0x12,0x48,0x10,0xF0,0xBC,0x3C,0x0D,0x80,0x74,0xF0,0x03,0x65,0x73,0xF0,0x12,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
838 0x0D,0x76,0x03,0x00,0x74,0xF0,0xFA,0x64,0xF8,0x10,0xAC,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
839 0xAB,0x3F,0xD1,0x80,0xF8,0x10,0xAA,0x3F,0xD1,0x80,0x73,0xF0,0x12,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
840 0x07,0x00,0x74,0xF0,0xFA,0x64,0x74,0xF0,0x38,0x65,0xF8,0x10,0xAF,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
841 0xF8,0x10,0xAE,0x3F,0xD1,0x80,0xF8,0x10,0xAD,0x3F,0xD1,0x80,0x73,0xF0,0x12,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
842 0x0D,0x76,0x01,0x00,0x74,0xF0,0x29,0x65,0xF8,0x10,0xB2,0x3F,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
843 0x12,0x65,0xF8,0x10,0xB4,0x3F,0x10,0xF0,0x01,0x00,0x45,0xF8,0x06,0x69,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
844 0xB4,0x3F,0xF8,0x08,0xB3,0x3F,0x42,0xF8,0x06,0x69,0x00,0xFC,0x0D,0x76,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
845 0x74,0xF0,0x29,0x65,0x74,0xF0,0x59,0x65,0x73,0xF0,0x12,0x65,0x0D,0x76,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
846 0x74,0xF0,0xFA,0x64,0xF8,0x10,0xDA,0x08,0xD1,0x80,0xF8,0x10,0xDB,0x08,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
847 0xF8,0x10,0x5D,0x43,0xD1,0x80,0xF8,0x10,0xE1,0x08,0xD1,0x80,0x73,0xF0,0x12,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
848 0x0D,0x76,0x01,0x00,0x74,0xF0,0xFA,0x64,0xF8,0x10,0xE4,0x08,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
849 0x12,0x65,0x0D,0x76,0x02,0x00,0x74,0xF0,0xFA,0x64,0xF8,0x10,0xE3,0x08,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
850 0xF8,0x74,0x65,0x58,0x03,0x00,0xF8,0x10,0x65,0x58,0xD1,0x80,0x73,0xF0,0x12,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
851 0x74,0xF0,0x17,0x65,0x0D,0x76,0x04,0x00,0x74,0xF0,0x29,0x65,0xF8,0x10,0xD5,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
852 0xD1,0x80,0xF8,0x10,0xB0,0x3F,0xD1,0x80,0xF8,0x61,0xB0,0x3F,0x01,0x00,0x30,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
853 0x4D,0x69,0x73,0xF2,0x4F,0x69,0x16,0x77,0x00,0x08,0x16,0x77,0x14,0x08,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
854 0x06,0x00,0xD1,0x80,0xE6,0x10,0x10,0x00,0xD1,0x80,0x73,0xF0,0x12,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
855 0x02,0x00,0x74,0xF0,0x83,0x65,0x74,0xF0,0xFA,0x64,0xF8,0x10,0xC0,0x3D,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
856 0xF8,0x10,0xC2,0x3D,0xD1,0x80,0x74,0xF0,0x8A,0x65,0x73,0xF0,0x12,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
857 0x00,0x00,0x74,0xF0,0x83,0x65,0x74,0xF0,0xFA,0x64,0x74,0xF0,0x8A,0x65,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
858 0x12,0x65,0x0D,0x76,0x00,0x00,0x74,0xF0,0xFA,0x64,0x73,0xF0,0x12,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
859 0x00,0x00,0x74,0xF0,0x29,0x65,0x73,0xF0,0x12,0x65,0x0E,0x00,0x0F,0x00,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
860 0x11,0x00,0x12,0x00,0x13,0x00,0x14,0x00,0x15,0x00,0x16,0x00,0x18,0x00,0x19,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
861 0x1B,0x00,0x1C,0x00,0x1E,0x00,0x20,0x00,0x21,0x00,0x23,0x00,0x26,0x00,0x28,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
862 0x2A,0x00,0x2D,0x00,0x2F,0x00,0x32,0x00,0x35,0x00,0x38,0x00,0x3C,0x00,0x3F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
863 0x43,0x00,0x47,0x00,0x4B,0x00,0x50,0x00,0x54,0x00,0x59,0x00,0x5F,0x00,0x64,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
864 0x6A,0x00,0x71,0x00,0x77,0x00,0x7E,0x00,0x86,0x00,0x8E,0x00,0x96,0x00,0x9F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
865 0xA9,0x00,0xB3,0x00,0xBD,0x00,0xC9,0x00,0xD5,0x00,0xE1,0x00,0xEF,0x00,0xFD,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
866 0x0C,0x01,0x1C,0x01,0x2D,0x01,0x3F,0x01,0x52,0x01,0x66,0x01,0x7B,0x01,0x91,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
867 0xA9,0x01,0xC3,0x01,0xDD,0x01,0xFA,0x01,0x18,0x02,0x0E,0x7C,0x02,0x7E,0x00,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
868 0x7F,0x7F,0xBF,0x7F,0xDF,0x7F,0xEF,0x7F,0xF7,0x7F,0xF2,0x03,0xFE,0x01,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
869 0x81,0x00,0x41,0x00,0x21,0x00,0x11,0x00,0x09,0x00,0x06,0x4A,0x07,0x4A,0xB7,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
870 0xB6,0xF7,0xB8,0xF7,0xB9,0xF7,0xBE,0xF6,0x1A,0x77,0x7F,0x00,0x13,0x77,0x00,0xA0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
871 0x14,0x77,0xD8,0x2B,0x74,0xF0,0x12,0x7A,0x00,0xED,0x12,0x77,0xD8,0x2B,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
872 0x00,0x20,0x14,0x77,0x81,0x2B,0x1A,0x77,0x7E,0x00,0x0E,0x77,0x00,0xE0,0x92,0x45,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
873 0x82,0x43,0x84,0x83,0x00,0xE8,0x72,0xF0,0xF3,0x69,0x29,0xD0,0x29,0xD0,0x29,0xD0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
874 0x29,0xD0,0x92,0x45,0x82,0x43,0x84,0x83,0x8A,0x6D,0x02,0xE5,0x29,0xD0,0x29,0xD0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
875 0x29,0xD0,0x29,0xD0,0x0E,0x77,0x00,0x80,0x13,0x77,0x00,0x20,0x14,0x77,0x00,0x22,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
876 0x1A,0x77,0xFE,0x01,0x93,0x20,0x72,0xF0,0x05,0x6A,0x9A,0xCC,0x94,0x82,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
877 0x88,0x2B,0x4F,0xEC,0x92,0x7C,0x7D,0x69,0x11,0x77,0x1F,0x09,0x57,0xEA,0x91,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
878 0x82,0x2B,0x91,0x71,0x83,0x2B,0xF8,0x61,0xBF,0x3F,0x00,0x08,0x20,0xF8,0x1E,0x6A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
879 0xF8,0x68,0xBF,0x3F,0xFF,0xF7,0xF8,0x69,0xBF,0x3F,0x00,0x10,0x16,0x77,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
880 0x17,0x72,0xC3,0x3F,0x04,0x76,0x01,0x00,0x04,0x10,0x02,0x18,0x45,0xF8,0x36,0x6A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
881 0x81,0x60,0xFE,0xFF,0x20,0xF8,0x32,0x6A,0xE7,0x76,0x01,0x00,0x01,0x00,0xE7,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
882 0x0D,0x00,0x00,0x00,0x81,0x61,0x01,0x00,0x30,0xF9,0x6B,0x6A,0x04,0x10,0x61,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
883 0x04,0x80,0xE9,0x6D,0x04,0x00,0xEF,0x6D,0x14,0x00,0x8E,0x6C,0x24,0x6A,0x11,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
884 0x21,0x09,0x17,0x72,0xC3,0x3F,0x16,0x77,0x07,0x00,0x15,0x72,0xC4,0x3F,0x71,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
885 0x9F,0x00,0x95,0x81,0x04,0x76,0x01,0x00,0x04,0x10,0x03,0x18,0x45,0xF8,0x52,0x6A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
886 0x74,0xF0,0x31,0x6B,0x04,0x10,0x61,0xF4,0x04,0x80,0xE9,0x6D,0x04,0x00,0xEF,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
887 0x14,0x00,0x8E,0x6C,0x4C,0x6A,0x11,0x77,0x20,0x09,0x81,0x70,0x83,0x2B,0x02,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
888 0x03,0x1A,0x30,0xF0,0xFF,0x00,0x44,0xF8,0x68,0x6A,0xF8,0x68,0xBF,0x3F,0xFF,0xEF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
889 0x07,0x8A,0x06,0x8A,0x00,0xFC,0x00,0xE8,0xE7,0x80,0x01,0x00,0xE7,0x80,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
890 0x04,0x10,0x03,0x18,0x44,0xF8,0x7C,0x6A,0xE7,0x80,0x05,0x00,0xE7,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
891 0x00,0x20,0xE7,0x76,0x13,0x00,0x00,0x03,0xE1,0x61,0x00,0x00,0x02,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
892 0x84,0x6A,0xE7,0x76,0x09,0x00,0x02,0x00,0xE1,0x61,0x00,0x00,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
893 0x8C,0x6A,0xE7,0x76,0x09,0x00,0x05,0x00,0xE1,0x6F,0x00,0x00,0x4C,0x0C,0x63,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
894 0x3F,0x00,0x06,0x6F,0x69,0x0D,0xE1,0x6F,0x00,0x00,0x46,0x0C,0x63,0xF1,0x3F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
895 0xE7,0x83,0x12,0x00,0xE1,0x6F,0x02,0x00,0x48,0x0C,0x63,0xF0,0x07,0x00,0x61,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
896 0x08,0x00,0x84,0xF7,0xF8,0x83,0x0E,0x00,0x01,0x76,0x01,0x00,0x01,0x15,0xE7,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
897 0x0E,0x00,0xE1,0x6F,0x02,0x00,0x45,0x0C,0x63,0xF1,0x1F,0x00,0xE7,0x83,0x0F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
898 0xE1,0x6F,0x03,0x00,0x43,0x0C,0x63,0xF1,0x07,0x00,0xF8,0x83,0x10,0x00,0xF8,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
899 0x0E,0x00,0x12,0x77,0xC8,0x2B,0x01,0x15,0xE7,0x81,0x0B,0x00,0xB2,0x6D,0x82,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
900 0xE7,0x80,0x02,0x00,0xE2,0x30,0x08,0x00,0x06,0x44,0x8C,0xF4,0xE7,0x82,0x06,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
901 0xE1,0x6F,0x03,0x00,0x46,0x0C,0x63,0xF1,0x07,0x00,0xF8,0x83,0x0E,0x00,0x4D,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
902 0xD2,0x6A,0x01,0x15,0xE7,0x01,0x0B,0x00,0xE7,0x81,0x0B,0x00,0xE1,0x44,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
903 0x63,0xF1,0x0F,0x00,0x06,0x30,0x6B,0xF6,0x8C,0xF5,0x05,0x83,0xE1,0x6F,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
904 0x49,0x0C,0x63,0xF1,0x07,0x00,0xF8,0x83,0x10,0x00,0x12,0x77,0xC8,0x2B,0xB2,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
905 0x82,0x10,0xE7,0x80,0x03,0x00,0xE2,0x30,0x08,0x00,0x05,0x44,0x8C,0xF4,0xE7,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
906 0x07,0x00,0xE1,0x6F,0x03,0x00,0x4C,0x0C,0x63,0xF1,0x07,0x00,0xF8,0x83,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
907 0xF8,0x83,0x10,0x00,0x01,0x15,0xE7,0x81,0x0C,0x00,0x12,0x77,0xC8,0x2B,0xB2,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
908 0x82,0x10,0xE7,0x80,0x04,0x00,0xE1,0x6F,0x01,0x00,0x4A,0x0C,0x63,0xF1,0xFF,0x03,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
909 0xE7,0x83,0x0D,0x00,0xE7,0x42,0x0C,0x00,0x00,0xE9,0x86,0xF4,0xE7,0x82,0x0C,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
910 0xE1,0x61,0x00,0x00,0x08,0x00,0x20,0xF8,0x2B,0x6B,0xE7,0x76,0x09,0x00,0x64,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
911 0xE1,0x6F,0x00,0x00,0x4E,0x0C,0x63,0xF1,0xFF,0x3F,0x62,0xF7,0xE7,0x83,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
912 0xE1,0x6F,0x01,0x00,0x4A,0x0C,0x63,0xF1,0xFF,0x03,0x64,0xF7,0xE7,0x83,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
913 0xE7,0x76,0x03,0x00,0x00,0x00,0x04,0x10,0x03,0x1A,0x03,0x80,0x81,0x68,0xFE,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
914 0x00,0xFC,0xE7,0x11,0x01,0x00,0xE7,0x09,0x0D,0x00,0x4B,0xF8,0x3B,0x6B,0x04,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
915 0x03,0x1C,0x03,0x80,0x00,0xFC,0xE7,0x60,0x09,0x00,0x64,0x00,0x30,0xF8,0x72,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
916 0xE7,0x11,0x01,0x00,0xE7,0x09,0x0B,0x00,0x4C,0xF8,0x4E,0x6B,0xE7,0x10,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
917 0xE7,0x80,0x06,0x00,0xE7,0x10,0x03,0x00,0xE7,0x80,0x02,0x00,0xE7,0x11,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
918 0xE7,0x09,0x0C,0x00,0x4C,0xF8,0x5B,0x6B,0xE7,0x76,0x06,0x00,0x00,0x00,0xE7,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
919 0x04,0x00,0xE7,0x80,0x02,0x00,0xF8,0x71,0xBE,0x3F,0x80,0x2B,0x74,0xF0,0x8B,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
920 0x74,0xF0,0xAA,0x6B,0x74,0xF0,0x8B,0x6B,0x74,0xF0,0xAA,0x6B,0x74,0xF0,0x8B,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
921 0x74,0xF0,0xAA,0x6B,0x74,0xF0,0x8B,0x6B,0x74,0xF0,0xAA,0x6B,0xE7,0x6B,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
922 0x01,0x00,0x00,0xFC,0x15,0x72,0xC4,0x3F,0xE7,0x30,0x04,0x00,0x13,0x72,0x17,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
923 0x1A,0x77,0x9F,0x00,0x10,0x77,0x01,0x00,0xEB,0x6D,0x02,0x00,0x19,0x77,0x5E,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
924 0x15,0x72,0xBE,0x3F,0x72,0xF0,0x89,0x6B,0xBB,0x20,0x61,0xF5,0x83,0x43,0x83,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
925 0x61,0xF7,0xD5,0x83,0x00,0xFC,0xE7,0x10,0x0E,0x00,0xE7,0x00,0x13,0x00,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
926 0xFF,0x03,0x13,0x88,0xE7,0x80,0x13,0x00,0x10,0x77,0x00,0x20,0xB3,0x6D,0x83,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
927 0xE7,0x30,0x0F,0x00,0x8C,0xF4,0x70,0xF4,0xE7,0x00,0x12,0x00,0x0F,0xE9,0x86,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
928 0x3F,0xE9,0x87,0xF4,0x10,0x88,0x12,0x77,0x88,0x2B,0x95,0xF4,0xB2,0x6D,0x82,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
929 0x87,0x2B,0x00,0xFC,0xE7,0x10,0x00,0x00,0x13,0x88,0x15,0x72,0xC4,0x3F,0x19,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
930 0x00,0x04,0xF8,0x70,0x10,0x00,0x87,0x2B,0xE7,0x10,0x09,0x00,0x45,0xF8,0xD2,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
931 0x10,0xF1,0x02,0x00,0x4D,0xF8,0xC7,0x6B,0x1A,0x77,0x26,0x00,0xDB,0x44,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
932 0xC2,0x6B,0x65,0xF4,0xDB,0xC8,0x65,0xF4,0x95,0x82,0x73,0xF0,0xD6,0x6B,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
933 0x26,0x00,0xDB,0x44,0x72,0xF0,0xCD,0x6B,0x62,0xF4,0xDB,0xC8,0x62,0xF4,0x95,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
934 0x73,0xF0,0xD6,0x6B,0xDB,0x44,0x26,0xEC,0xDB,0xC8,0x95,0x82,0x13,0x48,0xE7,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
935 0x00,0x00,0xE7,0x44,0x06,0x00,0x74,0xE7,0x73,0xE7,0xEB,0x6D,0x05,0x00,0xEC,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
936 0x02,0x00,0xE7,0x45,0x05,0x00,0x1A,0x77,0x26,0x00,0x12,0xB1,0x53,0xE7,0x95,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
937 0x72,0xF0,0xEB,0x6B,0x92,0xB1,0x95,0x83,0xE7,0x83,0x05,0x00,0x13,0x72,0xC4,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
938 0x12,0x72,0x80,0x2B,0xED,0x6D,0xD8,0xFF,0x10,0x77,0x01,0x00,0x19,0x77,0x5E,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
939 0x24,0xE7,0x1A,0x77,0x26,0x00,0xDC,0x44,0x9B,0xB1,0x72,0xF0,0x00,0x6C,0xEC,0xCA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
940 0x9B,0xB1,0xDA,0x83,0x12,0x73,0x80,0x2B,0x00,0xFC,0x06,0x4A,0x07,0x4A,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
941 0x00,0x15,0x74,0xF0,0x22,0xB5,0xF8,0x10,0x01,0x15,0x74,0xF0,0x22,0xB5,0x07,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
942 0x00,0x03,0x74,0xF0,0xB6,0x6E,0xF8,0x10,0x02,0x15,0x45,0xF8,0x2E,0x6C,0x15,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
943 0x0F,0x00,0x17,0x77,0x03,0x15,0x16,0x77,0x54,0x54,0x87,0x10,0x15,0x4A,0x44,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
944 0xA0,0x6C,0x4B,0x10,0x15,0x8A,0x44,0xF8,0x8B,0x6C,0xEF,0x10,0x03,0x00,0xEE,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
945 0x0E,0x00,0x8D,0x6C,0x1E,0x6C,0xF8,0x76,0x02,0x15,0x00,0x00,0x3B,0x76,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
946 0x16,0x77,0x54,0x54,0x73,0xF0,0x38,0x6C,0x06,0x4A,0x07,0x4A,0x07,0x77,0x40,0x03,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
947 0x3B,0x10,0xF8,0x18,0x01,0x15,0xF8,0x18,0x34,0x55,0x45,0xF8,0x57,0x6C,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
948 0x3B,0x50,0x74,0xF0,0x22,0xB5,0xE6,0x10,0x05,0x00,0x74,0xF0,0x22,0xB5,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
949 0x80,0x6D,0xE6,0x10,0x05,0x00,0x74,0xF0,0x22,0xB5,0x3B,0x10,0xE6,0x11,0x05,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
950 0x4C,0xF8,0x57,0x6C,0x93,0xF4,0xF8,0x18,0x01,0x15,0xF8,0x80,0x01,0x15,0x3B,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
951 0x41,0x0C,0x3B,0x80,0x3B,0x10,0xEE,0x6D,0x0E,0x00,0x44,0xF8,0x38,0x6C,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
952 0x35,0x55,0x01,0x00,0x20,0xF8,0x7C,0x6C,0x19,0x77,0x5E,0x01,0x15,0x72,0xBE,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
953 0x10,0x77,0x01,0x00,0x13,0x77,0x37,0x55,0x9F,0xEC,0x9F,0xE5,0x13,0x77,0xD7,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
954 0x14,0x77,0x37,0x55,0x4F,0xEC,0x9A,0xE5,0x71,0xF0,0x9F,0x00,0x94,0x80,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
955 0x35,0x55,0x02,0x00,0x30,0xF9,0x15,0x6F,0xF8,0x10,0x01,0x15,0x44,0xF8,0x88,0x6C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
956 0xF8,0x61,0x08,0x09,0x00,0x20,0x30,0xF8,0x88,0x6C,0xF8,0x68,0xBF,0x3F,0xFF,0xEF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
957 0x07,0x8A,0x06,0x8A,0x00,0xFC,0xF8,0x76,0x01,0x15,0x00,0x00,0xF8,0x76,0x00,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
958 0x00,0x00,0xF8,0x76,0x02,0x15,0x00,0x00,0xF8,0x68,0xBF,0x3F,0xFF,0xEF,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
959 0x09,0x09,0xFE,0xFF,0xF8,0x68,0x08,0x09,0xFF,0xDF,0x07,0x8A,0x06,0x8A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
960 0x17,0x4A,0x4A,0x70,0x16,0x00,0x0F,0xE8,0xF8,0x08,0x15,0x00,0x0E,0x88,0x01,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
961 0x8F,0xF4,0x3A,0x80,0x87,0x44,0x63,0xF1,0x0F,0x00,0xF8,0x83,0x10,0x00,0x4B,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
962 0x00,0x00,0x31,0x76,0x00,0x00,0x10,0x48,0x45,0xF8,0x43,0x6D,0x11,0x77,0x3C,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
963 0x88,0x6D,0x10,0x4A,0xB1,0x6D,0xB1,0x6D,0x95,0xF4,0x81,0x56,0x2C,0x4E,0x87,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
964 0x4C,0x0C,0x63,0xF1,0x0F,0x00,0xF8,0x83,0x10,0x00,0xF8,0x71,0x33,0x15,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
965 0x11,0x77,0xE4,0x02,0xB1,0x6D,0x81,0x20,0x31,0x80,0x87,0x6F,0x48,0x0C,0x63,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
966 0x07,0x00,0x30,0x83,0x87,0x6F,0x45,0x0C,0x63,0xF1,0x07,0x00,0xF8,0x83,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
967 0x95,0xF4,0x11,0x77,0x54,0x02,0xB1,0x6D,0x81,0x10,0x32,0x80,0x87,0x6F,0x42,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
968 0x63,0xF1,0x03,0x00,0x3E,0x83,0x97,0x76,0x00,0x00,0x3E,0x6B,0x01,0x00,0x87,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
969 0xFF,0xFF,0x30,0xF9,0x60,0x6D,0x97,0x76,0x00,0x00,0x87,0x61,0xFF,0xFF,0x30,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
970 0x60,0x6D,0x87,0x76,0x00,0x00,0x2C,0x56,0x61,0xF4,0x3E,0x47,0x7F,0xF4,0x2C,0x4E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
971 0x74,0xF0,0x47,0x6D,0x00,0xE8,0x08,0x8A,0x10,0xF0,0x0D,0x00,0x44,0xF8,0x02,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
972 0x4C,0x44,0x2C,0x4E,0x4D,0x30,0x2C,0x20,0x74,0xF4,0x0E,0x88,0x4F,0x20,0x33,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
973 0x62,0x0C,0x4E,0x30,0x51,0x20,0x0E,0x88,0x2C,0x20,0x45,0x6F,0x6A,0x0C,0x50,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
974 0x4E,0x20,0x61,0xF4,0x0E,0x88,0x4C,0x20,0x79,0xF4,0x3C,0x80,0x31,0x62,0xA0,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
975 0x3C,0x08,0x42,0xF8,0x1F,0x6D,0x33,0x10,0x34,0x80,0x73,0xF0,0x2A,0x6D,0x7C,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
976 0x46,0x80,0x45,0x6F,0x41,0x0C,0x0F,0xEC,0x46,0x1E,0x34,0x80,0x33,0x45,0x34,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
977 0x87,0xF5,0x34,0x83,0x00,0xE8,0x36,0x80,0x37,0x80,0x35,0x80,0x2E,0x80,0x31,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
978 0x45,0xF8,0x41,0x6D,0x3A,0x10,0xF8,0x1A,0x01,0x15,0xF8,0x80,0x01,0x15,0x3A,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
979 0x93,0xF4,0xF8,0x18,0x00,0x15,0xF8,0x80,0x00,0x15,0x4A,0x71,0x16,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
980 0x5A,0x6D,0x17,0x8A,0x00,0xFC,0x4B,0x76,0x01,0x00,0x73,0xF0,0x41,0x6D,0x30,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
981 0x10,0x88,0x95,0xF4,0x13,0x77,0x34,0x15,0xB3,0x6D,0x83,0x71,0x14,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
982 0x4C,0x50,0x07,0xEC,0xA8,0xE5,0x00,0xFC,0x62,0xE7,0x13,0x77,0x2C,0x50,0x0D,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
983 0x89,0xE5,0x00,0xFC,0x62,0xE7,0x13,0x77,0x2C,0x50,0x0D,0xEC,0x98,0xE5,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
984 0x87,0x10,0x30,0xF0,0x00,0xFF,0x78,0xF4,0x87,0x6F,0x08,0x0C,0x40,0xF5,0x87,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
985 0x10,0x00,0x20,0xF8,0x74,0x6D,0x30,0xF0,0xFF,0x07,0x31,0x80,0x87,0x61,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
986 0x20,0xFC,0x3E,0x6B,0xFF,0xFF,0x00,0xFC,0x30,0xF3,0x00,0x20,0x45,0xF8,0x7F,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
987 0xF8,0x63,0x08,0x00,0x0A,0x00,0x30,0xF3,0xFF,0x03,0xF8,0x81,0x33,0x15,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
988 0x4A,0x70,0x16,0x00,0x74,0xF0,0x54,0x6D,0x74,0xF0,0x47,0x6D,0x2C,0x71,0x48,0x50,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
989 0x35,0x10,0x50,0x08,0x47,0xF8,0x9E,0x6D,0x34,0x71,0x0E,0x00,0x37,0x20,0x67,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
990 0x50,0x3C,0x60,0xF0,0x01,0x00,0x35,0x82,0x37,0x20,0x42,0x18,0x40,0x80,0x41,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
991 0x37,0x6B,0x01,0x00,0x73,0xF2,0xAB,0x6D,0x84,0xF4,0x3F,0x80,0x33,0x71,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
992 0x36,0x20,0x67,0xF4,0x35,0x82,0x36,0x20,0x42,0x18,0x40,0x80,0x41,0x08,0x84,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
993 0x3F,0x80,0x36,0x6B,0x01,0x00,0x2E,0x56,0x2C,0x50,0x2E,0x4E,0x43,0x45,0x80,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
994 0x47,0x6F,0x7D,0x0C,0x11,0x77,0x00,0x00,0x4C,0x10,0x7A,0xF4,0x0E,0x88,0x35,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
995 0x10,0xF0,0x08,0x00,0x42,0xF8,0xC7,0x6D,0x12,0x77,0x80,0x2B,0x71,0xF0,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
996 0x92,0x80,0x3C,0x76,0xFF,0xFF,0x11,0x77,0x00,0x00,0x73,0xF0,0xCC,0x6D,0x3C,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
997 0x07,0x00,0x11,0x88,0x12,0x77,0x80,0x2B,0x30,0x10,0x10,0x88,0x13,0x77,0x34,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
998 0x95,0xF4,0xB3,0x6D,0x83,0x71,0x14,0x00,0x10,0x77,0x08,0x00,0xB4,0x6D,0x10,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
999 0xB4,0x6D,0x4C,0x62,0x03,0x00,0x7A,0xF4,0x3C,0x00,0x3C,0x80,0x3C,0x47,0xA8,0xE5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1000 0x47,0x71,0x10,0x00,0x12,0x77,0x5C,0x02,0xB2,0x6D,0x26,0xE7,0x10,0x77,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1001 0x11,0x77,0x80,0x2B,0x13,0xE7,0x4C,0x62,0x03,0x00,0xF8,0x6F,0x1A,0x00,0x6A,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1002 0x95,0xF4,0xF8,0x6B,0x1A,0x00,0xFF,0xFF,0x14,0x77,0x80,0x2C,0x72,0xF0,0xFF,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1003 0x91,0x6D,0x71,0xF0,0x0F,0x00,0x9C,0xB0,0x61,0xF4,0x94,0x82,0x13,0xE7,0x62,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1004 0x94,0x76,0x00,0x00,0x4C,0x10,0x48,0x11,0x87,0xF5,0x49,0x81,0x20,0xF0,0xC0,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1005 0x87,0xF5,0x49,0x81,0x7B,0xF7,0x10,0x89,0x11,0x77,0xF4,0x02,0x10,0xF3,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1006 0x1A,0x89,0xB1,0x6D,0x81,0x10,0x3C,0x80,0x45,0x6F,0x6D,0x0C,0x08,0xE9,0x47,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1007 0x0E,0x89,0x45,0x20,0x4A,0x71,0x16,0x00,0x14,0x77,0x40,0x2F,0xE6,0x11,0x06,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1008 0x0E,0x89,0x72,0xF0,0x2B,0x6E,0xF8,0x6F,0x10,0x00,0x6E,0x0C,0x13,0x77,0x54,0x50,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1009 0x3C,0x00,0xB3,0x6D,0x83,0x21,0xA4,0x9B,0x4C,0x6F,0x4A,0x0C,0x49,0x6F,0x2A,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1010 0x45,0x82,0x4C,0x6F,0x0A,0x0C,0x46,0x82,0x14,0x77,0x80,0x2D,0x13,0x77,0x40,0x2F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1011 0x3F,0x30,0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x02,0x00,0x3C,0x82,0x06,0xED,0x93,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1012 0x3C,0x47,0x9A,0xCC,0xA6,0x9A,0x00,0xED,0x20,0xF0,0x80,0x2C,0x45,0x00,0x13,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1013 0x14,0x77,0x80,0x2D,0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x01,0x00,0xF8,0x82,0x1A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1014 0x12,0x77,0x20,0x2E,0x72,0xF0,0x55,0x6E,0x9A,0xA4,0x81,0x9A,0x14,0x77,0xD0,0x2D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1015 0x13,0x77,0x40,0x2F,0x40,0x30,0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x02,0x00,0x3C,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1016 0x06,0xED,0x93,0x20,0x3C,0x47,0x9A,0xCC,0xA6,0x9A,0x00,0xED,0x20,0xF0,0x80,0x2C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1017 0x46,0x00,0x13,0x88,0x14,0x77,0xD0,0x2D,0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1018 0xF8,0x82,0x1A,0x00,0x12,0x77,0x70,0x2E,0x72,0xF0,0x77,0x6E,0x9A,0xA4,0x81,0x9A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1019 0x13,0x77,0x70,0x2E,0x14,0x77,0x80,0x2D,0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1020 0xF8,0x82,0x1A,0x00,0x12,0x77,0x20,0x2E,0x92,0x44,0x72,0xF0,0x88,0x6E,0x93,0x3C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1021 0x8A,0xC8,0x2E,0x56,0x44,0x45,0x80,0xF2,0x49,0x40,0x7A,0xF4,0xF8,0x82,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1022 0x95,0xF4,0x13,0x77,0x37,0x55,0xB3,0x6D,0x34,0xE7,0x49,0x6F,0x4B,0x0C,0x61,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1023 0x01,0x00,0xF8,0x82,0x1A,0x00,0x12,0x77,0x80,0x2D,0x92,0x44,0x72,0xF0,0xA1,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1024 0x93,0x3C,0x8A,0xC8,0x2E,0x56,0x70,0xF4,0x20,0xF1,0x00,0x28,0x48,0x01,0x20,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1025 0x43,0xF8,0x88,0x6D,0x2E,0x56,0x62,0xF1,0x00,0x28,0x20,0xF6,0x2E,0x4E,0x31,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1026 0xFF,0xFF,0x4A,0x71,0x16,0x00,0x74,0xF0,0x5A,0x6D,0x00,0xFC,0xA0,0xEA,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1027 0xBF,0x3F,0x00,0x08,0x20,0xF8,0xDC,0x6E,0xF8,0x76,0x00,0x50,0x01,0x00,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1028 0xBF,0x3F,0xFF,0xF7,0xF8,0x69,0xBF,0x3F,0x00,0x10,0x01,0xE8,0x12,0x77,0x59,0x54,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1029 0x10,0x77,0x0E,0x00,0x1A,0x77,0x0F,0x00,0x72,0xF0,0xD6,0x6E,0x40,0xF5,0xF8,0x19,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1030 0x01,0x15,0x4C,0xF8,0xD5,0x6E,0x82,0x76,0x00,0x00,0x61,0xF4,0xB2,0x6D,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1031 0x37,0x55,0x71,0xF0,0xEF,0x00,0x92,0x80,0x1A,0x77,0x7F,0x00,0x13,0x77,0x00,0xA0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1032 0x14,0x77,0x80,0x2C,0x74,0xF0,0x12,0x7A,0x00,0xED,0x13,0x77,0x80,0x2C,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1033 0xC0,0x2E,0x3C,0x76,0x00,0x40,0x1A,0x77,0x7F,0x00,0x72,0xF0,0xF1,0x6E,0x93,0x26,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1034 0x3C,0x00,0x94,0x82,0x00,0xED,0x12,0x77,0xC0,0x2E,0x13,0x77,0x54,0x50,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1035 0x3D,0x50,0x1A,0x77,0x7E,0x00,0x0E,0x77,0x00,0xF0,0x92,0x45,0x82,0x43,0x84,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1036 0x00,0xE8,0x72,0xF0,0x07,0x6F,0x07,0xEC,0x29,0xD0,0x92,0x45,0x82,0x43,0x84,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1037 0x8A,0x6D,0x02,0xE5,0x07,0xEC,0x29,0xD0,0x42,0x76,0xFF,0x01,0x41,0x76,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1038 0x43,0x76,0x3F,0x00,0x44,0x76,0xC0,0xFF,0x00,0xFC,0x06,0x4A,0x07,0x4A,0xA0,0xEA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1039 0x07,0x77,0x00,0x03,0x00,0x10,0x45,0xF8,0x39,0x6F,0x13,0x77,0x0B,0x50,0x71,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1040 0x20,0x00,0x93,0x80,0x00,0x80,0x20,0xF0,0x00,0x40,0x01,0x80,0x02,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1041 0x05,0x09,0x03,0x6F,0x68,0x0C,0x04,0x76,0x8F,0x02,0x05,0x76,0x66,0x66,0x08,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1042 0x00,0x04,0x09,0x76,0x00,0x08,0x03,0x62,0x01,0x00,0x06,0x80,0x03,0x62,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1043 0x07,0x80,0x13,0x77,0x0B,0x50,0x15,0x77,0xC0,0x2C,0x32,0xE7,0x20,0xEC,0x9B,0xE5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1044 0x19,0x77,0x5E,0x01,0x13,0x72,0xBE,0x3F,0x10,0x77,0x01,0x00,0x34,0xE7,0x9F,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1045 0xDB,0xE5,0xF3,0x6D,0xDF,0xFF,0x20,0xEC,0xD8,0xE5,0x16,0x77,0x55,0x03,0x62,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1046 0x11,0x77,0xC0,0x2C,0x13,0xE7,0x1A,0x77,0x9F,0x00,0x14,0x77,0x80,0x2B,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1047 0x8D,0x6F,0x16,0x77,0x34,0x03,0x62,0xE7,0x11,0x77,0xC0,0x2C,0x13,0xE7,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1048 0x9F,0x00,0x14,0x77,0x20,0x2C,0x74,0xF0,0x8D,0x6F,0x11,0x77,0x08,0x50,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1049 0x80,0x2B,0x42,0xE7,0x13,0x77,0x01,0x50,0x74,0xF0,0x97,0x6F,0x11,0x77,0x09,0x50,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1050 0x14,0x77,0x20,0x2C,0x42,0xE7,0x13,0x77,0x02,0x50,0x74,0xF0,0x97,0x6F,0x19,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1051 0x5E,0x01,0x12,0x77,0x06,0x50,0x13,0x77,0x80,0x2B,0x14,0x77,0x07,0x50,0x15,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1052 0x20,0x2C,0x16,0x72,0xBE,0x3F,0x1A,0x77,0x9F,0x00,0x72,0xF0,0x89,0x6F,0x09,0xA4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1053 0x2B,0xB0,0xD6,0x80,0x07,0x8A,0x06,0x8A,0x00,0xFC,0x72,0xF0,0x95,0x6F,0x91,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1054 0x71,0xF0,0x20,0x00,0x98,0xB0,0xA1,0x9A,0x62,0xE7,0x13,0xE7,0x00,0xFC,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1055 0x9F,0x00,0x0A,0x76,0x00,0x00,0x72,0xF0,0xAA,0x6F,0x1A,0xA4,0x85,0xF5,0x81,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1056 0x2F,0x0F,0x4F,0xF8,0xAA,0x6F,0x0A,0x76,0x01,0x00,0x81,0x6F,0x4F,0x0D,0x43,0xFD,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1057 0x84,0xF7,0x40,0xF6,0x81,0x9A,0x0A,0x10,0x45,0xF8,0xB3,0x6F,0x14,0x77,0x05,0x50,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1058 0x21,0xA5,0x11,0x9B,0x00,0xFC,0x14,0x77,0x04,0x50,0x21,0xA5,0x1F,0x91,0x2F,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1059 0xFF,0x7F,0x87,0xF5,0x11,0x9B,0x00,0xFC,0x80,0xF9,0xDF,0x06,0xF8,0x70,0x92,0x3A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1060 0x1E,0x09,0xF8,0x70,0x93,0x3A,0x25,0x0C,0xF8,0x70,0x94,0x3A,0x26,0x0C,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1061 0x97,0x3A,0x27,0x0C,0xF8,0x70,0x90,0x3A,0x28,0x0C,0xF8,0x70,0x99,0x3A,0x29,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1062 0xF8,0x70,0x9C,0x3A,0x2A,0x0C,0xF8,0x70,0x9A,0x3A,0x2B,0x0C,0xF8,0x70,0x9B,0x3A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1063 0x2C,0x0C,0x00,0xFC,0xF8,0x76,0x26,0x0C,0x01,0x00,0xF8,0x76,0x27,0x0C,0xFF,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1064 0xF8,0x76,0x28,0x0C,0xFF,0x1F,0xF8,0x76,0x29,0x0C,0x00,0x40,0xF8,0x76,0x2A,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1065 0x32,0x00,0xF8,0x76,0x2B,0x0C,0x00,0x10,0xF8,0x76,0x2C,0x0C,0x00,0x10,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1066 0x25,0x0C,0x00,0x00,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1067 /* Final record */
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1068 /* size */ 0x00, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1069 /* addr */ 0x5c, 0x01, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1070
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1071 };
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1072
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1073 #elif ((DSP_PATCH == DSP_PATCH_3311_20F3))
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1074
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1075 /*--------------------------------------------------------------------------
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1076 Debug patch 0x20F3:
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1077 ==================
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1078 Checksum: 0x7E7D (patch only) / 0x35B1 (Calypso G2)
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1079 Diff since 0x20F0:
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1080 - BUG02406 "CNTR GPRS > Fixed allocation 4Tx crash".
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1081 Layer-1 mandatory modifications to support all fixed allocations up to 4Tx:
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1082 - BUG02348 "The MCU does not program the DSP correctly for multi-slot TX ramps"
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1083 - BUG02426 "L1 does not handle MSLOT setting correctly in case of |TX| |TX|TX|"
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1084 -----------------------------------------------------------------------------*/
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1085
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1086
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1087 const unsigned char patch_array[] = {
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1088
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1089 /* Tag */ 0x00, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1090 /* Vers */ 0x03, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1091
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1092 /* size */ 0x56, 0x04, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1093 /* addr */ 0x5c, 0x01, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1094
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1095 0xF8,0x76,0x36,0x0C,0x61,0x01,0x73,0xF0,0x60,0xB3,0xF8,0x76,0xDB,0x08,0xF3,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1096 0xF8,0x76,0x6B,0x3F,0x4D,0x5F,0xF8,0x76,0xDF,0x3F,0xC8,0x5A,0xF8,0x76,0xE0,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1097 0xDC,0x5E,0xF8,0x76,0x6A,0x3F,0xF9,0x61,0xF8,0x76,0xE2,0x08,0x00,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1098 0xE2,0x63,0xF8,0x76,0xE3,0x08,0x0F,0x00,0xF8,0x76,0xE4,0x08,0x00,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1099 0xCE,0x3F,0x5A,0x04,0xF8,0x76,0xD4,0x3F,0xCA,0x06,0xF8,0x10,0x5A,0x04,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1100 0xD3,0x00,0x74,0xF0,0x98,0x05,0xF8,0x76,0x41,0x09,0x02,0x00,0xF8,0x76,0xD5,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1101 0x00,0x00,0xF8,0x76,0x66,0x3F,0xB7,0x60,0x00,0xE8,0x74,0xF0,0xFC,0x63,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1102 0x38,0x0C,0x0C,0x00,0x20,0xF8,0x9B,0x01,0xF8,0x76,0x67,0x3F,0x79,0x60,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1103 0x02,0x15,0x00,0x00,0xF8,0x76,0x01,0x15,0x00,0x00,0x00,0xFC,0x47,0xFA,0xE3,0xBB,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1104 0x10,0xF0,0x01,0x00,0x14,0x88,0x13,0x72,0xFF,0x2B,0x12,0x77,0xB8,0x2B,0xE3,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1105 0x01,0x00,0x13,0x77,0x60,0x00,0xB8,0xF7,0x1A,0x77,0x0F,0x00,0x72,0xF2,0xBA,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1106 0x60,0x45,0x01,0xC8,0x85,0xF4,0x87,0xF5,0x92,0x82,0x83,0x3C,0x01,0xC8,0x83,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1107 0x13,0x72,0xFF,0x2B,0xB8,0xF6,0x60,0x83,0xE3,0x80,0x01,0x00,0x60,0x11,0xE3,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1108 0x01,0x00,0xF8,0x08,0x81,0x0C,0x47,0xF8,0xE3,0xBB,0xF8,0x6F,0x82,0x0C,0x20,0x0E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1109 0x46,0xF8,0xE3,0xBB,0x12,0x77,0x76,0x2C,0x13,0x77,0x34,0x02,0x06,0xEC,0x98,0xE5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1110 0xEB,0x6D,0xF8,0xFF,0x10,0xE5,0x1A,0x77,0x07,0x00,0x72,0xF2,0xE0,0x01,0x17,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1111 0x76,0x2C,0x97,0x10,0x20,0xF6,0x45,0xF8,0xE1,0x01,0xBF,0xF6,0x8F,0x6D,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1112 0x42,0x2D,0x60,0x76,0x01,0x00,0x12,0x77,0x0C,0x2A,0x1A,0x77,0xBB,0x01,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1113 0xF0,0x01,0x92,0x10,0x87,0x08,0x45,0xF8,0xF7,0x01,0x61,0x70,0x1A,0x00,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1114 0x18,0x02,0x97,0x6D,0x94,0x6D,0x61,0x70,0x1A,0x00,0xBF,0xF6,0x12,0x49,0x62,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1115 0x61,0x10,0xE2,0x76,0xFF,0xFF,0xFF,0x00,0x45,0xFD,0x97,0x6D,0x10,0xF2,0x0A,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1116 0x74,0xF2,0x0C,0xBC,0x96,0x80,0x95,0xF4,0xBC,0xF4,0x11,0x77,0x19,0x00,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1117 0x0E,0x00,0xF8,0x10,0xF7,0x4B,0xE3,0xF6,0x12,0x77,0x00,0x2C,0x12,0x72,0x63,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1118 0x64,0x11,0x45,0xF8,0xEB,0xBB,0x82,0x81,0x87,0x10,0xF8,0x08,0x82,0x0C,0x46,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1119 0xA8,0xBB,0x61,0x10,0x1A,0x88,0x46,0xFA,0x27,0x02,0x12,0x72,0x62,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1120 0x0C,0x2A,0x1A,0x77,0xBB,0x01,0x8C,0x6C,0xEB,0x01,0x73,0xF0,0xE0,0xBB,0xC8,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1121 0xD5,0xFF,0xE0,0xFF,0xEA,0xFF,0xF1,0xFF,0xF7,0xFF,0xFC,0xFF,0xFF,0xFF,0x38,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1122 0x01,0x00,0x04,0x00,0x09,0x00,0x0F,0x00,0x16,0x00,0x20,0x00,0x2B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1123 0x4A,0x0F,0xDE,0x00,0x6E,0x0E,0xC7,0x53,0x9E,0x0D,0x09,0xFB,0xDB,0x0C,0x7C,0x45,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1124 0x22,0x0C,0xEA,0x8B,0x74,0x0B,0x82,0x30,0xCF,0x0A,0x4B,0x9E,0x34,0x0A,0xAB,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1125 0xA1,0x09,0xEA,0xAA,0x17,0x09,0xC4,0x47,0x94,0x08,0xFE,0xA8,0x19,0x08,0xFE,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1126 0x00,0x08,0x50,0x0B,0x00,0x10,0xA1,0x16,0x46,0x2D,0x00,0x40,0x85,0x5A,0xFF,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1127 0x00,0x00,0xFF,0xFF,0xFB,0xFF,0xF4,0xFF,0xED,0xFF,0xE8,0xFF,0xEA,0xFF,0xF6,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1128 0x0E,0x00,0x31,0x00,0x5B,0x00,0x81,0x00,0x9A,0x00,0x9A,0x00,0x78,0x00,0x30,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1129 0xCA,0xFF,0x4D,0xFF,0xD1,0xFE,0x6E,0xFE,0x3E,0xFE,0x58,0xFE,0xC6,0xFE,0x87,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1130 0x87,0x00,0xA6,0x01,0xB3,0x02,0x7B,0x03,0xCB,0x03,0x80,0x03,0x8A,0x02,0xF7,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1131 0xF5,0xFE,0xC8,0xFC,0xCC,0xFA,0x60,0xF9,0xDC,0xF8,0x7A,0xF9,0x4F,0xFB,0x3A,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1132 0xEA,0x01,0xDD,0x05,0x74,0x09,0x05,0x0C,0xF7,0x0C,0xDF,0x0B,0x94,0x08,0x44,0x03,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1133 0x75,0xFC,0x02,0xF5,0x06,0xEE,0xBA,0xE8,0x54,0xE6,0xD8,0xE7,0xF2,0xED,0xD7,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1134 0x33,0x08,0x2B,0x1B,0x65,0x30,0x31,0x46,0xAD,0x5A,0x01,0x6C,0x8F,0x78,0x28,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1135 0x28,0x7F,0x8F,0x78,0x01,0x6C,0xAD,0x5A,0x31,0x46,0x65,0x30,0x2B,0x1B,0x33,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1136 0xD7,0xF8,0xF2,0xED,0xD8,0xE7,0x54,0xE6,0xBA,0xE8,0x06,0xEE,0x02,0xF5,0x75,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1137 0x44,0x03,0x94,0x08,0xDF,0x0B,0xF7,0x0C,0x05,0x0C,0x74,0x09,0xDD,0x05,0xEA,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1138 0x3A,0xFE,0x4F,0xFB,0x7A,0xF9,0xDC,0xF8,0x60,0xF9,0xCC,0xFA,0xC8,0xFC,0xF5,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1139 0xF7,0x00,0x8A,0x02,0x80,0x03,0xCB,0x03,0x7B,0x03,0xB3,0x02,0xA6,0x01,0x87,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1140 0x87,0xFF,0xC6,0xFE,0x58,0xFE,0x3E,0xFE,0x6E,0xFE,0xD1,0xFE,0x4D,0xFF,0xCA,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1141 0x30,0x00,0x78,0x00,0x9A,0x00,0x9A,0x00,0x81,0x00,0x5B,0x00,0x31,0x00,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1142 0xF6,0xFF,0xEA,0xFF,0xE8,0xFF,0xED,0xFF,0xF4,0xFF,0xFB,0xFF,0xFF,0xFF,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1143 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1144 0x04,0x00,0x06,0x00,0x07,0x00,0x08,0x00,0x0A,0x00,0x0C,0x00,0x0E,0x00,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1145 0x18,0x00,0x20,0x00,0x30,0x00,0x40,0x00,0x56,0x00,0x60,0x00,0x78,0x00,0x80,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1146 0x00,0x00,0x00,0x00,0xFF,0x07,0x54,0x05,0xFF,0x03,0x32,0x03,0xAA,0x02,0x48,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1147 0xFF,0x01,0xC6,0x01,0x99,0x01,0x73,0x01,0x54,0x01,0x3A,0x01,0x24,0x01,0x10,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1148 0xFF,0x00,0xF0,0x00,0xE3,0x00,0xD7,0x00,0xCC,0x00,0xC2,0x00,0xB9,0x00,0xB1,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1149 0xAA,0x00,0xA3,0x00,0x9D,0x00,0x97,0x00,0x91,0x00,0x8C,0x00,0x88,0x00,0x83,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1150 0x7F,0x00,0x7B,0x00,0x77,0x00,0x74,0x00,0x71,0x00,0x6E,0x00,0x6B,0x00,0x68,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1151 0x65,0x00,0x63,0x00,0x61,0x00,0x5E,0x00,0x5C,0x00,0x5A,0x00,0x58,0x00,0x56,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1152 0x54,0x00,0x53,0x00,0x51,0x00,0x4F,0x00,0x4E,0x00,0x4C,0x00,0x4B,0x00,0x49,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1153 0x48,0x00,0x47,0x00,0x46,0x00,0x44,0x00,0x43,0x00,0x42,0x00,0x41,0x00,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1154 0xFB,0xFF,0xE9,0xFF,0xD6,0xFF,0xDC,0xFF,0x1B,0x00,0xA2,0x00,0x5D,0x01,0x0A,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1155 0x40,0x02,0x8D,0x01,0x9E,0xFF,0x60,0xFC,0x1C,0xF8,0x73,0xF3,0x38,0xEF,0x44,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1156 0x32,0x6B,0x44,0xEC,0x38,0xEF,0x73,0xF3,0x1C,0xF8,0x60,0xFC,0x9E,0xFF,0x8D,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1157 0x40,0x02,0x0A,0x02,0x5D,0x01,0xA2,0x00,0x1B,0x00,0xDC,0xFF,0xD6,0xFF,0xE9,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1158 0xFB,0xFF,0x05,0x00,0x17,0x00,0x2A,0x00,0x24,0x00,0xE5,0xFF,0x5E,0xFF,0xA3,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1159 0xF6,0xFD,0xC0,0xFD,0x73,0xFE,0x62,0x00,0xA0,0x03,0xE4,0x07,0x8D,0x0C,0xC8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1160 0xBC,0x13,0xCC,0x14,0xBC,0x13,0xC8,0x10,0x8D,0x0C,0xE4,0x07,0xA0,0x03,0x62,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1161 0x73,0xFE,0xC0,0xFD,0xF6,0xFD,0xA3,0xFE,0x5E,0xFF,0xE5,0xFF,0x24,0x00,0x2A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1162 0x17,0x00,0x05,0x00,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x69,0x06,0x77,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1163 0xF8,0x68,0x1D,0x00,0xFC,0xFF,0xF8,0x10,0x65,0x3F,0xE3,0xF4,0x74,0xF0,0x16,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1164 0xF8,0x60,0x70,0x3F,0x02,0x00,0x30,0xF8,0x8E,0x03,0x18,0x73,0x6E,0x3F,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1165 0x6F,0x3F,0xCF,0x3F,0x74,0xF0,0xE9,0xC8,0xF8,0x10,0x92,0x3F,0x30,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1166 0xF8,0x1A,0xD5,0x08,0xF8,0x80,0xD5,0x08,0x74,0xF0,0xF2,0x61,0xF8,0x10,0x5F,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1167 0xE2,0xF4,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x69,0x06,0x77,0x00,0x00,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1168 0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x1E,0x64,0xF8,0x60,0x70,0x3F,0x02,0x00,0x30,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1169 0xAF,0x03,0x18,0x73,0x6E,0x3F,0x74,0xF0,0x6F,0xCA,0xF8,0x10,0xC2,0x4B,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1170 0xBC,0x03,0x10,0xF0,0x01,0x00,0x44,0xF8,0xBC,0x03,0xF8,0x68,0xD3,0x3F,0xBF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1171 0xF8,0x10,0x5F,0x3F,0xE2,0xF4,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x69,0x06,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1172 0x00,0x00,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x1E,0x64,0x0E,0xE8,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1173 0x63,0x3F,0xE3,0xF5,0xF8,0x71,0x8A,0x09,0x8C,0x09,0xF8,0x10,0x5F,0x3F,0xE2,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1174 0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1175 0xFC,0xFF,0x74,0xF0,0x9D,0xB1,0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1176 0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x1E,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1177 0x74,0xF0,0x16,0x64,0x74,0xF0,0x24,0x64,0x74,0xF0,0xE4,0xA4,0xBB,0xF7,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1178 0xF2,0x61,0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1179 0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x1E,0x64,0x74,0xF0,0x24,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1180 0x30,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x74,0xF0,0x8E,0xA5,0x74,0xF0,0xF2,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1181 0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1182 0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x1E,0x64,0x74,0xF0,0x24,0x64,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1183 0x3D,0xB3,0x74,0xF0,0xF2,0x61,0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1184 0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x1E,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1185 0x74,0xF0,0x24,0x64,0x74,0xF0,0xC1,0xB2,0x74,0xF0,0xF2,0x61,0x73,0xF0,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1186 0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1187 0xFC,0xFF,0x74,0xF0,0x77,0x06,0x73,0xF0,0x08,0x01,0x7F,0x4B,0xAA,0x99,0x00,0x3C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1188 0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1189 0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1190 0x12,0x00,0x09,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x0E,0x00,0x34,0x04,0xED,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1191 0xFA,0x72,0xE0,0x72,0x48,0x73,0x2E,0x73,0x3B,0x73,0x07,0x73,0x14,0x73,0x21,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1192 0x26,0x72,0x18,0x72,0x06,0x4A,0x74,0xF0,0x1F,0x7C,0x73,0xF0,0x6B,0x04,0x0E,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1193 0xAC,0x00,0x1A,0x77,0xBD,0x00,0x12,0x77,0xCE,0x0C,0x15,0x77,0x4C,0x0E,0x74,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1194 0xA5,0x81,0xF8,0x45,0x43,0x0C,0x12,0x77,0xCE,0x0C,0x13,0x77,0x00,0x2A,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1195 0xC0,0x2A,0x15,0x77,0x4C,0x0E,0x74,0xF2,0xC8,0x81,0x1A,0x77,0x2F,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1196 0xEA,0x2C,0x20,0xF0,0xEF,0x04,0x30,0xF0,0xFF,0xFF,0x19,0xEC,0x92,0x7E,0x00,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1197 0x1A,0x00,0x19,0xEC,0x92,0x7E,0x00,0xF0,0x1A,0x00,0x0B,0xEC,0x92,0x7E,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1198 0xA1,0x84,0x74,0xF0,0xCA,0x84,0xB9,0xF6,0x00,0xE9,0x12,0x77,0xE4,0x2B,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1199 0x31,0x00,0x92,0x56,0x72,0xF2,0xA6,0x04,0x10,0x89,0x11,0x89,0x86,0xF5,0x92,0x56,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1200 0x95,0xF4,0x08,0xFD,0x21,0xE7,0x11,0x48,0x10,0xF0,0xE8,0x2B,0x7F,0xF4,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1201 0xD0,0x14,0x10,0xF0,0x04,0x00,0x42,0xFA,0xBD,0x04,0x01,0xE9,0x95,0xF4,0x00,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1202 0x42,0xF8,0xBD,0x04,0x00,0xF6,0x42,0xF8,0xBD,0x04,0x00,0xF6,0x42,0xF8,0xBD,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1203 0x00,0xF6,0xF8,0x80,0xCF,0x14,0xB6,0xF6,0xB9,0xF6,0x10,0x72,0xD0,0x14,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1204 0x27,0x2A,0x13,0x77,0xE7,0x2A,0x1A,0x77,0x3F,0x00,0x72,0xF2,0xCE,0x04,0xCD,0xA0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1205 0x00,0xE8,0x92,0x38,0x93,0x38,0x7A,0xF4,0x83,0xF4,0xF8,0x82,0xD1,0x14,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1206 0xD2,0x14,0xF8,0x6B,0xD0,0x14,0x27,0x00,0x12,0x77,0x56,0x2C,0x13,0x77,0x88,0x2C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1207 0xF8,0x10,0xCF,0x14,0x10,0x88,0x1A,0x77,0x08,0x00,0xCD,0xA0,0x72,0xF2,0xE9,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1208 0x14,0x77,0xD3,0x14,0x92,0x10,0x94,0x80,0x93,0x10,0x94,0x80,0xF8,0x6B,0xCF,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1209 0x27,0x00,0x73,0xF0,0x5D,0x7C,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1210 0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1211 0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1212 0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1213 0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1214 0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1215 0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1216 0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1217 0x00,0x02,0x00,0xFE,0x00,0xFE,0xB8,0xF7,0xB6,0xF6,0xB9,0xF6,0xBE,0xF6,0x7B,0xEA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1218 0x20,0xF0,0x72,0x86,0x49,0x80,0x14,0x77,0xCA,0x3D,0x02,0xEC,0x94,0x70,0x41,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1219 0x62,0xF1,0x3A,0xFF,0x47,0x76,0x10,0x00,0x44,0x76,0x00,0x00,0xF8,0x10,0x5F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1220 0x10,0xF0,0x0A,0x00,0x43,0xFA,0x59,0x05,0xF8,0x10,0x5F,0x58,0x10,0xF0,0x44,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1221 0x47,0xFA,0x51,0x05,0xF8,0x10,0x5F,0x58,0x44,0xE8,0x44,0x76,0x0A,0x00,0x0F,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1222 0x44,0x1E,0x44,0x80,0xF0,0xF0,0x30,0xF0,0xFF,0xFF,0x00,0xF0,0x04,0x00,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1223 0x0F,0x00,0x00,0xF0,0x17,0x00,0x46,0x80,0x74,0xF0,0xF0,0x85,0x44,0x10,0x45,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1224 0x12,0x48,0x10,0xF0,0x01,0x00,0x13,0x88,0x44,0x08,0x14,0x88,0x83,0x71,0xC7,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1225 0x0F,0xE8,0x44,0x08,0x46,0x80,0x46,0x47,0x65,0xE5,0x44,0x10,0x14,0x77,0xC7,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1226 0x10,0xF0,0x01,0x00,0x46,0x80,0x46,0x47,0x25,0xE5,0x00,0xFC,0x80,0xF9,0xDF,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1227 0xF8,0x70,0x92,0x3A,0x1E,0x09,0xF8,0x70,0x93,0x3A,0x25,0x0C,0xF8,0x70,0x94,0x3A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1228 0x26,0x0C,0xF8,0x70,0x97,0x3A,0x27,0x0C,0xF8,0x70,0x90,0x3A,0x28,0x0C,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1229 0x99,0x3A,0x29,0x0C,0xF8,0x70,0x9C,0x3A,0x2A,0x0C,0xF8,0x70,0x9A,0x3A,0x2B,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1230 0xF8,0x70,0x9B,0x3A,0x2C,0x0C,0x00,0xFC,0xF8,0x76,0x26,0x0C,0x01,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1231 0x27,0x0C,0xFF,0x7F,0xF8,0x76,0x28,0x0C,0xFF,0x1F,0xF8,0x76,0x29,0x0C,0x00,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1232 0xF8,0x76,0x2A,0x0C,0x32,0x00,0xF8,0x76,0x2B,0x0C,0x00,0x10,0xF8,0x76,0x2C,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1233 0x00,0x10,0xF8,0x76,0x25,0x0C,0x00,0x00,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1234
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1235 /* size */ 0xf1, 0x01, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1236 /* addr */ 0x00, 0x06, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1237
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1238 0x19,0x10,0x10,0xF1,0x02,0x00,0x1A,0x89,0x10,0xF1,0x19,0x00,0x4F,0xFA,0x2A,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1239 0x17,0x10,0x04,0x00,0x12,0x88,0x72,0xF2,0x0F,0x06,0x95,0xF4,0x92,0x10,0x92,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1240 0x07,0x61,0x10,0x00,0x30,0xF8,0x1A,0x06,0x63,0xF4,0xB6,0xF6,0x19,0x63,0x05,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1241 0x19,0x81,0xB6,0xF7,0x42,0xF8,0x24,0x06,0x84,0xF4,0xB8,0xF6,0x0F,0xEC,0x19,0x1E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1242 0xB8,0xF7,0x84,0xF4,0x73,0xF0,0x45,0x06,0xB8,0xF6,0x0F,0xEC,0x19,0x1E,0xB8,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1243 0x73,0xF0,0x45,0x06,0x10,0xF3,0xEB,0xFF,0x4B,0xFA,0x44,0x06,0x17,0x6F,0x41,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1244 0x03,0x00,0x12,0x88,0x95,0xF4,0x95,0xF4,0xB2,0x10,0x72,0xF2,0x3F,0x06,0x0E,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1245 0x0F,0x80,0xB2,0x11,0x0E,0x10,0x86,0xF4,0x0E,0x80,0x0F,0x10,0x87,0xF4,0x0F,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1246 0x0E,0x00,0x7F,0xF4,0x73,0xF0,0x45,0x06,0x11,0x10,0x18,0x11,0x10,0xF3,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1247 0x1A,0x89,0x03,0x11,0x16,0x6F,0x01,0x0F,0x12,0x89,0x68,0xF4,0x68,0xF4,0x25,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1248 0x00,0xED,0x72,0xF2,0x55,0x06,0xDD,0x41,0x84,0xF7,0xFC,0xC7,0x00,0xFC,0x45,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1249 0x95,0x6D,0x91,0x6D,0x8B,0x6D,0x91,0x10,0x61,0xF4,0x03,0x00,0x12,0x88,0x23,0xA3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1250 0x85,0xF7,0x0D,0x43,0x94,0x10,0x95,0x00,0x7F,0xF4,0x84,0xF4,0x4F,0xFA,0x74,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1251 0x82,0x00,0x82,0x80,0xF8,0x61,0xC0,0x3D,0x10,0x00,0x30,0xFA,0x74,0x06,0xEA,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1252 0xFC,0xFF,0x71,0xF0,0x04,0x00,0xB2,0x80,0x8B,0x6C,0x5B,0x06,0x00,0xFC,0xB6,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1253 0xF8,0x60,0xBA,0x3F,0x03,0x00,0x20,0xFA,0x98,0x06,0x11,0x72,0xBB,0x3F,0x19,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1254 0x5E,0x01,0x81,0x11,0xD1,0x76,0x00,0x00,0x19,0x77,0x1F,0x00,0x11,0x73,0xBB,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1255 0x11,0x72,0xFF,0x3D,0xB9,0xF6,0xD1,0x81,0x71,0xF1,0x1E,0x00,0xD1,0x79,0xA3,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1256 0xB9,0xF7,0xF8,0x47,0x04,0x09,0x61,0xF7,0x11,0x73,0xFF,0x3D,0x0C,0x73,0x21,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1257 0x11,0x72,0x7F,0x41,0x19,0x77,0x1F,0x00,0xF8,0x10,0xB9,0x3F,0x10,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1258 0x43,0xFA,0xC9,0x06,0xD1,0x70,0x20,0x00,0xF8,0x61,0x92,0x3F,0x00,0x02,0x20,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1259 0xB7,0x06,0xF8,0x45,0x20,0x00,0xBF,0xF6,0x80,0xFB,0xDC,0x06,0xF8,0x44,0x21,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1260 0x11,0x72,0x7F,0x41,0x19,0x77,0x1F,0x00,0x95,0xF4,0x95,0xF4,0xD1,0x82,0xB9,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1261 0x71,0xF1,0x1E,0x00,0xD1,0x79,0x84,0x0C,0x11,0x73,0x7F,0x41,0x11,0x72,0xBC,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1262 0x19,0x77,0x5E,0x01,0xB9,0xF7,0xF8,0x47,0x03,0x09,0x61,0xF7,0xD1,0x83,0x11,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1263 0xBC,0x3F,0x00,0xFC,0x17,0x77,0x06,0x09,0x16,0x77,0x07,0x09,0x87,0x10,0x86,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1264 0x45,0xF8,0x21,0xC2,0x12,0x72,0xCE,0x3F,0x87,0x71,0x07,0x09,0xF8,0x68,0x09,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1265 0xFF,0xEF,0x73,0xF0,0x09,0xC2,0x00,0xFC,0x74,0xF0,0xE2,0x06,0xE4,0xF4,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1266 0x82,0x07,0xE4,0xF4,0x75,0xEA,0xF8,0x68,0x07,0x00,0x00,0x3C,0xF8,0x69,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1267 0x40,0x03,0x10,0x77,0x01,0x00,0x0F,0x71,0x12,0x00,0x13,0x77,0x00,0x36,0x19,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1268 0xFF,0x00,0x7D,0xF4,0x7D,0xF7,0x23,0x83,0xCA,0x31,0x82,0x30,0x0C,0x2D,0x00,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1269 0x08,0x00,0x7C,0xF7,0x00,0x53,0x00,0x4F,0x0C,0x8C,0x82,0x82,0x0F,0x70,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1270 0x8E,0xF5,0x85,0xF7,0x8F,0xF7,0x27,0x8C,0x24,0x6F,0x7F,0x0D,0x02,0x56,0x8E,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1271 0xB9,0xF4,0x8F,0xF4,0x28,0x8C,0x25,0x82,0x82,0x27,0x0C,0x3B,0x00,0xF3,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1272 0x7C,0xF7,0x02,0x53,0x02,0x4F,0x78,0xFF,0x0D,0x76,0x01,0x00,0x4B,0xFF,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1273 0x01,0x00,0x82,0x27,0x04,0x55,0x7A,0xF7,0x04,0x53,0x04,0x4F,0x23,0x71,0xA2,0x3A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1274 0x11,0x76,0x01,0x00,0x0E,0x10,0x43,0xFA,0xBE,0x07,0x0E,0x6B,0x01,0x00,0x18,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1275 0x10,0xF0,0x01,0x00,0x18,0x80,0x47,0xF9,0xD9,0x07,0x19,0x30,0x05,0x25,0x70,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1276 0x04,0x29,0x1C,0x09,0x08,0x55,0x13,0x60,0x01,0x00,0x30,0xFA,0x3B,0x07,0x0E,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1277 0x00,0x00,0x4B,0xF8,0xBE,0x07,0x23,0x44,0xFD,0xEC,0xCD,0xB8,0xCD,0xBC,0x22,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1278 0x0D,0x10,0x44,0xF8,0xA5,0x07,0x4B,0xF8,0xBE,0x07,0x25,0x11,0x4D,0xFA,0x5F,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1279 0x26,0x76,0x00,0x00,0x24,0x6F,0x4F,0x0C,0x0F,0xEC,0x25,0x1E,0x26,0x80,0x28,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1280 0x27,0x09,0x0E,0x89,0x00,0xF3,0x10,0x00,0x26,0x44,0x8F,0xF4,0x61,0xF4,0x4B,0xFD,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1281 0x70,0xF4,0x00,0x57,0x70,0xF7,0x0E,0x89,0x4B,0xFD,0x84,0xF4,0x26,0x82,0x02,0x57,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1282 0x8A,0xF7,0x12,0x30,0x22,0x20,0x7C,0xF4,0x8E,0xF4,0x95,0xF4,0x29,0x8C,0x8E,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1283 0x34,0xE7,0x0E,0x49,0x29,0x09,0x1A,0x77,0xFD,0x00,0x4E,0xFF,0x29,0x30,0x61,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1284 0x8F,0xF4,0x15,0x77,0x9E,0x3A,0x95,0x82,0x26,0x31,0x72,0xF2,0x7B,0x07,0x8D,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1285 0xDB,0x44,0xBC,0xB0,0x70,0xBC,0xDE,0xC8,0xBC,0xB0,0x0C,0x30,0x73,0xF2,0xD3,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1286 0x8D,0x2E,0xDC,0x82,0x75,0xEA,0x10,0x77,0x01,0x00,0x12,0x77,0x00,0x37,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1287 0x00,0x36,0x19,0x77,0xFF,0x00,0x00,0xE8,0x00,0x4E,0x02,0x4E,0x04,0x4E,0x06,0x4E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1288 0x0D,0x80,0x0C,0x80,0x0E,0x76,0x4C,0xFF,0xFE,0xEC,0xDA,0x80,0xFE,0xEC,0xDB,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1289 0x0F,0x76,0x00,0x37,0x11,0x80,0x14,0x10,0x18,0x80,0x62,0xF0,0xFF,0x7F,0x10,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1290 0x17,0x31,0x15,0x83,0x00,0xFE,0x16,0x76,0xFF,0x7F,0x24,0xE7,0xCC,0x6D,0xB9,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1291 0x1A,0x77,0xFD,0x00,0x0C,0x30,0x72,0xF2,0xB0,0x07,0xDC,0x21,0xDA,0x26,0xE0,0xB3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1292 0xDA,0x38,0x7C,0xF4,0xBA,0xF4,0x83,0xF4,0x7C,0xF7,0x83,0xF5,0x02,0x4E,0x00,0x4F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1293 0x60,0xFF,0x0D,0x76,0x00,0x00,0xB9,0xF7,0x73,0xF0,0xD3,0x07,0x11,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1294 0x82,0x26,0x06,0x54,0x77,0xF4,0x06,0x50,0x06,0x4E,0x63,0xF4,0x20,0x4E,0x1A,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1295 0x21,0x25,0x70,0xF7,0x88,0xF7,0x08,0x4F,0x1B,0x30,0x21,0x25,0x70,0xF7,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1296 0xD3,0x07,0x88,0xF7,0x0A,0x4F,0x22,0x44,0x16,0x30,0x8C,0xF4,0x00,0xFE,0x63,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1297 0x22,0x82,0x19,0x30,0x05,0x25,0x70,0xF7,0x04,0x29,0x1C,0x09,0x0A,0x55,0x4F,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1298 0xE9,0x07,0x14,0x10,0x18,0x80,0x16,0x11,0x15,0x09,0x10,0x10,0x00,0xFE,0x86,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1299 0x16,0x80,0x16,0x11,0x15,0x01,0x20,0xF0,0xFF,0x7F,0x00,0xFE,0x87,0xF4,0x16,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1300 0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1301
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1302 /* size */ 0xfd, 0x03, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1303 /* addr */ 0xbe, 0x10, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1304
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1305 0xF8,0x10,0xC0,0x3D,0x30,0xF0,0x0F,0x00,0x45,0xFE,0x00,0xED,0x54,0xEA,0x1A,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1306 0x85,0x12,0x1B,0x76,0xCF,0x11,0x1C,0x76,0xA6,0x13,0x1D,0x76,0xC5,0x13,0x1E,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1307 0x84,0x14,0xBD,0xF6,0xBD,0xF7,0xB8,0xF7,0xB7,0xF6,0xB9,0xF6,0xB6,0xF7,0xBE,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1308 0x19,0x77,0x00,0x00,0xF8,0x68,0xC0,0x3D,0xFF,0x00,0x00,0xE8,0xF8,0x80,0xC2,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1309 0x0A,0x80,0x0B,0x80,0xF8,0x61,0xC0,0x3D,0x01,0x00,0x20,0xF8,0xF8,0x10,0x05,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1310 0xF8,0x71,0xC1,0x3D,0x17,0x00,0xEF,0x6D,0x80,0x00,0x08,0x4A,0x02,0x76,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1311 0x0D,0x76,0x04,0x00,0x0C,0x76,0x56,0x04,0x14,0x76,0x07,0x00,0x15,0x76,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1312 0x73,0xF0,0x17,0x11,0x0B,0xE8,0x17,0x77,0x31,0x2A,0x08,0x4A,0xF8,0x61,0xC0,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1313 0x04,0x00,0x20,0xF8,0x0D,0x11,0x02,0x76,0x97,0x00,0x0D,0x76,0x08,0x00,0x0C,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1314 0x44,0x04,0x14,0x76,0x09,0x00,0x15,0x76,0x04,0x00,0x73,0xF0,0x17,0x11,0x02,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1315 0xBF,0x00,0x0D,0x76,0x0A,0x00,0x0C,0x76,0x4C,0x04,0x14,0x76,0x0C,0x00,0x15,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1316 0x04,0x00,0x02,0x71,0x10,0x00,0x71,0xF0,0x04,0x00,0x97,0x80,0x17,0x73,0x05,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1317 0xB7,0x6D,0x71,0xF0,0x04,0x00,0x97,0x80,0x17,0x73,0x06,0x2A,0xB7,0x6D,0x10,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1318 0x17,0x73,0x0E,0x2A,0xB7,0x6D,0x17,0x73,0x10,0x2A,0xB7,0x6D,0x17,0x73,0x0F,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1319 0xB7,0x6D,0x17,0x73,0x11,0x2A,0x03,0x70,0xC1,0x3D,0x1A,0x13,0xE3,0xF7,0x05,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1320 0x04,0x80,0x08,0x80,0x03,0x70,0xC1,0x3D,0x03,0x6B,0x01,0x00,0x1A,0x13,0xE3,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1321 0x06,0x10,0x04,0x80,0x09,0x80,0xF8,0x61,0xC0,0x3D,0x01,0x00,0x20,0xFA,0x98,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1322 0x0F,0x77,0x00,0x00,0x05,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1323 0x1C,0x13,0xE3,0xF5,0x12,0x80,0x08,0x63,0xA4,0x10,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1324 0x07,0x8F,0x07,0x8F,0x0F,0x4A,0x06,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1325 0x08,0x00,0x1C,0x13,0xE3,0xF5,0x13,0x80,0x0F,0x8A,0x09,0x63,0xA4,0x10,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1326 0x0B,0x00,0x95,0xF4,0x07,0x8F,0x07,0x8F,0x07,0x8D,0x10,0x77,0x02,0x00,0x07,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1327 0x08,0x00,0x20,0xFA,0x81,0x11,0x02,0x71,0x1A,0x00,0xF8,0x71,0xC1,0x3D,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1328 0xEA,0x6D,0x00,0x00,0x05,0x71,0x13,0x00,0xF8,0x69,0xC0,0x3D,0x00,0x01,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1329 0x80,0x11,0x09,0xA2,0xB2,0x82,0x07,0x61,0x02,0x00,0x20,0xFA,0x95,0x11,0x02,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1330 0x1A,0x00,0xF8,0x71,0xC1,0x3D,0x12,0x00,0xEA,0x6D,0x01,0x00,0x06,0x71,0x13,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1331 0xF8,0x69,0xC0,0x3D,0x00,0x01,0x72,0xF0,0x94,0x11,0x09,0xA2,0xB2,0x82,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1332 0xBD,0xF6,0xBD,0xF7,0x05,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1333 0x1C,0x13,0xE3,0xF5,0x12,0x80,0x08,0x63,0x00,0x20,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1334 0x07,0x8F,0x08,0x63,0x66,0x16,0xF0,0xF3,0xF8,0x80,0x0C,0x00,0x95,0xF4,0x07,0x8F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1335 0x0F,0x4A,0x06,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,0x1C,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1336 0xE3,0xF5,0x13,0x80,0x0F,0x8A,0x09,0x63,0x00,0x20,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1337 0x07,0x8F,0x09,0x63,0x66,0x16,0xF0,0xF3,0xF8,0x80,0x0C,0x00,0x95,0xF4,0x07,0x8F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1338 0x07,0x8D,0x07,0x61,0x0A,0x00,0x20,0xFE,0xBD,0xF6,0xBD,0xF7,0x1B,0x13,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1339 0x00,0xFC,0x14,0x76,0x0E,0x00,0x17,0x77,0x1F,0x2A,0x71,0xF0,0x04,0x00,0x97,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1340 0x17,0x77,0x24,0x2A,0x71,0xF0,0x04,0x00,0x97,0x80,0x07,0x61,0x08,0x00,0x20,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1341 0xEC,0x11,0x05,0x10,0x04,0x80,0x13,0x77,0x1F,0x2A,0x08,0x63,0x00,0x28,0x0D,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1342 0x1D,0x13,0xE3,0xF5,0x17,0x73,0x0A,0x2A,0x05,0x6B,0xFD,0xFF,0x07,0x61,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1343 0x20,0xFA,0xFD,0x11,0x06,0x10,0x04,0x80,0x13,0x77,0x24,0x2A,0x09,0x63,0x00,0x28,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1344 0x0D,0x83,0x1D,0x13,0xE3,0xF5,0x17,0x73,0x0B,0x2A,0x06,0x6B,0xFD,0xFF,0x07,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1345 0x0C,0x00,0x30,0xFA,0x09,0x12,0x12,0x77,0x24,0x2A,0x13,0x77,0x1F,0x2A,0x04,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1346 0x89,0xE5,0x17,0x73,0x0A,0x2A,0x07,0x61,0x03,0x00,0x30,0xFA,0x13,0x12,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1347 0x1F,0x2A,0x04,0xEC,0x98,0xE5,0x17,0x73,0x0B,0x2A,0x10,0x77,0x02,0x00,0x14,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1348 0x0C,0x00,0x15,0x76,0x08,0x00,0x17,0x77,0x29,0x2A,0x71,0xF0,0x03,0x00,0x97,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1349 0x17,0x77,0x2D,0x2A,0x71,0xF0,0x03,0x00,0x97,0x80,0x07,0x61,0x04,0x00,0x30,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1350 0x44,0x12,0x03,0x70,0xC1,0x3D,0x05,0x10,0x04,0x80,0x11,0x77,0x1F,0x2A,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1351 0x29,0x2A,0x0A,0x71,0x13,0x00,0x07,0x61,0x08,0x00,0x08,0x63,0xFF,0x7F,0x0D,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1352 0x20,0xFF,0x07,0x69,0x10,0x00,0x1E,0x13,0xE3,0xF5,0xF8,0x69,0xC0,0x3D,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1353 0x0A,0x71,0x1A,0x00,0x74,0xF2,0x6C,0x12,0x11,0x77,0x29,0x2A,0x07,0x61,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1354 0x30,0xFA,0x69,0x12,0x03,0x70,0xC1,0x3D,0x03,0x6B,0x01,0x00,0x06,0x10,0x04,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1355 0x11,0x77,0x24,0x2A,0x14,0x77,0x2D,0x2A,0x0B,0x71,0x13,0x00,0x07,0x68,0xEF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1356 0x07,0x61,0x02,0x00,0x09,0x63,0xFF,0x7F,0x0D,0x83,0x20,0xFF,0x07,0x69,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1357 0x1E,0x13,0xE3,0xF5,0xF8,0x69,0xC0,0x3D,0x00,0x01,0x0B,0x71,0x1A,0x00,0x74,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1358 0x6C,0x12,0x11,0x77,0x2D,0x2A,0x00,0xFE,0xBD,0xF6,0xBD,0xF7,0x1A,0x4A,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1359 0x81,0x10,0x72,0xF0,0x72,0x12,0x91,0x11,0x87,0xF4,0x85,0xF4,0x11,0x8A,0x1A,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1360 0x08,0x4A,0x81,0x10,0x72,0xF0,0x7B,0x12,0x91,0x11,0x86,0xF4,0x00,0xE9,0x0B,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1361 0x86,0xF5,0xF8,0x10,0xC2,0x3D,0x86,0xF4,0x00,0xFE,0xF8,0x80,0xC2,0x3D,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1362 0x02,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,0x12,0x00,0x03,0x71,0x13,0x00,0x0E,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1363 0x14,0x00,0x74,0xF2,0xE0,0x12,0x10,0x71,0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1364 0x12,0x00,0x74,0xF2,0x0A,0x13,0x10,0x71,0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1365 0x12,0x00,0x03,0x71,0x13,0x00,0x0F,0x71,0x14,0x00,0x74,0xF2,0xF5,0x12,0x11,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1366 0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,0x12,0x00,0x74,0xF2,0x0A,0x13,0x11,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1367 0x15,0x00,0x0D,0x71,0x11,0x00,0x0E,0x71,0x13,0x00,0x74,0xF2,0x81,0x13,0x0F,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1368 0x14,0x00,0x08,0x4A,0xBC,0xF4,0x10,0x71,0x15,0x00,0x74,0xF2,0x5F,0x13,0x0E,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1369 0x14,0x00,0x74,0xF2,0x1A,0x13,0x0D,0x71,0x11,0x00,0x0D,0x71,0x11,0x00,0x10,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1370 0x15,0x00,0x74,0xF2,0x68,0x13,0x0E,0x71,0x14,0x00,0xBC,0xF5,0x11,0x71,0x15,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1371 0x74,0xF2,0x5F,0x13,0x0F,0x71,0x14,0x00,0x74,0xF2,0x1A,0x13,0x0D,0x71,0x11,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1372 0x0D,0x71,0x11,0x00,0x11,0x71,0x15,0x00,0x74,0xF2,0x68,0x13,0x0F,0x71,0x14,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1373 0x08,0x8A,0x00,0xFC,0x89,0x6D,0x82,0x71,0x1A,0x00,0x72,0xF2,0xEA,0x12,0xB3,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1374 0x83,0xE5,0xB3,0x11,0x86,0xF4,0x20,0xF5,0x3D,0x9D,0x94,0x80,0x4D,0xFF,0x85,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1375 0xFF,0xFF,0x95,0x6D,0x89,0x6E,0xE3,0x12,0x82,0x71,0x1A,0x00,0x00,0xFC,0x89,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1376 0x82,0x71,0x1A,0x00,0x72,0xF2,0xFF,0x12,0xB3,0x10,0x83,0xE5,0xB3,0x11,0x87,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1377 0x20,0xF5,0x3D,0x9D,0x94,0x80,0x4D,0xFF,0x85,0x76,0xFF,0xFF,0x95,0x6D,0x89,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1378 0xF8,0x12,0x82,0x71,0x1A,0x00,0x00,0xFC,0x89,0x6D,0x11,0x73,0x1A,0x00,0x72,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1379 0x16,0x13,0xB8,0xF6,0x00,0xE9,0x03,0xA2,0x00,0xF6,0x95,0x82,0x92,0x3F,0x60,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1380 0x02,0x00,0x00,0xFE,0xB8,0xF7,0x95,0xF4,0xE9,0x6D,0xFE,0xFF,0xE5,0x10,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1381 0x85,0x08,0x10,0xF0,0x01,0x00,0x1A,0x88,0x84,0x10,0xE4,0x11,0x01,0x00,0x20,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1382 0x30,0xFD,0x84,0xF7,0x4A,0xF8,0x3A,0x13,0xED,0x10,0x01,0x00,0x10,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1383 0x04,0x6F,0x00,0x0D,0x12,0x89,0x61,0xF5,0x03,0x01,0x13,0x89,0xEC,0x44,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1384 0x73,0xF2,0x44,0x13,0x10,0x77,0xFF,0xFF,0x95,0x10,0x04,0x6F,0x00,0x0D,0x12,0x89,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1385 0x61,0xF5,0x03,0x01,0x13,0x89,0x94,0x44,0x10,0x77,0x01,0x00,0x30,0xF8,0x52,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1386 0x72,0xF2,0x4C,0x13,0x00,0xED,0x95,0xF4,0xB3,0x45,0x86,0xF4,0xDC,0xD1,0x89,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1387 0x1E,0x13,0xE5,0x10,0x01,0x00,0x00,0xFC,0x72,0xF2,0x59,0x13,0x1F,0xED,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1388 0xB3,0x45,0x87,0xF4,0x82,0x3D,0xDC,0xD3,0x89,0x6E,0x1E,0x13,0xE5,0x10,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1389 0x00,0xFC,0x85,0x10,0x45,0xFE,0x10,0xF0,0x01,0x00,0x1A,0x88,0x73,0xF2,0x74,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1390 0x04,0x71,0x12,0x00,0x10,0xE7,0x88,0x6D,0xB5,0x6D,0xB4,0x6D,0x02,0x10,0x85,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1391 0x10,0xF0,0x01,0x00,0x1A,0x88,0x85,0x10,0x04,0x00,0x12,0x88,0x30,0xFA,0x7C,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1392 0x84,0x44,0x1F,0xED,0x72,0xF0,0x7A,0x13,0x92,0x82,0x00,0xFC,0x72,0xF0,0x7F,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1393 0x82,0x3D,0x92,0x87,0x00,0xFC,0x11,0x48,0x7F,0xF4,0x12,0x88,0x89,0x6D,0x11,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1394 0x1A,0x00,0x93,0x44,0x1F,0xED,0x72,0xF2,0x8E,0x13,0x15,0x77,0x1F,0x2A,0x94,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1395 0x9B,0xC8,0x13,0x77,0x1F,0x2A,0x11,0x73,0x1A,0x00,0x72,0xF2,0x9E,0x13,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1396 0x00,0x80,0x83,0x11,0x86,0xF4,0x08,0xFA,0x9E,0x13,0xE3,0x11,0x01,0x00,0x37,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1397 0x93,0x6D,0x87,0x76,0x00,0x80,0x8A,0x6E,0x91,0x13,0x13,0x77,0x1F,0x2A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1398 0x12,0x4A,0x15,0x32,0x01,0xE8,0x82,0xF4,0x10,0xF0,0x01,0x00,0x0C,0x80,0x00,0xE9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1399 0x0C,0x47,0xB2,0x01,0x00,0x4F,0x0C,0x71,0x1A,0x00,0x12,0x8A,0x72,0xF2,0xBC,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1400 0x00,0xE8,0x95,0xF4,0xB2,0x11,0x82,0xF7,0x00,0x59,0x85,0xF7,0x00,0xF6,0x15,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1401 0x41,0x0D,0x10,0xF3,0x01,0x00,0xF8,0x47,0x0B,0x00,0x7F,0xF4,0x00,0xFC,0x02,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1402 0x0C,0x80,0x74,0xF2,0x05,0x14,0x04,0x71,0x12,0x00,0x93,0x76,0xFF,0xFF,0x17,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1403 0x00,0x00,0x10,0x77,0x02,0x00,0x74,0xF2,0x22,0x14,0x04,0x71,0x12,0x00,0x43,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1404 0x08,0x4A,0xF8,0x60,0xC3,0x3D,0x7D,0x30,0x20,0xF8,0xE8,0x13,0x04,0x71,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1405 0x14,0x08,0x0C,0x80,0x14,0x6F,0x21,0x0C,0x42,0xF9,0x22,0x14,0x95,0xF4,0x42,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1406 0x93,0x80,0x97,0x6D,0x00,0xE8,0x08,0x8A,0x97,0x6D,0x93,0x80,0xF8,0x60,0xC3,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1407 0x7D,0x30,0x20,0xF8,0x02,0x14,0x14,0x00,0x00,0xF0,0x01,0x00,0x04,0x6F,0x00,0x0D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1408 0x12,0x89,0x02,0x11,0x20,0xF5,0x0C,0x81,0x14,0x6F,0x21,0x0E,0x42,0xF9,0x22,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1409 0x95,0xF4,0x42,0xFF,0x93,0x80,0x97,0x6D,0x00,0xFE,0x02,0x10,0x93,0x80,0x0C,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1410 0x10,0xF0,0x02,0x00,0x1A,0x88,0x04,0x71,0x12,0x00,0xEA,0x6D,0xFB,0xFF,0x25,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1411 0x95,0x6D,0x04,0x71,0x14,0x00,0x72,0xF2,0x16,0x14,0x1D,0xED,0x94,0x44,0x38,0xC5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1412 0xAB,0xC6,0x02,0xEC,0x92,0x86,0x04,0x71,0x14,0x00,0x8C,0x6D,0x8C,0x10,0x8C,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1413 0x84,0x80,0x00,0xFE,0x14,0x73,0x04,0x2A,0x0C,0x6B,0x01,0x00,0x12,0x4A,0x0C,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1414 0x7F,0xF4,0x10,0xF0,0x02,0x00,0x1A,0x88,0x10,0x80,0xB2,0x10,0x72,0xF2,0x33,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1415 0x15,0x77,0x10,0x2A,0xB2,0x11,0x86,0xF4,0x20,0xF5,0x3D,0x9D,0x0E,0x80,0x4D,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1416 0x10,0x76,0xFF,0xFF,0x12,0x8A,0x95,0xF4,0x12,0x4A,0x0C,0x10,0x7F,0xF4,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1417 0x02,0x00,0x1A,0x88,0x11,0x80,0xB2,0x10,0x72,0xF2,0x49,0x14,0x15,0x77,0x11,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1418 0xB2,0x11,0x87,0xF4,0x20,0xF5,0x3D,0x9D,0x0F,0x80,0x4D,0xFF,0x11,0x76,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1419 0x12,0x8A,0x0E,0x11,0x0F,0x09,0x0D,0x09,0x4F,0xFE,0x20,0xF0,0xFF,0xFF,0x0E,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1420 0x0F,0x01,0x0F,0x6F,0x9F,0x0D,0x10,0x10,0x11,0x11,0x86,0xF4,0x0C,0x6F,0x3F,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1421 0x00,0xF0,0x02,0x00,0x12,0x49,0x21,0xF5,0x12,0x89,0x10,0x6F,0x41,0x0C,0x11,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1422 0x21,0x0C,0x85,0xF4,0x10,0xF0,0x01,0x00,0x1A,0x88,0x14,0x77,0x0F,0x2A,0x11,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1423 0x0E,0x80,0x12,0x73,0x10,0x2A,0x82,0xA2,0x85,0xF4,0x72,0xF2,0x7B,0x14,0x15,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1424 0x11,0x2A,0x82,0xA3,0x85,0xF7,0x87,0xF4,0x20,0xF5,0x3D,0x9D,0x4D,0xFF,0x11,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1425 0xFF,0xFF,0x0E,0x10,0x11,0x08,0x00,0xFE,0x10,0x00,0x04,0x08,0x11,0x4A,0x13,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1426 0x14,0x4A,0x00,0xE8,0x11,0x80,0x00,0x80,0x01,0x80,0x14,0x10,0x0C,0x80,0x15,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1427 0x10,0x80,0x91,0x10,0x00,0xF0,0x01,0x00,0x16,0x80,0x81,0x11,0x20,0xF5,0x18,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1428 0x00,0x00,0x17,0x80,0x00,0x09,0x0C,0x09,0x10,0xF2,0x08,0x00,0x46,0xF8,0xA3,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1429 0x17,0x10,0x01,0x08,0x17,0x80,0x01,0x01,0x10,0x01,0x19,0x81,0x74,0xF0,0x00,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1430 0x94,0x82,0x11,0x82,0x13,0x49,0x10,0xF3,0x01,0x00,0x14,0x10,0x00,0x80,0x15,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1431 0x01,0x80,0x4D,0xFF,0x0C,0x81,0x10,0x81,0x8B,0x6C,0x8F,0x14,0x14,0x8A,0x13,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1432 0x11,0x8A,0x74,0xF0,0x57,0x06,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1433
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1434 /* size */ 0x0a, 0x15, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1435 /* addr */ 0xc8, 0x5a, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1436
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1437 0xFD,0xEE,0xF8,0x76,0x41,0x4C,0x58,0x5B,0xF8,0x61,0x38,0x0C,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1438 0xD4,0x5A,0xF8,0x76,0x06,0x4C,0xA7,0x5C,0x20,0xF0,0xFE,0xFF,0xF8,0x18,0xF7,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1439 0xF8,0x80,0xC5,0x09,0xF8,0x76,0x56,0x4C,0xAE,0x5E,0xF8,0x76,0x13,0x4C,0xC3,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1440 0xF8,0x76,0x28,0x4C,0xC6,0x5C,0xF8,0x71,0x88,0x00,0x00,0x5A,0xF8,0x76,0x37,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1441 0xE3,0x5C,0xF8,0x76,0x3D,0x4C,0xF4,0x5B,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1442 0x51,0x4C,0xD9,0x5B,0xF8,0x76,0x65,0x3F,0x39,0x64,0x00,0x76,0x76,0x03,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1443 0x44,0x4C,0x1C,0xE8,0xE3,0xF5,0xF8,0x11,0x5E,0x3F,0x20,0xF0,0x05,0x64,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1444 0x00,0x76,0x9D,0x03,0xF8,0x11,0x44,0x4C,0x1D,0xE8,0xE3,0xF5,0xF8,0x76,0x4C,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1445 0x47,0x5C,0xF8,0x76,0xFC,0x4B,0x61,0x60,0xF8,0x76,0x22,0x4C,0x27,0x5D,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1446 0x47,0x4C,0x82,0x5C,0xF8,0x76,0x05,0x4C,0xC3,0x5D,0xF8,0x76,0x23,0x4C,0x35,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1447 0xF8,0x76,0x08,0x4C,0x6E,0x5E,0xF8,0x76,0x12,0x4C,0x7B,0x5E,0xF8,0x76,0xFD,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1448 0x1C,0x5F,0xF8,0x76,0x07,0x4C,0x54,0x5D,0xF8,0x76,0x1E,0x4C,0x65,0x5D,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1449 0x0C,0x4C,0x91,0x5D,0xF8,0x76,0x2C,0x4C,0xA2,0x5D,0xF8,0x76,0xFB,0x4B,0xF1,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1450 0xF8,0x76,0x67,0x58,0x00,0x00,0xF8,0x76,0xCD,0x4B,0xFF,0xFF,0xF8,0x61,0x39,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1451 0x00,0x80,0x20,0xF8,0x3F,0x5B,0x20,0xF0,0x7D,0x30,0x73,0xF0,0x40,0x5B,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1452 0xF8,0x80,0xC3,0x3D,0x00,0x70,0x69,0x58,0xF8,0x11,0x44,0x4C,0x14,0xE8,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1453 0xF8,0x61,0x38,0x0C,0x01,0x00,0x20,0xF8,0x53,0x5B,0xF8,0x76,0x4E,0x4C,0x94,0xD2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1454 0xF8,0x76,0x26,0x4C,0x04,0x5D,0xF8,0x76,0x2D,0x4C,0x88,0x5E,0x03,0xEE,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1455 0x11,0x4A,0x11,0x77,0x18,0x00,0x81,0x71,0x11,0x00,0x10,0x77,0x00,0x5A,0xA9,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1456 0x20,0xF8,0x67,0x5B,0x10,0x77,0xC8,0x5A,0xA9,0xF6,0x20,0xF8,0x6A,0x5B,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1457 0xD5,0x08,0x00,0x08,0xF8,0x71,0xC5,0x09,0xF7,0x08,0x11,0x72,0xB7,0x4B,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1458 0xE1,0x61,0x10,0x00,0x00,0x80,0x20,0xF8,0x96,0x5B,0xF8,0x61,0xBC,0x09,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1459 0x30,0xF8,0x92,0x5B,0xF8,0x11,0x63,0x3F,0x16,0xE8,0xE3,0xF5,0xF8,0x76,0xC2,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1460 0x00,0x00,0xF8,0x76,0x67,0x58,0x00,0x00,0xF8,0x61,0x39,0x0C,0x00,0x80,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1461 0x8D,0x5B,0x20,0xF0,0x7D,0x30,0x73,0xF0,0x8E,0x5B,0x00,0xE8,0xF8,0x80,0xC3,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1462 0x73,0xF0,0x96,0x5B,0xF8,0x11,0x64,0x3F,0x33,0xE8,0xE3,0xF5,0x74,0xF0,0xBE,0xD0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1463 0xF8,0x10,0xDE,0x3F,0x44,0xF8,0xCF,0x5B,0xF8,0x11,0x63,0x3F,0x32,0xE8,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1464 0xF8,0x61,0xE3,0x08,0x10,0x00,0x20,0xF8,0xCF,0x5B,0xF8,0x69,0xD5,0x08,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1465 0x20,0xF0,0xE0,0xFF,0xF8,0x18,0xE3,0x08,0x11,0x88,0x95,0xF4,0x10,0x77,0xE0,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1466 0xA9,0xF5,0x20,0xF8,0xB6,0x5B,0xF8,0x6B,0xE3,0x08,0x20,0x00,0xF8,0x61,0x38,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1467 0x02,0x00,0x20,0xF8,0xCF,0x5B,0xF8,0x10,0x3B,0x4C,0xE3,0xF4,0xF8,0x10,0x3E,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1468 0xE3,0xF4,0xF8,0x10,0x40,0x4C,0xE3,0xF4,0xF8,0x76,0xBD,0x4B,0x00,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1469 0xDE,0x3F,0x01,0x00,0xF8,0x76,0xCB,0x4B,0x00,0x00,0x73,0xF0,0xD4,0x5B,0xF8,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1470 0xDE,0x3F,0x01,0x00,0x20,0xF8,0xD7,0x5B,0xF8,0x76,0xC0,0x3F,0x00,0x00,0x11,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1471 0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xB0,0x3F,0x02,0x00,0x20,0xF8,0xEB,0x5B,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1472 0x60,0x58,0x00,0x00,0xF8,0x76,0xE7,0x4B,0x00,0x00,0xF8,0x68,0xC8,0x4B,0xFF,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1473 0xF8,0x76,0x68,0x58,0xFF,0xFF,0x74,0xF0,0x5F,0xD1,0xF8,0x11,0x5E,0x3F,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1474 0xAA,0x63,0xE3,0xF5,0x01,0xEE,0x00,0xFC,0xFB,0xEE,0x13,0x88,0x82,0xE7,0xEA,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1475 0x02,0x00,0x01,0xEC,0x98,0xE5,0x18,0x48,0x00,0xF0,0x02,0x00,0x74,0xF0,0x60,0xCB,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1476 0x03,0x60,0xFF,0xFF,0x20,0xF8,0x09,0x5C,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1477 0x0E,0x5C,0x02,0x10,0x00,0x80,0x03,0x10,0x74,0xF0,0x10,0x5C,0x05,0xEE,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1478 0x11,0x4A,0x95,0xF4,0x02,0x71,0x12,0x00,0x11,0x88,0xF8,0x68,0xE3,0x08,0xE0,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1479 0x11,0x49,0xF8,0x1B,0xE3,0x08,0xF8,0x81,0xE3,0x08,0x11,0x48,0x45,0xF8,0x33,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1480 0x10,0x77,0x03,0x00,0xA9,0xF4,0x30,0xF8,0x42,0x5C,0x10,0x77,0x04,0x00,0xA9,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1481 0x30,0xF8,0x2C,0x5C,0x73,0xF0,0x45,0x5C,0xE2,0x60,0x01,0x00,0x0E,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1482 0x42,0x5C,0x73,0xF0,0x45,0x5C,0xF8,0x10,0xBA,0x4B,0x00,0xF0,0x0C,0x00,0x10,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1483 0x95,0xF4,0x95,0xF4,0xAA,0xF5,0x30,0xF8,0x45,0x5C,0xE8,0x6D,0x07,0x00,0xAA,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1484 0x30,0xF8,0x45,0x5C,0xF8,0x69,0xE3,0x08,0x10,0x00,0x11,0x8A,0x00,0xFC,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1485 0xF8,0x76,0xE9,0x4B,0x0E,0x00,0x11,0x77,0xC1,0x4C,0x11,0x73,0xE5,0x4B,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1486 0x01,0x00,0x0E,0x00,0xF8,0x76,0xC1,0x4C,0x08,0x00,0x08,0xE8,0xF8,0x00,0xB8,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1487 0xF8,0x80,0xC7,0x4C,0x09,0xE8,0xF8,0x00,0xB8,0x4B,0xF8,0x80,0xC8,0x4C,0x0A,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1488 0xF8,0x00,0xB8,0x4B,0xF8,0x80,0xC9,0x4C,0x0B,0xE8,0xF8,0x00,0xB8,0x4B,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1489 0xCA,0x4C,0xF8,0x76,0xC3,0x4C,0xAD,0x0A,0xF8,0x76,0xCB,0x4C,0x00,0x00,0x11,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1490 0xB7,0x4B,0x95,0xF4,0xE1,0x61,0x04,0x00,0x00,0x80,0x20,0xF8,0x7A,0x5C,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1491 0xCB,0x4C,0x01,0x00,0x11,0x72,0xE5,0x4B,0x95,0xF4,0xE1,0x76,0x03,0x00,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1492 0x11,0x8A,0x00,0xFC,0x11,0x4A,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0xA2,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1493 0xF8,0x68,0x67,0x58,0xFF,0x00,0x11,0x77,0x00,0x00,0x11,0x48,0xB8,0xF6,0x80,0xE9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1494 0x12,0x72,0xB9,0x4B,0x84,0xF4,0x0E,0x88,0xF8,0x14,0x0B,0x00,0x82,0x18,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1495 0x9C,0x5C,0xF8,0x6B,0x67,0x58,0x00,0x01,0x10,0x77,0x08,0x00,0x91,0x6D,0xA9,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1496 0x30,0xF8,0x8D,0x5C,0x74,0xF0,0x59,0xCC,0x11,0x8A,0x00,0xFC,0x00,0xFC,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1497 0x11,0x88,0x95,0xF4,0x95,0xF4,0xE1,0x60,0x02,0x00,0xFF,0xFF,0x20,0xF8,0xC1,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1498 0xF8,0x10,0xE7,0x4B,0xB8,0xF6,0x80,0xE9,0x12,0x72,0xB9,0x4B,0x84,0xF4,0x0E,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1499 0xF8,0x14,0x0B,0x00,0xE2,0x18,0x01,0x00,0x45,0xF8,0xC1,0x5C,0xE1,0x69,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1500 0x02,0x00,0x11,0x48,0x74,0xF0,0x58,0xD3,0x11,0x8A,0x00,0xFC,0x11,0x4A,0xFE,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1501 0x11,0x88,0xF8,0x61,0xBC,0x09,0x40,0x00,0x20,0xF8,0xDD,0x5C,0xE1,0x10,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1502 0x00,0xF1,0x01,0x00,0x12,0xE7,0x20,0xF0,0xB1,0x0A,0x82,0x64,0x1F,0x00,0x00,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1503 0x01,0x76,0x1B,0x00,0xF8,0x11,0x36,0x4C,0xE3,0xF5,0x11,0x48,0x74,0xF0,0xFA,0xD7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1504 0x02,0xEE,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x16,0x4A,0xFD,0xEE,0x95,0xF4,0x06,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1505 0x16,0x00,0x11,0x88,0xF8,0x60,0xDE,0x3F,0x01,0x00,0x30,0xF8,0xF6,0x5C,0x00,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1506 0x16,0x00,0x11,0x48,0x74,0xF0,0x94,0xDB,0x73,0xF0,0x00,0x5D,0x00,0x70,0x16,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1507 0x11,0x48,0x74,0xF0,0x94,0xDB,0x00,0x70,0x16,0x00,0x11,0x48,0x74,0xF0,0x10,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1508 0x03,0xEE,0x16,0x8A,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x11,0x88,0x95,0xF4,0x11,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1509 0x74,0xF0,0xEC,0xD6,0xE1,0x71,0x02,0x00,0x12,0x00,0x07,0x96,0x30,0xF8,0x15,0x5D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1510 0x11,0x48,0x74,0xF0,0x71,0xDB,0x73,0xF0,0x25,0x5D,0xE1,0x12,0x0A,0x00,0x7F,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1511 0x30,0xF1,0x07,0x00,0x07,0xE8,0x20,0xF6,0xE1,0xF0,0xF8,0x32,0x08,0x00,0x02,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1512 0x82,0xF4,0xF8,0x1A,0xC2,0x09,0xF8,0x80,0xC2,0x09,0x11,0x8A,0x00,0xFC,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1513 0x16,0x4A,0xFD,0xEE,0x11,0x88,0x20,0xF0,0xF3,0x3F,0x12,0xE7,0x82,0x64,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1514 0x16,0x88,0xE1,0x10,0x03,0x00,0x44,0xF8,0x42,0x5D,0x11,0x48,0x74,0xF0,0x6F,0xD5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1515 0x01,0x76,0x03,0x00,0x00,0x70,0x16,0x00,0x20,0xF0,0x8A,0x3F,0x74,0xF0,0x34,0xDA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1516 0x73,0xF0,0x50,0x5D,0x00,0x76,0x8A,0x3F,0x01,0x76,0x03,0x00,0x16,0x48,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1517 0x34,0xDA,0xF8,0x76,0xB1,0x3F,0x02,0x00,0xF8,0x11,0x2D,0x4C,0x11,0x48,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1518 0x03,0xEE,0x16,0x8A,0x11,0x8A,0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xC8,0x4B,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1519 0x30,0xF8,0x5E,0x5D,0xF8,0x11,0xE7,0x4B,0x4D,0xF8,0x61,0x5D,0xF8,0x6B,0x60,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1520 0x01,0x00,0x74,0xF0,0x95,0xD2,0x01,0xEE,0x00,0xFC,0x11,0x4A,0xFE,0xEE,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1521 0xD7,0x08,0x10,0x00,0x20,0xF8,0x85,0x5D,0xF8,0x11,0x60,0x58,0x10,0xF3,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1522 0x11,0x89,0x95,0xF4,0x95,0xF4,0x81,0x6E,0x85,0x5D,0x11,0x73,0x60,0x58,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1523 0x68,0x58,0x20,0xF0,0xFF,0xFF,0x00,0x80,0x01,0xE8,0x74,0xF0,0x23,0xDC,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1524 0x64,0x3F,0x35,0xE8,0xE3,0xF5,0x73,0xF0,0x8E,0x5D,0xF8,0x60,0x68,0x58,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1525 0x30,0xF8,0x8C,0x5D,0xF8,0x10,0x68,0x58,0x74,0xF0,0xEA,0xD4,0x02,0xEE,0x11,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1526 0x00,0xFC,0xFF,0xEE,0xF8,0x11,0xCD,0x4B,0x4C,0xF8,0x9E,0x5D,0xF8,0x11,0xC4,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1527 0xF8,0x01,0x60,0x58,0x10,0xF3,0x64,0x00,0xF8,0x81,0x60,0x58,0x74,0xF0,0xEE,0xD3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1528 0x01,0xEE,0x00,0xFC,0x11,0x4A,0xFE,0xEE,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1529 0xBE,0x5D,0xF8,0x11,0x60,0x58,0x10,0xF3,0x01,0x00,0x11,0x89,0x95,0xF4,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1530 0x81,0x6E,0xBE,0x5D,0x11,0x73,0x60,0x58,0x00,0x80,0x0F,0xE8,0x74,0xF0,0x23,0xDC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1531 0xF8,0x11,0x64,0x3F,0x35,0xE8,0xE3,0xF5,0x73,0xF0,0xC0,0x5D,0x74,0xF0,0x42,0xD9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1532 0x02,0xEE,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x12,0x88,0xF8,0x61,0xD7,0x08,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1533 0x20,0xF8,0x30,0x5E,0xF8,0x61,0xC8,0x4B,0x08,0x00,0x30,0xF8,0xD3,0x5D,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1534 0xE7,0x4B,0x45,0xF8,0x30,0x5E,0xB8,0xF6,0x0F,0xE9,0xF8,0x6F,0x67,0x58,0x58,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1535 0x11,0x77,0x07,0x00,0xF8,0x18,0x0B,0x00,0xF8,0x6F,0x39,0x0C,0x54,0x0D,0xF8,0x19,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1536 0x11,0x00,0x20,0xF6,0x47,0xF8,0x2D,0x5E,0x01,0xE8,0xE2,0x32,0x03,0x00,0x82,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1537 0xF8,0x18,0x39,0x0C,0xF8,0x61,0x08,0x00,0x0F,0x00,0x30,0xF8,0x03,0x5E,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1538 0x67,0x58,0x30,0xF0,0x00,0xFF,0xF8,0x80,0x67,0x58,0x11,0x77,0x0F,0x00,0xF8,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1539 0x39,0x0C,0x5C,0x0D,0xF8,0x19,0x11,0x00,0x08,0x48,0xF4,0xF0,0x20,0xF6,0x47,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1540 0x20,0x5E,0x73,0xF0,0x28,0x5E,0x0F,0xE8,0xF8,0x6F,0x39,0x0C,0x58,0x0D,0xF8,0x19,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1541 0x08,0x00,0xF8,0x6F,0x67,0x58,0x54,0x0C,0x20,0xF6,0x46,0xF8,0x28,0x5E,0xE2,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1542 0x0A,0x00,0x80,0xE9,0x7F,0xF4,0x30,0xF0,0x07,0x00,0x84,0xF4,0x0E,0x88,0xF8,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1543 0x0B,0x00,0xFF,0xE9,0xF8,0x18,0x67,0x58,0xF8,0x18,0x0B,0x00,0x45,0xF8,0x28,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1544 0xE2,0x69,0x0A,0x00,0x10,0x00,0xF8,0x6B,0x67,0x58,0x00,0x10,0x73,0xF0,0x30,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1545 0xE2,0x68,0x0A,0x00,0xEF,0xFF,0x73,0xF0,0x30,0x5E,0xE2,0x69,0x0A,0x00,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1546 0x12,0x48,0x74,0xF0,0x9A,0xD3,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x16,0x4A,0xFF,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1547 0x12,0x88,0x95,0xF4,0x95,0xF4,0xE2,0x71,0x0A,0x00,0x11,0x00,0x80,0xE9,0x11,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1548 0x7F,0xF4,0x30,0xF0,0x07,0x00,0x84,0xF4,0xF8,0x32,0x08,0x00,0x82,0xF6,0x16,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1549 0xF8,0x61,0x11,0x00,0x10,0x00,0x20,0xF8,0x50,0x5E,0xF8,0x69,0xC8,0x4B,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1550 0x12,0x48,0x74,0xF0,0xD3,0xD5,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x6A,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1551 0xF8,0x61,0xC0,0x3D,0x00,0x01,0x30,0xF8,0x65,0x5E,0x16,0x48,0x93,0xF4,0xF8,0x18,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1552 0x67,0x58,0xF8,0x80,0x67,0x58,0x73,0xF0,0x6A,0x5E,0x16,0x48,0xF8,0x1A,0x67,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1553 0xF8,0x80,0x67,0x58,0x01,0xEE,0x16,0x8A,0x11,0x8A,0x00,0xFC,0xFF,0xEE,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1554 0xD7,0x08,0x10,0x00,0x20,0xF8,0x77,0x5E,0xF8,0x69,0xC8,0x4B,0x00,0x01,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1555 0xD2,0xD3,0x01,0xEE,0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1556 0x84,0x5E,0xF8,0x69,0xC8,0x4B,0x00,0x01,0x74,0xF0,0x0A,0xD4,0x01,0xEE,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1557 0x11,0x4A,0x16,0x4A,0x17,0x4A,0x11,0x88,0xF8,0x61,0x38,0x0C,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1558 0x99,0x5E,0xE1,0x61,0x09,0x00,0x02,0x00,0x20,0xF8,0x99,0x5E,0xF8,0x76,0xB1,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1559 0x08,0x00,0x17,0x72,0xAE,0x43,0x16,0x72,0xAF,0x43,0xF8,0x76,0xAE,0x43,0x2F,0x05,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1560 0xF8,0x76,0xAF,0x43,0xC1,0x85,0x11,0x48,0x74,0xF0,0x45,0xDD,0x17,0x73,0xAE,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1561 0x16,0x73,0xAF,0x43,0x17,0x8A,0x16,0x8A,0x11,0x8A,0x00,0xFC,0xFF,0xEE,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1562 0x8F,0xE0,0xF8,0x61,0x08,0x09,0x00,0x20,0x20,0xF8,0xC1,0x5E,0xF8,0x60,0x41,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1563 0x02,0x00,0x20,0xF8,0xC1,0x5E,0xF8,0x76,0xC3,0x3F,0x00,0x28,0xF8,0x76,0x00,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1564 0xE2,0x69,0x01,0xEE,0x00,0xFC,0xFF,0xEE,0x74,0xF0,0xBC,0xDF,0xF8,0x61,0x09,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1565 0xFF,0xFD,0x30,0xF8,0xD7,0x5E,0xF8,0x10,0xB8,0x3F,0x44,0xF8,0xD7,0x5E,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1566 0x09,0x09,0xFF,0xFD,0xF8,0x10,0x4D,0x4C,0xE3,0xF4,0x73,0xF0,0xDA,0x5E,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1567 0x09,0x09,0x00,0x02,0x01,0xEE,0x00,0xFC,0xBB,0xF7,0x62,0xF0,0x00,0x00,0xF8,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1568 0xCF,0x4B,0x81,0xF9,0x02,0xB1,0xF8,0x76,0xF6,0x4B,0xA2,0x01,0x74,0xF0,0x32,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1569 0x33,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x70,0x69,0x58,0xD3,0x00,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1570 0xD7,0x70,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x0B,0x5F,0xF8,0x10,0x60,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1571 0x42,0xF8,0x0B,0x5F,0xF8,0x76,0xC0,0x3D,0x01,0x00,0xF8,0x71,0xCC,0x4B,0xC1,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1572 0x74,0xF0,0xA3,0x61,0xF8,0x61,0xC0,0x3D,0x00,0x01,0x20,0xF8,0x0B,0x5F,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1573 0x12,0x5F,0x73,0xF0,0x0D,0x5F,0x74,0xF0,0x2F,0x5F,0x26,0xE8,0xF8,0x11,0x64,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1574 0xE3,0xF5,0x00,0xFC,0x07,0x4A,0xB9,0xF7,0xB6,0xF7,0xB8,0xF7,0x00,0xED,0xF8,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1575 0xCC,0x4B,0x12,0x00,0x73,0xF0,0xF9,0x76,0xF8,0x61,0xC8,0x4B,0x00,0x01,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1576 0x2C,0x5F,0xF8,0x76,0xC0,0x3D,0x02,0x00,0xF8,0x76,0xC1,0x3D,0xCE,0x0C,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1577 0xA3,0x61,0xF8,0x68,0xC8,0x4B,0xFF,0xFE,0x80,0xF9,0x19,0x7A,0x00,0xFC,0x07,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1578 0xB9,0xF7,0xB6,0xF7,0xB8,0xF7,0x00,0xED,0xF8,0x71,0xCC,0x4B,0x14,0x00,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1579 0x40,0x5F,0x07,0x4A,0xB9,0xF7,0xB6,0xF7,0xB8,0xF7,0x00,0xED,0x14,0x77,0x4E,0x0E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1580 0xF8,0x70,0x12,0x00,0x14,0x00,0x1A,0x77,0x3F,0x00,0x72,0xF2,0x4A,0x5F,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1581 0x00,0xE9,0x92,0x00,0x92,0x01,0x73,0xF0,0xCB,0x76,0xF8,0x76,0xB4,0x43,0x98,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1582 0xF8,0x76,0xB9,0x43,0x3B,0x61,0xF8,0x76,0x68,0x43,0x87,0x62,0xF8,0x76,0xB3,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1583 0xDF,0x5F,0xF8,0x76,0xA9,0x43,0xF8,0x5F,0xF8,0x76,0xEF,0x00,0xD4,0x03,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1584 0x00,0x5A,0x88,0x00,0xF8,0x76,0xBC,0x43,0x5D,0x60,0xF8,0x76,0xAE,0x43,0x2F,0x05,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1585 0xF8,0x76,0xC5,0x43,0x12,0x63,0xF8,0x76,0xB7,0x43,0x92,0x61,0xF8,0x76,0xF3,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1586 0xE1,0x03,0xF8,0x76,0xB0,0x43,0xAE,0x61,0x74,0xF0,0x05,0x64,0xF8,0x76,0xE7,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1587 0xBF,0x03,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0xF8,0x76,0x66,0x58,0x00,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1588 0x21,0x63,0xF8,0x76,0xBB,0x43,0x7F,0x61,0xF8,0x61,0x39,0x0C,0x00,0x80,0x30,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1589 0x8E,0x5F,0xF8,0x76,0xC3,0x3D,0x00,0x00,0x73,0xF0,0x91,0x5F,0xF8,0x76,0xC3,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1590 0x7D,0x30,0xF8,0x76,0x53,0x43,0x7A,0x05,0xF8,0x76,0x94,0x43,0x6C,0x62,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1591 0x30,0xF2,0xFF,0xFF,0x10,0xF0,0xD8,0x57,0x44,0xF8,0xA0,0x5F,0x20,0xF1,0x34,0xB7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1592 0x06,0x4A,0x0B,0x4A,0x95,0x6D,0x8D,0x76,0xF3,0x20,0x86,0xEA,0x5D,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1593 0xF8,0x76,0x56,0x43,0x01,0x00,0x11,0x77,0x56,0x43,0x10,0x77,0x5C,0x01,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1594 0xB1,0x05,0x10,0xF0,0x5C,0x01,0x74,0xF0,0xD4,0x5F,0x10,0x77,0xC8,0x5A,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1595 0xD1,0x6F,0x10,0xF0,0xC8,0x5A,0x74,0xF0,0xD4,0x5F,0x10,0x77,0x00,0x06,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1596 0xF0,0x07,0x10,0xF0,0x00,0x06,0x74,0xF0,0xD4,0x5F,0x10,0x77,0xBE,0x10,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1597 0xBA,0x14,0x10,0xF0,0xBE,0x10,0x74,0xF0,0xD4,0x5F,0x2E,0xE8,0xF8,0x11,0x64,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1598 0xE3,0xF5,0x0B,0x8A,0x06,0x8A,0x00,0xFC,0x1A,0x88,0x10,0x48,0x5D,0x11,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1599 0xDB,0x5F,0x5D,0x7E,0x5D,0x1D,0x81,0x00,0x00,0xFE,0x5D,0x81,0x95,0xF4,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1600 0x41,0x09,0x4D,0xF8,0x50,0xF4,0xF8,0x10,0x02,0x15,0xF8,0x1A,0x01,0x15,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1601 0x41,0x09,0x10,0xF3,0x03,0x00,0x44,0xF8,0x16,0x60,0x4D,0xF8,0x16,0x60,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1602 0x41,0x09,0x10,0xF1,0x02,0x00,0x4D,0xF8,0x0E,0x60,0x80,0xF9,0xD1,0xF5,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1603 0x74,0xF0,0x0C,0xC3,0xF8,0x10,0x09,0x09,0x30,0xF0,0xFF,0xFD,0xF8,0x1A,0xB8,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1604 0x44,0xF8,0x0A,0x60,0xF8,0x68,0x09,0x09,0xFF,0xFD,0xF8,0x10,0x61,0x43,0x44,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1605 0x1D,0xC4,0x00,0xFC,0xF8,0x69,0x09,0x09,0x00,0x02,0x00,0xFC,0xF8,0x76,0xC4,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1606 0xA0,0x28,0xF8,0x76,0xC3,0x3F,0x00,0x28,0x73,0xF0,0xE2,0x69,0xF8,0x76,0x34,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1607 0xFF,0xFF,0xF8,0x10,0x05,0x09,0x45,0xF8,0x22,0x60,0xF8,0x76,0x35,0x55,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1608 0x73,0xF0,0x25,0x60,0xF8,0x76,0x35,0x55,0x01,0x00,0x73,0xF0,0x1A,0x6C,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1609 0x29,0x60,0xF8,0x76,0x34,0x55,0x01,0x00,0xF8,0x76,0x35,0x55,0x00,0x00,0xBB,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1610 0xF8,0x10,0x4E,0x43,0xF8,0x08,0x4F,0x43,0x45,0xF8,0x3C,0x60,0x20,0xF0,0x2F,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1611 0x74,0xF0,0xC3,0xAA,0xBB,0xF6,0x00,0xFC,0xBB,0xF6,0x74,0xF0,0x1A,0x6C,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1612 0x35,0x55,0x01,0x00,0x30,0xFC,0xF8,0x10,0x34,0x55,0x30,0xF1,0x00,0x80,0xE1,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1613 0xF8,0x80,0x34,0x55,0x4D,0xF8,0x2F,0x60,0xF8,0x76,0x34,0x55,0x00,0x00,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1614 0x05,0x09,0x45,0xF8,0x58,0x60,0xF8,0x76,0x35,0x55,0x03,0x00,0x73,0xF0,0x5B,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1615 0xF8,0x76,0x35,0x55,0x01,0x00,0x73,0xF0,0x2F,0x60,0x28,0xE8,0xF8,0x11,0x64,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1616 0xE3,0xF5,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x6E,0x60,0xF8,0x76,0xC0,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1617 0x04,0x00,0xF8,0x76,0xC1,0x3D,0xCE,0x0C,0x74,0xF0,0xA3,0x61,0xF8,0x61,0xD7,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1618 0x01,0x00,0x20,0xF8,0x76,0x60,0x74,0xF0,0x66,0x04,0x00,0xFC,0x74,0xF0,0x2C,0x7C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1619 0x00,0xFC,0xF8,0x61,0x38,0x0C,0x08,0x00,0x20,0xF8,0x94,0x60,0xF8,0x61,0xB1,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1620 0x08,0x00,0x30,0xF8,0xA7,0x60,0xF8,0x61,0xB1,0x3F,0x02,0x00,0x30,0xF8,0x9B,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1621 0xF8,0x61,0xB1,0x3F,0x01,0x00,0x30,0xF8,0x9F,0x60,0xF8,0x61,0xB1,0x3F,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1622 0x30,0xF8,0xA3,0x60,0x73,0xF0,0x3D,0xB7,0xF8,0x61,0xB1,0x3F,0x08,0x00,0x30,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1623 0xAB,0x60,0x73,0xF0,0x2C,0xB6,0x92,0x76,0x0A,0x10,0x73,0xF0,0xFF,0xB6,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1624 0x0A,0x10,0x73,0xF0,0x11,0xB7,0x92,0x76,0x0A,0x10,0x73,0xF0,0x36,0xB7,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1625 0x0A,0x10,0x73,0xF0,0xAD,0x60,0x92,0x76,0x0A,0x1C,0x92,0x76,0x12,0x00,0x0F,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1626 0x92,0x76,0xC6,0xFF,0xF8,0x6B,0xCA,0x3F,0x01,0x00,0x73,0xF0,0x3D,0xB7,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1627 0xB8,0x3F,0x08,0x00,0x30,0xF9,0xE1,0x60,0xF8,0x61,0xEB,0x08,0x01,0x00,0x30,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1628 0xEC,0x60,0xF8,0x61,0xEC,0x08,0x01,0x00,0x30,0xF9,0xF6,0x60,0xF8,0x6F,0xD7,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1629 0x59,0x0C,0x30,0xF0,0x0F,0x00,0xF8,0x80,0x5F,0x58,0x74,0xF0,0xED,0xB5,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1630 0xB0,0x3F,0x02,0x00,0x20,0xF8,0xE0,0x60,0x15,0x77,0xC8,0x3F,0xB8,0xF6,0x3D,0x96,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1631 0x30,0xF9,0x00,0x61,0x36,0x96,0x30,0xF9,0x0A,0x61,0x35,0x96,0x30,0xF9,0x23,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1632 0x00,0xFC,0x92,0x76,0x02,0x02,0xF8,0x10,0xEE,0x08,0x92,0x80,0x92,0x76,0x02,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1633 0xF8,0x68,0xB8,0x3F,0xF7,0xFF,0x00,0xFC,0xF8,0x68,0xEB,0x08,0xFE,0xFF,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1634 0x02,0x02,0x92,0x70,0xEB,0x08,0x92,0x76,0x02,0x01,0x00,0xFC,0xF8,0x68,0xEC,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1635 0xFE,0xFF,0x92,0x76,0x02,0x02,0x92,0x70,0xEC,0x08,0x92,0x76,0x02,0x01,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1636 0xF8,0x68,0xEA,0x08,0xFE,0xFF,0x92,0x76,0x02,0x02,0x92,0x70,0xEA,0x08,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1637 0x02,0x01,0x00,0xFC,0xF8,0x68,0xE8,0x08,0xFE,0xFF,0x92,0x70,0xE8,0x08,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1638 0xE8,0x08,0x30,0xF0,0xC0,0x07,0xF8,0x11,0xF0,0x08,0x30,0xF3,0xC0,0x07,0x20,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1639 0x30,0xF1,0xC0,0x00,0xF8,0xF0,0xF8,0x00,0x5F,0x58,0x4C,0xFF,0x00,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1640 0xF8,0x80,0x5F,0x58,0x00,0xFC,0xF8,0x68,0xE9,0x08,0xFE,0xFF,0x92,0x76,0x02,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1641 0x92,0x70,0xE9,0x08,0x92,0x76,0x02,0x01,0xF8,0x10,0xE9,0x08,0x30,0xF0,0xC0,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1642 0xF8,0x11,0xEA,0x08,0x30,0xF3,0xC0,0x07,0x20,0xF6,0xFD,0xF0,0xF8,0x00,0x5F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1643 0xF8,0x80,0x5F,0x58,0x00,0xFC,0xF8,0x6B,0x60,0x58,0xFF,0xFF,0xF8,0x61,0xD7,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1644 0x10,0x00,0x20,0xF8,0x51,0x61,0xF8,0x10,0x60,0x58,0x44,0xF8,0x51,0x61,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1645 0x58,0x61,0x74,0xF0,0xC3,0xAA,0x35,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1646 0x57,0x61,0x74,0xF0,0x39,0x5F,0x26,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1647 0xF8,0x76,0xC0,0x3D,0x01,0x00,0xF8,0x76,0xC1,0x3D,0x4E,0x0E,0x74,0xF0,0xA3,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1648 0xF8,0x61,0xC0,0x3D,0x00,0x01,0x20,0xF8,0x69,0x61,0x74,0xF0,0x76,0x61,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1649 0x6B,0x61,0x74,0xF0,0x39,0x5F,0x12,0x72,0x50,0x43,0xF8,0x10,0xB2,0x3F,0xEA,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1650 0xFF,0xFF,0x26,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,0x07,0x4A,0xB9,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1651 0xB6,0xF7,0xB8,0xF7,0x00,0xED,0x12,0x77,0x4E,0x0E,0x73,0xF0,0xF9,0x76,0x29,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1652 0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x90,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1653 0xF8,0x76,0xC0,0x3D,0x02,0x00,0xF8,0x76,0xC1,0x3D,0xCE,0x0C,0x74,0xF0,0xA3,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1654 0x73,0xF0,0x61,0xB2,0x24,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x80,0xF9,0xAA,0x86,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1655 0xF8,0x61,0x66,0x58,0x01,0x00,0x20,0xFC,0xF8,0x76,0xAA,0x3F,0x00,0x00,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1656 0x66,0x58,0xFE,0xFF,0x00,0xFC,0x36,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1657 0xBE,0x10,0x34,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,0x13,0x48,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1658 0xE3,0x08,0xE0,0xFF,0x10,0xF1,0x97,0x00,0x4C,0xF8,0xCF,0x61,0xF8,0x69,0xE3,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1659 0x04,0x00,0x11,0x72,0xC1,0x3F,0x95,0xF4,0xE1,0x10,0x00,0x00,0x30,0xF0,0xFF,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1660 0x10,0xF1,0x11,0x00,0x4D,0xF8,0xCB,0x61,0x10,0xF1,0x12,0x00,0x4D,0xF8,0xCB,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1661 0xF8,0x69,0xE3,0x08,0x10,0x00,0x73,0xF2,0xCD,0xA5,0x11,0x77,0xF7,0x03,0x10,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1662 0xBF,0x00,0x4C,0xF8,0xDA,0x61,0xF8,0x69,0xE3,0x08,0x02,0x00,0x73,0xF2,0xCD,0xA5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1663 0x11,0x77,0xF7,0x03,0x10,0xF1,0x40,0x00,0x4C,0xF8,0xE5,0x61,0xF8,0x69,0xE3,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1664 0x10,0x00,0x73,0xF2,0xCD,0xA5,0x11,0x77,0x0E,0x04,0x10,0xF1,0x30,0x00,0x4C,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1665 0xF0,0x61,0xF8,0x69,0xE3,0x08,0x01,0x00,0x73,0xF2,0xCD,0xA5,0x11,0x77,0x21,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1666 0x73,0xF0,0xCD,0xA5,0xF8,0x10,0xDE,0x3F,0x45,0xFC,0xF8,0x68,0xE3,0x08,0xE0,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1667 0x00,0xFC,0xF8,0x10,0xDE,0x3F,0x45,0xF8,0x0C,0x62,0xF8,0x74,0x0E,0x00,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1668 0xF8,0x68,0x0E,0x00,0xFD,0xBF,0xF8,0x75,0x0E,0x00,0x03,0x00,0xF8,0x69,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1669 0x02,0x00,0xF8,0x75,0x0E,0x00,0x03,0x00,0xF8,0x70,0xDB,0x3F,0x37,0x0C,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1670 0xDD,0x3F,0xDE,0x08,0xF8,0x10,0xDD,0x3F,0x30,0xF0,0x00,0xC0,0xF8,0x1A,0xD3,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1671 0x30,0xF1,0x01,0x40,0x4D,0xF8,0x24,0x62,0xF8,0x76,0xE2,0x08,0x01,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1672 0x5F,0x62,0xE1,0xF4,0x73,0xF0,0x4B,0x62,0x30,0xF1,0x78,0x80,0x4D,0xF8,0x30,0x62,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1673 0xF8,0x76,0xE2,0x08,0x02,0x00,0x74,0xF0,0x5F,0x62,0xE1,0xF6,0x73,0xF0,0x4B,0x62,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1674 0xF8,0x10,0xDE,0x3F,0x10,0xF0,0x00,0x00,0x44,0xF8,0x3E,0x62,0xF8,0x10,0xDB,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1675 0x30,0xF0,0x03,0x00,0x10,0xF0,0x00,0x00,0x45,0xF8,0x28,0x62,0xF8,0x76,0xE2,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1676 0x03,0x00,0x74,0xF0,0x5F,0x62,0xE1,0xF5,0xF8,0x10,0xDD,0x3F,0x30,0xF0,0xFF,0x0F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1677 0xF8,0x47,0x08,0x00,0x95,0xF4,0xF8,0x68,0xDC,0x3F,0xFD,0xFF,0xF8,0x75,0xDC,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1678 0x00,0xF9,0xF8,0x47,0xD8,0x3F,0x95,0xF4,0xF8,0x68,0x29,0x00,0xFB,0xFF,0xF8,0x47,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1679 0xDA,0x3F,0x95,0xF4,0xF8,0x76,0xE2,0x08,0x00,0x00,0xBB,0xF6,0x00,0xFC,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1680 0xDC,0x3F,0x02,0x00,0xF8,0x69,0x29,0x00,0x04,0x00,0xF8,0x47,0xD9,0x3F,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1681 0xF8,0x75,0xDC,0x3F,0x00,0xF9,0x00,0xFC,0xF8,0x61,0x1C,0x09,0x00,0x02,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1682 0x85,0x62,0xF8,0x61,0x92,0x3F,0x00,0x02,0x20,0xF8,0x85,0x62,0xF8,0x70,0x1D,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1683 0x96,0x3A,0xF8,0x56,0x84,0x3A,0xF8,0x82,0x2D,0x0C,0xF8,0x80,0x2E,0x0C,0xF8,0x56,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1684 0x86,0x3A,0xF8,0x82,0x2F,0x0C,0xF8,0x80,0x30,0x0C,0x73,0xF0,0xEB,0xAE,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1685 0xAA,0x63,0x20,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x11,0x72,0xC1,0x3F,0x12,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1686 0xC2,0x3F,0xE1,0x10,0x00,0x00,0xE2,0x80,0x00,0x00,0xE1,0x10,0x01,0x00,0xE2,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1687 0x01,0x00,0xE1,0x10,0x02,0x00,0xE2,0x80,0x02,0x00,0xE1,0x10,0x03,0x00,0xE2,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1688 0x03,0x00,0xE1,0x10,0x04,0x00,0xE2,0x80,0x04,0x00,0xE1,0x10,0x06,0x00,0xE2,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1689 0x06,0x00,0x95,0xF4,0x95,0xF4,0x95,0xF4,0xF8,0x61,0xB0,0x3F,0x02,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1690 0xB4,0x62,0xF8,0x76,0x60,0x58,0x00,0x00,0xF8,0x10,0xDE,0x3F,0x44,0xF8,0x09,0x63,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1691 0x32,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x61,0xE3,0x08,0x10,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1692 0x09,0x63,0xF8,0x69,0x92,0x3F,0x04,0x00,0xF8,0x6F,0xE3,0x08,0x5B,0x0C,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1693 0xFF,0x07,0x42,0xF8,0xCE,0x62,0xF8,0x6B,0xE3,0x08,0x20,0x00,0xF8,0x61,0x38,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1694 0x02,0x00,0x20,0xF8,0x09,0x63,0xF8,0x76,0x2E,0x43,0x20,0x43,0xF8,0x76,0x2F,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1695 0x20,0x43,0xF8,0x76,0x3E,0x43,0x30,0x43,0xF8,0x76,0x3F,0x43,0x30,0x43,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1696 0x4E,0x43,0x40,0x43,0xF8,0x76,0x4F,0x43,0x40,0x43,0x2A,0xE8,0x74,0xF0,0xEA,0xA9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1697 0xF8,0x69,0xDC,0x3F,0x04,0x00,0xF8,0x75,0xDC,0x3F,0x00,0xF9,0xF8,0x47,0x32,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1698 0x95,0xF4,0xF8,0x76,0x56,0x43,0x02,0x70,0xF8,0x75,0x56,0x43,0x20,0xFC,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1699 0x56,0x43,0x02,0x00,0xF8,0x75,0x56,0x43,0x22,0xFC,0xF8,0x68,0xDC,0x3F,0xFB,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1700 0xF8,0x75,0xDC,0x3F,0x00,0xF9,0xF8,0x75,0xDC,0x3F,0x00,0xF9,0xF8,0x76,0xDE,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1701 0x01,0x00,0xF8,0x10,0xDE,0x3F,0x45,0xF8,0x24,0xB0,0xF8,0x76,0xC0,0x3F,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1702 0x73,0xF0,0x24,0xB0,0x12,0x72,0xC1,0x3F,0x00,0xE8,0xF8,0x80,0xAD,0x3F,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1703 0xAE,0x3F,0x00,0x0C,0xF8,0x80,0xAF,0x3F,0xF8,0x69,0x66,0x58,0x01,0x00,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1704 0xD9,0xB7,0x11,0x77,0x88,0x43,0x91,0x76,0x92,0x63,0x91,0x76,0x8B,0x63,0x91,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1705 0x84,0x63,0x81,0x76,0x7D,0x63,0x11,0x77,0xCD,0x43,0x91,0x76,0x6F,0x63,0x91,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1706 0x68,0x63,0x91,0x76,0x61,0x63,0x91,0x76,0x5A,0x63,0x91,0x76,0x53,0x63,0x91,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1707 0x4C,0x63,0x91,0x76,0x45,0x63,0x00,0xFE,0x81,0x76,0x3E,0x63,0x20,0xF0,0xA0,0x63,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1708 0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0xA0,0x63,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1709 0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0xA0,0x63,0x74,0xF0,0x6C,0xAA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1710 0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0xA0,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1711 0x60,0x58,0x01,0x00,0x20,0xF0,0xA0,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1712 0x01,0x00,0x20,0xF0,0xA0,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1713 0x20,0xF0,0xA0,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1714 0xA0,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0xF8,0x10,0xC2,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1715 0x00,0xF0,0x0C,0x00,0xF8,0x80,0x50,0x43,0x00,0xFC,0x20,0xF0,0xA0,0x63,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1716 0x6C,0xAA,0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0xA0,0x63,0x74,0xF0,0x6C,0xAA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1717 0xF8,0x6B,0x60,0x58,0x01,0x00,0x20,0xF0,0xA0,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1718 0x60,0x58,0x01,0x00,0x20,0xF0,0xA0,0x63,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x60,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1719 0x01,0x00,0xF8,0x10,0xC2,0x3F,0x00,0xF0,0x0C,0x00,0xF8,0x80,0x50,0x43,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1720 0x11,0x77,0x7D,0x72,0x12,0x77,0x4E,0x0E,0x13,0x77,0x40,0x00,0x29,0xE8,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1721 0xEA,0xA9,0x00,0xFC,0xF8,0x10,0xE1,0x08,0x30,0xF1,0x00,0x80,0x4D,0xFC,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1722 0x00,0x70,0x10,0xF1,0x00,0x00,0x4C,0xF8,0xB9,0x63,0x74,0xF0,0x3E,0x64,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1723 0xC1,0x63,0x10,0xF1,0x00,0x10,0x4D,0xF9,0xE2,0x63,0x10,0xF1,0x00,0x20,0x4D,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1724 0xC9,0x63,0x00,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x68,0xE1,0x08,0xFF,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1725 0x00,0xFC,0x19,0x72,0xE0,0x08,0x12,0x72,0x62,0x58,0x13,0x72,0xDF,0x08,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1726 0x01,0x00,0xF8,0x47,0x02,0x58,0x8D,0xE5,0x12,0x72,0x62,0x58,0xF8,0x10,0xDF,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1727 0x82,0x11,0xF8,0x09,0x62,0x58,0x00,0xF5,0xF8,0x80,0x62,0x58,0x11,0x88,0x40,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1728 0x73,0xF0,0xEF,0x63,0x00,0xE8,0x11,0x72,0xDF,0x08,0xF8,0x47,0xE0,0x08,0x91,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1729 0xF8,0x10,0xDF,0x08,0xF8,0x80,0x62,0x58,0x11,0x88,0x00,0xF0,0x01,0x00,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1730 0x00,0x58,0xF8,0x80,0x01,0x58,0x81,0x80,0x74,0xF0,0xFC,0x63,0xF8,0x71,0xE0,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1731 0x02,0x58,0x74,0xF0,0x3E,0x64,0x00,0xFC,0xF8,0x80,0xC2,0x08,0xF8,0x80,0xC3,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1732 0xF8,0x80,0xC4,0x08,0xF8,0x80,0xC5,0x08,0x00,0xFC,0xF8,0x61,0x61,0x58,0x80,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1733 0x20,0xFC,0xF8,0x69,0xD3,0x3F,0x00,0x40,0x00,0xFC,0xF8,0x61,0x61,0x58,0x80,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1734 0x20,0xFC,0x25,0x77,0xFF,0xFF,0x00,0xFE,0x26,0x77,0x2B,0x00,0xF8,0x61,0x61,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1735 0x80,0x00,0x20,0xFC,0xF8,0x69,0x26,0x00,0x20,0x00,0x00,0xFC,0x24,0x73,0x63,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1736 0x00,0xFC,0x24,0x73,0x64,0x58,0x00,0xFC,0xF8,0x74,0x65,0x58,0x03,0x00,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1737 0x65,0x58,0x08,0x00,0x20,0xFC,0xF8,0x69,0x92,0x3F,0x02,0x00,0xF8,0x69,0xD5,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1738 0x02,0x00,0xF8,0x6B,0xE4,0x08,0x01,0x00,0x31,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1739 0x00,0xFC,0x74,0xF0,0x1E,0x64,0x74,0xF0,0x24,0x64,0x00,0xFC,0x74,0xF0,0x45,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1740 0xF8,0x71,0xE1,0x08,0x61,0x58,0xF8,0x68,0x61,0x58,0xFF,0x01,0x11,0x77,0x61,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1741 0x81,0x10,0x45,0xFA,0xD9,0x64,0x11,0x77,0x1F,0x58,0xE1,0x76,0x01,0x00,0xB6,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1742 0xE1,0x76,0x02,0x00,0x10,0x66,0xE1,0x76,0x03,0x00,0x8C,0x69,0xE1,0x76,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1743 0x19,0x66,0xE1,0x76,0x0B,0x00,0x56,0x67,0xE1,0x76,0x0E,0x00,0x8D,0x67,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1744 0x16,0x00,0x86,0x69,0xE1,0x76,0x20,0x00,0x67,0x68,0xE1,0x76,0x26,0x00,0x05,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1745 0xE1,0x76,0x27,0x00,0x0E,0x69,0xE1,0x76,0x30,0x00,0x8C,0x69,0xE1,0x76,0x31,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1746 0x35,0x69,0xE1,0x76,0x32,0x00,0x3E,0x69,0xE1,0x76,0x33,0x00,0x4D,0x69,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1747 0x34,0x00,0x6C,0x69,0xE1,0x76,0x35,0x00,0x8C,0x69,0xF8,0x61,0x61,0x58,0x06,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1748 0x20,0xF8,0xCD,0x64,0xE1,0x76,0x05,0x00,0x22,0x66,0xE1,0x76,0x06,0x00,0x42,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1749 0xE1,0x76,0x07,0x00,0x89,0x66,0xE1,0x76,0x08,0x00,0xBF,0x66,0xE1,0x76,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1750 0x22,0x67,0xE1,0x76,0x0A,0x00,0x3F,0x67,0xE1,0x76,0x0D,0x00,0x6F,0x67,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1751 0x0F,0x00,0x99,0x67,0xE1,0x76,0x10,0x00,0x86,0x69,0xE1,0x76,0x11,0x00,0xBE,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1752 0xE1,0x76,0x12,0x00,0xE0,0x67,0xE1,0x76,0x13,0x00,0x16,0x68,0xE1,0x76,0x14,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1753 0x33,0x68,0xE1,0x76,0x15,0x00,0x3F,0x68,0xE1,0x76,0x21,0x00,0xC2,0x68,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1754 0x22,0x00,0x86,0x69,0xE1,0x76,0x23,0x00,0x86,0x69,0xE1,0x76,0x24,0x00,0xE5,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1755 0xE1,0x76,0x25,0x00,0xF4,0x68,0xE1,0x76,0x28,0x00,0x86,0x69,0xE1,0x76,0x29,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1756 0x86,0x69,0xE1,0x76,0x2A,0x00,0x86,0x69,0xE1,0x76,0x2B,0x00,0x86,0x69,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1757 0x2C,0x00,0x86,0x69,0xE1,0x76,0x2D,0x00,0x86,0x69,0x74,0xF0,0x05,0x64,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1758 0x0D,0x64,0xF8,0x61,0x61,0x58,0x00,0x01,0x20,0xF8,0xD9,0x64,0xE1,0x76,0x36,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1759 0x7C,0x69,0xE1,0x76,0x00,0x00,0xAD,0x65,0xE1,0x76,0x2E,0x00,0x23,0x69,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1760 0x62,0x3F,0xE9,0x64,0xF8,0x76,0x63,0x3F,0xE9,0x64,0xF8,0x76,0x64,0x3F,0xE9,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1761 0x00,0xFC,0x00,0xFF,0x07,0x4A,0x95,0xF4,0xBB,0xF7,0x19,0x4A,0x1D,0x4A,0x06,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1762 0x11,0x4A,0x16,0x4A,0x17,0x4A,0x06,0x77,0x00,0x00,0x07,0x77,0x00,0x29,0xB0,0xEA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1763 0x11,0x88,0x0C,0x80,0x17,0x72,0x62,0x58,0xE1,0x10,0x1F,0x58,0xE3,0xF4,0x17,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1764 0x16,0x8A,0x11,0x8A,0x06,0x8A,0x1D,0x8A,0x19,0x8A,0x08,0x8A,0xF8,0x61,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1765 0x00,0x08,0x30,0xFA,0x0E,0x65,0x07,0x88,0x95,0xF4,0xEB,0xF4,0x00,0xFC,0x11,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1766 0x01,0x58,0x19,0x72,0x02,0x58,0x0C,0x6F,0x49,0x0C,0x00,0xFE,0x0D,0x1A,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1767 0x10,0x4A,0x12,0x4A,0x13,0x4A,0x13,0x72,0x0C,0x58,0x12,0xE7,0x10,0x77,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1768 0x0D,0x47,0x9C,0xE5,0x21,0xE7,0x13,0x8A,0x12,0x8A,0x10,0x8A,0x00,0xFC,0x11,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1769 0x01,0x58,0x87,0x70,0x01,0x58,0x00,0xFC,0xF8,0x10,0xB0,0x3F,0x30,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1770 0x45,0xF8,0x38,0x65,0x87,0x10,0xF8,0x80,0xC3,0x08,0x00,0xFE,0xF8,0x80,0xC4,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1771 0x87,0x10,0xF8,0x80,0xC5,0x08,0x00,0xFE,0xF8,0x80,0xC2,0x08,0x61,0x61,0x80,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1772 0x20,0xF8,0x4A,0x65,0x0D,0x6B,0x01,0x00,0x74,0xF0,0x0F,0x65,0xF8,0x10,0x63,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1773 0xD1,0x80,0x00,0xFC,0x74,0xF0,0x0F,0x65,0x00,0xFC,0xF8,0x10,0xA4,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1774 0xF8,0x10,0xA5,0x3F,0xD1,0x80,0xF8,0x10,0xA7,0x3F,0xD1,0x80,0xF8,0x10,0xA6,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1775 0xD1,0x80,0x00,0xFC,0xF8,0x10,0x22,0x43,0xD1,0x80,0xF8,0x10,0x23,0x43,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1776 0xF8,0x10,0xCB,0x4B,0xD1,0x80,0xF8,0x10,0xC8,0x4B,0xD1,0x80,0x00,0xFC,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1777 0x20,0x43,0xD1,0x80,0xF8,0x10,0x21,0x43,0xD1,0x80,0x00,0xFC,0xF8,0x10,0xB4,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1778 0xD1,0x80,0xF8,0x10,0xB3,0x3F,0xD1,0x80,0xF8,0x10,0xF8,0x08,0xD1,0x80,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1779 0x61,0x61,0x30,0x00,0x20,0xFC,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1780 0x10,0xF0,0x03,0x00,0x44,0xFC,0xE6,0x10,0x02,0x00,0x61,0x61,0x20,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1781 0x8D,0x65,0x0C,0x80,0x74,0xF0,0x18,0x65,0x00,0xFC,0x16,0x88,0x95,0xF4,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1782 0x96,0x10,0xD1,0x80,0x96,0x6D,0x96,0x10,0xD1,0x80,0x86,0x10,0xD1,0x80,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1783 0xF8,0x61,0x61,0x58,0x00,0x01,0x20,0xFC,0x0D,0x6B,0x81,0x00,0x00,0xFC,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1784 0x61,0x58,0x00,0x01,0x20,0xFC,0xF8,0x10,0xC1,0x3D,0xD1,0x80,0x0C,0x70,0xC1,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1785 0x0D,0x76,0x7F,0x00,0x74,0xF0,0x18,0x65,0x00,0xFC,0x0D,0x76,0x01,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1786 0x0F,0x65,0xF8,0x10,0xE1,0x08,0xD1,0x80,0x73,0xF0,0x27,0x65,0x74,0xF0,0x2C,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1787 0x61,0x61,0x04,0x00,0x20,0xF8,0xC0,0x65,0x73,0xF2,0xC2,0x65,0x0D,0x76,0x22,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1788 0x0D,0x76,0x02,0x00,0x74,0xF0,0x3E,0x65,0xF8,0x10,0xD5,0x08,0xD1,0x80,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1789 0x04,0x00,0x20,0xF8,0xCE,0x65,0xF8,0x10,0xB0,0x3F,0xD1,0x80,0xF8,0x61,0xB0,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1790 0x01,0x00,0x30,0xFA,0xDB,0x65,0x0D,0x76,0x13,0x00,0x0C,0x76,0x50,0x08,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1791 0xDF,0x65,0x16,0x77,0x00,0x08,0x0C,0x76,0x64,0x08,0x16,0x77,0x14,0x08,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1792 0x04,0x00,0x20,0xF8,0x0B,0x66,0xE6,0x10,0x04,0x00,0xD1,0x80,0xE6,0x10,0x06,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1793 0xD1,0x80,0xE6,0x10,0x0B,0x00,0xD1,0x80,0xE6,0x10,0x0F,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1794 0x10,0x00,0xD1,0x80,0x74,0xF0,0x18,0x65,0xF8,0x10,0xC4,0x09,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1795 0xC2,0x09,0xD1,0x80,0xF8,0x10,0xBC,0x09,0xD1,0x80,0xF8,0x10,0xD3,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1796 0xF8,0x10,0xC8,0x4B,0xD1,0x80,0xF8,0x10,0xC0,0x4B,0xD1,0x80,0xF8,0x10,0xD7,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1797 0xD1,0x80,0x73,0xF0,0x0E,0x66,0xE6,0x10,0x06,0x00,0xD1,0x80,0x73,0xF0,0x27,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1798 0x0D,0x76,0x01,0x00,0x74,0xF0,0x3E,0x65,0xF8,0x10,0xBE,0x4B,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1799 0x27,0x65,0x0D,0x76,0x01,0x00,0x74,0xF0,0x3E,0x65,0xF8,0x10,0xC2,0x4B,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1800 0x73,0xF0,0x27,0x65,0x0D,0x76,0x04,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x2A,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1801 0x0D,0x6B,0x04,0x00,0x74,0xF0,0x0F,0x65,0x74,0xF0,0x4D,0x65,0x61,0x61,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1802 0x20,0xF8,0x40,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x00,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1803 0x03,0x00,0xD1,0x80,0xE6,0x10,0x05,0x00,0xD1,0x80,0xE6,0x10,0x0A,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1804 0x73,0xF0,0x27,0x65,0x0D,0x76,0x02,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x4A,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1805 0x0D,0x6B,0x02,0x00,0x61,0x61,0x30,0x00,0x20,0xF8,0x5E,0x66,0x16,0x77,0xD1,0x4D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1806 0xE6,0x10,0x03,0x00,0x44,0xF8,0x5E,0x66,0x61,0x61,0x20,0x00,0x20,0xF8,0x5C,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1807 0x73,0xF2,0x5E,0x66,0x0D,0x6B,0x1F,0x00,0x0D,0x6B,0x02,0x00,0x74,0xF0,0x0F,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1808 0x74,0xF0,0x67,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0x6E,0x66,0x16,0x77,0xD1,0x4D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1809 0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x09,0x00,0xD1,0x80,0x61,0x61,0x30,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1810 0x20,0xF8,0x87,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1811 0x87,0x66,0x0C,0x76,0xB3,0x4D,0x61,0x61,0x20,0x00,0x20,0xF8,0x83,0x66,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1812 0x85,0x66,0x0D,0x76,0x1D,0x00,0x0D,0x76,0x00,0x00,0x74,0xF0,0x18,0x65,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1813 0x27,0x65,0x0D,0x76,0x02,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x91,0x66,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1814 0x02,0x00,0x61,0x61,0x20,0x00,0x20,0xF8,0x9D,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1815 0x03,0x00,0x44,0xF8,0x9D,0x66,0x0D,0x6B,0x02,0x00,0x74,0xF0,0x0F,0x65,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1816 0x67,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0xAD,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1817 0x03,0x00,0xD1,0x80,0xE6,0x10,0x09,0x00,0xD1,0x80,0x61,0x61,0x20,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1818 0xBD,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0x44,0xF8,0xBD,0x66,0x0C,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1819 0x27,0x43,0x0D,0x76,0x01,0x00,0x74,0xF0,0x18,0x65,0x73,0xF0,0x27,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1820 0x01,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0xC7,0x66,0x0D,0x6B,0x13,0x00,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1821 0x40,0x00,0x20,0xF8,0xCD,0x66,0x0D,0x6B,0x08,0x00,0x74,0xF0,0x0F,0x65,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1822 0x04,0x00,0x20,0xF8,0x13,0x67,0xF8,0x10,0xC2,0x3F,0xD1,0x80,0xF8,0x10,0xCB,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1823 0xD1,0x80,0xF8,0x10,0xC8,0x3F,0xD1,0x80,0xF8,0x10,0xC9,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1824 0xB1,0x3F,0xD1,0x80,0xF8,0x10,0x92,0x3F,0xD1,0x80,0xF8,0x10,0xED,0x08,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1825 0xF8,0x10,0xF1,0x08,0xD1,0x80,0xF8,0x10,0xEE,0x08,0xD1,0x80,0xF8,0x10,0xEF,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1826 0xD1,0x80,0xF8,0x10,0xF7,0x08,0xD1,0x80,0xF8,0x10,0xF2,0x08,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1827 0xF3,0x08,0xD1,0x80,0xF8,0x10,0xF5,0x08,0xD1,0x80,0xF8,0x10,0xF6,0x08,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1828 0xF8,0x10,0xF4,0x08,0xD1,0x80,0xF8,0x10,0xB8,0x3F,0xD1,0x80,0x16,0x77,0xD1,0x4D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1829 0xE6,0x10,0x00,0x00,0xD1,0x80,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1830 0xD1,0x80,0x73,0xF0,0x16,0x67,0xF8,0x10,0xB1,0x3F,0xD1,0x80,0x61,0x61,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1831 0x20,0xF8,0x20,0x67,0x0C,0x76,0x8A,0x3F,0x0D,0x76,0x07,0x00,0x74,0xF0,0x18,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1832 0x73,0xF0,0x27,0x65,0x0D,0x76,0x04,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x2A,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1833 0x0D,0x6B,0x03,0x00,0x74,0xF0,0x0F,0x65,0x74,0xF0,0x4D,0x65,0x61,0x61,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1834 0x20,0xF8,0x3D,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x00,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1835 0x03,0x00,0xD1,0x80,0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,0x27,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1836 0x04,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x47,0x67,0x0D,0x6B,0x01,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1837 0x0F,0x65,0x74,0xF0,0x4D,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0x54,0x67,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1838 0xD1,0x4D,0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,0x27,0x65,0xF8,0x10,0xB4,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1839 0x10,0xF0,0x01,0x00,0x45,0xF8,0x67,0x67,0xF8,0x10,0xF8,0x08,0x44,0xF8,0x67,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1840 0xF8,0x10,0xB4,0x3F,0xF8,0x08,0xB3,0x3F,0x42,0xF8,0x67,0x67,0x00,0xFC,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1841 0x03,0x00,0x74,0xF0,0x3E,0x65,0x74,0xF0,0x6E,0x65,0x73,0xF0,0x27,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1842 0x02,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x77,0x67,0x0D,0x6B,0x02,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1843 0x0F,0x65,0xF8,0x10,0xC1,0x4B,0xD1,0x80,0xF8,0x10,0xBF,0x4B,0xD1,0x80,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1844 0x04,0x00,0x20,0xF8,0x8B,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x01,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1845 0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,0x27,0x65,0x0D,0x76,0x02,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1846 0x0F,0x65,0xF8,0x10,0x8C,0x09,0xD1,0x80,0xF8,0x10,0x8A,0x09,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1847 0x27,0x65,0x0D,0x76,0x05,0x00,0x61,0x61,0x30,0x00,0x20,0xF8,0xB1,0x67,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1848 0xD1,0x4D,0xE6,0x10,0x03,0x00,0x10,0xF0,0x03,0x00,0x44,0xF8,0xB1,0x67,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1849 0x20,0x00,0x20,0xF8,0xAF,0x67,0x73,0xF2,0xB1,0x67,0x0D,0x6B,0x20,0x00,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1850 0x04,0x00,0x74,0xF0,0x0F,0x65,0x74,0xF0,0x5A,0x65,0xF8,0x10,0xC2,0x09,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1851 0x74,0xF2,0x78,0x65,0x0D,0x76,0x1E,0x00,0x73,0xF0,0x27,0x65,0x0D,0x76,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1852 0x61,0x61,0x30,0x00,0x20,0xF8,0xD6,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1853 0x10,0xF0,0x03,0x00,0x44,0xF8,0xD6,0x67,0x61,0x61,0x20,0x00,0x20,0xF8,0xD4,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1854 0x73,0xF2,0xD6,0x67,0x0D,0x6B,0x11,0x00,0x0D,0x6B,0x04,0x00,0x74,0xF0,0x0F,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1855 0x74,0xF0,0x5A,0x65,0x74,0xF2,0x78,0x65,0x0D,0x76,0x0F,0x00,0x73,0xF0,0x27,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1856 0x0D,0x76,0x08,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0xE8,0x67,0x0D,0x6B,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1857 0x61,0x61,0x30,0x00,0x20,0xF8,0xFE,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1858 0x10,0xF0,0x03,0x00,0x44,0xF8,0xFE,0x67,0x61,0x61,0x20,0x00,0x20,0xF8,0xFC,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1859 0x73,0xF2,0xFE,0x67,0x0D,0x6B,0x11,0x00,0x0D,0x6B,0x04,0x00,0x74,0xF0,0x0F,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1860 0x74,0xF0,0x4D,0x65,0x74,0xF0,0x5A,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0x10,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1861 0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x0A,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1862 0x74,0xF2,0x78,0x65,0x0D,0x76,0x0F,0x00,0x73,0xF0,0x27,0x65,0x0D,0x76,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1863 0x61,0x61,0x20,0x00,0x20,0xF8,0x1E,0x68,0x0D,0x6B,0x05,0x00,0x74,0xF0,0x0F,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1864 0xF8,0x10,0xCB,0x4B,0xD1,0x80,0xF8,0x10,0xC8,0x4B,0xD1,0x80,0x61,0x61,0x20,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1865 0x20,0xF8,0x31,0x68,0xF8,0x10,0xC5,0x4B,0x0C,0x80,0x0D,0x76,0x04,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1866 0x18,0x65,0x73,0xF0,0x27,0x65,0x0D,0x76,0x02,0x00,0x74,0xF0,0x0F,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1867 0x8A,0x09,0xD1,0x80,0xF8,0x10,0x8B,0x09,0xD1,0x80,0x73,0xF0,0x27,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1868 0x02,0x00,0x61,0x61,0x04,0x00,0x20,0xF8,0x47,0x68,0x0D,0x6B,0x06,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1869 0x0F,0x65,0xF8,0x10,0x08,0x09,0xD1,0x80,0xF8,0x10,0x09,0x09,0xD1,0x80,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1870 0x04,0x00,0x20,0xF8,0x65,0x68,0xF8,0x10,0xB9,0x3F,0xD1,0x80,0xF8,0x10,0xBA,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1871 0xD1,0x80,0xF8,0x10,0xBF,0x3F,0xD1,0x80,0xF8,0x10,0xBD,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1872 0xBE,0x3F,0xD1,0x80,0xF8,0x10,0xB8,0x3F,0xD1,0x80,0x73,0xF0,0x27,0x65,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1873 0x2C,0x65,0x61,0x61,0x04,0x00,0x20,0xF8,0x71,0x68,0x73,0xF2,0x73,0x68,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1874 0x10,0x00,0x0D,0x76,0x02,0x00,0x74,0xF0,0x3E,0x65,0xF8,0x10,0xD5,0x08,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1875 0x61,0x61,0x04,0x00,0x20,0xF8,0x7F,0x68,0xF8,0x10,0xB0,0x3F,0xD1,0x80,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1876 0xB0,0x3F,0x01,0x00,0x30,0xF8,0x88,0x68,0x73,0xF2,0x8A,0x68,0x16,0x77,0x00,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1877 0x16,0x77,0x14,0x08,0x61,0x61,0x04,0x00,0x20,0xF8,0xBD,0x68,0xE6,0x10,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1878 0xD1,0x80,0xE6,0x10,0x01,0x00,0xD1,0x80,0xE6,0x10,0x02,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1879 0x03,0x00,0xD1,0x80,0xE6,0x10,0x04,0x00,0xD1,0x80,0xE6,0x10,0x06,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1880 0xE6,0x10,0x07,0x00,0xD1,0x80,0xE6,0x10,0x08,0x00,0xD1,0x80,0xE6,0x10,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1881 0xD1,0x80,0xE6,0x10,0x0B,0x00,0xD1,0x80,0xE6,0x10,0x0E,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1882 0x0F,0x00,0xD1,0x80,0xE6,0x10,0x10,0x00,0xD1,0x80,0xF8,0x10,0xD3,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1883 0xF8,0x10,0xD7,0x08,0xD1,0x80,0x73,0xF0,0xC0,0x68,0xE6,0x10,0x06,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1884 0x73,0xF0,0x27,0x65,0x0D,0x76,0x03,0x00,0x61,0x61,0x40,0x00,0x20,0xF8,0xCD,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1885 0x12,0x48,0x10,0xF0,0xBB,0x3C,0x0D,0x00,0x0D,0x80,0x74,0xF0,0x0F,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1886 0xB8,0x3F,0xD1,0x80,0xF8,0x10,0x5F,0x58,0xD1,0x80,0x12,0x48,0xD1,0x80,0x61,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1887 0x40,0x00,0x20,0xF8,0xE3,0x68,0x0C,0x76,0xBB,0x3C,0x12,0x48,0x10,0xF0,0xBC,0x3C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1888 0x0D,0x80,0x74,0xF0,0x18,0x65,0x73,0xF0,0x27,0x65,0x0D,0x76,0x03,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1889 0x0F,0x65,0xF8,0x10,0xAC,0x3F,0xD1,0x80,0xF8,0x10,0xAB,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1890 0xAA,0x3F,0xD1,0x80,0x73,0xF0,0x27,0x65,0x0D,0x76,0x07,0x00,0x74,0xF0,0x0F,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1891 0x74,0xF0,0x4D,0x65,0xF8,0x10,0xAF,0x3F,0xD1,0x80,0xF8,0x10,0xAE,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1892 0xF8,0x10,0xAD,0x3F,0xD1,0x80,0x73,0xF0,0x27,0x65,0x0D,0x76,0x01,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1893 0x3E,0x65,0xF8,0x10,0xB2,0x3F,0xD1,0x80,0x73,0xF0,0x27,0x65,0xF8,0x10,0xB4,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1894 0x10,0xF0,0x01,0x00,0x45,0xF8,0x1B,0x69,0xF8,0x10,0xB4,0x3F,0xF8,0x08,0xB3,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1895 0x42,0xF8,0x1B,0x69,0x00,0xFC,0x0D,0x76,0x03,0x00,0x74,0xF0,0x3E,0x65,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1896 0x6E,0x65,0x73,0xF0,0x27,0x65,0x0D,0x76,0x04,0x00,0x74,0xF0,0x0F,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1897 0xDA,0x08,0xD1,0x80,0xF8,0x10,0xDB,0x08,0xD1,0x80,0xF8,0x10,0x5D,0x43,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1898 0xF8,0x10,0xE1,0x08,0xD1,0x80,0x73,0xF0,0x27,0x65,0x0D,0x76,0x01,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1899 0x0F,0x65,0xF8,0x10,0xE4,0x08,0xD1,0x80,0x73,0xF0,0x27,0x65,0x0D,0x76,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1900 0x74,0xF0,0x0F,0x65,0xF8,0x10,0xE3,0x08,0xD1,0x80,0xF8,0x74,0x65,0x58,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1901 0xF8,0x10,0x65,0x58,0xD1,0x80,0x73,0xF0,0x27,0x65,0x74,0xF0,0x2C,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1902 0x04,0x00,0x74,0xF0,0x3E,0x65,0xF8,0x10,0xD5,0x08,0xD1,0x80,0xF8,0x10,0xB0,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1903 0xD1,0x80,0xF8,0x61,0xB0,0x3F,0x01,0x00,0x30,0xF8,0x62,0x69,0x73,0xF2,0x64,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1904 0x16,0x77,0x00,0x08,0x16,0x77,0x14,0x08,0xE6,0x10,0x06,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1905 0x10,0x00,0xD1,0x80,0x73,0xF0,0x27,0x65,0x0D,0x76,0x02,0x00,0x74,0xF0,0x98,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1906 0x74,0xF0,0x0F,0x65,0xF8,0x10,0xC0,0x3D,0xD1,0x80,0xF8,0x10,0xC2,0x3D,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1907 0x74,0xF0,0x9F,0x65,0x73,0xF0,0x27,0x65,0x0D,0x76,0x00,0x00,0x74,0xF0,0x98,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1908 0x74,0xF0,0x0F,0x65,0x74,0xF0,0x9F,0x65,0x73,0xF0,0x27,0x65,0x0D,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1909 0x74,0xF0,0x0F,0x65,0x73,0xF0,0x27,0x65,0x0D,0x76,0x00,0x00,0x74,0xF0,0x3E,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1910 0x73,0xF0,0x27,0x65,0x0E,0x00,0x0F,0x00,0x10,0x00,0x11,0x00,0x12,0x00,0x13,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1911 0x14,0x00,0x15,0x00,0x16,0x00,0x18,0x00,0x19,0x00,0x1B,0x00,0x1C,0x00,0x1E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1912 0x20,0x00,0x21,0x00,0x23,0x00,0x26,0x00,0x28,0x00,0x2A,0x00,0x2D,0x00,0x2F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1913 0x32,0x00,0x35,0x00,0x38,0x00,0x3C,0x00,0x3F,0x00,0x43,0x00,0x47,0x00,0x4B,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1914 0x50,0x00,0x54,0x00,0x59,0x00,0x5F,0x00,0x64,0x00,0x6A,0x00,0x71,0x00,0x77,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1915 0x7E,0x00,0x86,0x00,0x8E,0x00,0x96,0x00,0x9F,0x00,0xA9,0x00,0xB3,0x00,0xBD,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1916 0xC9,0x00,0xD5,0x00,0xE1,0x00,0xEF,0x00,0xFD,0x00,0x0C,0x01,0x1C,0x01,0x2D,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1917 0x3F,0x01,0x52,0x01,0x66,0x01,0x7B,0x01,0x91,0x01,0xA9,0x01,0xC3,0x01,0xDD,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1918 0xFA,0x01,0x18,0x02,0x0E,0x7C,0x02,0x7E,0x00,0x7F,0x7F,0x7F,0xBF,0x7F,0xDF,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1919 0xEF,0x7F,0xF7,0x7F,0xF2,0x03,0xFE,0x01,0x00,0x01,0x81,0x00,0x41,0x00,0x21,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1920 0x11,0x00,0x09,0x00,0x06,0x4A,0x07,0x4A,0xB7,0xF6,0xB6,0xF7,0xB8,0xF7,0xB9,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1921 0xBE,0xF6,0x1A,0x77,0x7F,0x00,0x13,0x77,0x00,0xA0,0x14,0x77,0xD8,0x2B,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1922 0x12,0x7A,0x00,0xED,0x12,0x77,0xD8,0x2B,0x13,0x77,0x00,0x20,0x14,0x77,0x81,0x2B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1923 0x1A,0x77,0x7E,0x00,0x0E,0x77,0x00,0xE0,0x92,0x45,0x82,0x43,0x84,0x83,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1924 0x72,0xF0,0x08,0x6A,0x29,0xD0,0x29,0xD0,0x29,0xD0,0x29,0xD0,0x92,0x45,0x82,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1925 0x84,0x83,0x8A,0x6D,0x02,0xE5,0x29,0xD0,0x29,0xD0,0x29,0xD0,0x29,0xD0,0x0E,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1926 0x00,0x80,0x13,0x77,0x00,0x20,0x14,0x77,0x00,0x22,0x1A,0x77,0xFE,0x01,0x93,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1927 0x72,0xF0,0x1A,0x6A,0x9A,0xCC,0x94,0x82,0x12,0x77,0x88,0x2B,0x4F,0xEC,0x92,0x7C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1928 0x92,0x69,0x11,0x77,0x1F,0x09,0x57,0xEA,0x91,0x71,0x82,0x2B,0x91,0x71,0x83,0x2B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1929 0xF8,0x61,0xBF,0x3F,0x00,0x08,0x20,0xF8,0x33,0x6A,0xF8,0x68,0xBF,0x3F,0xFF,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1930 0xF8,0x69,0xBF,0x3F,0x00,0x10,0x16,0x77,0x07,0x00,0x17,0x72,0xC3,0x3F,0x04,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1931 0x01,0x00,0x04,0x10,0x02,0x18,0x45,0xF8,0x4B,0x6A,0x81,0x60,0xFE,0xFF,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1932 0x47,0x6A,0xE7,0x76,0x01,0x00,0x01,0x00,0xE7,0x76,0x0D,0x00,0x00,0x00,0x81,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1933 0x01,0x00,0x30,0xF9,0x80,0x6A,0x04,0x10,0x61,0xF4,0x04,0x80,0xE9,0x6D,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1934 0xEF,0x6D,0x14,0x00,0x8E,0x6C,0x39,0x6A,0x11,0x77,0x21,0x09,0x17,0x72,0xC3,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1935 0x16,0x77,0x07,0x00,0x15,0x72,0xC4,0x3F,0x71,0xF1,0x9F,0x00,0x95,0x81,0x04,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1936 0x01,0x00,0x04,0x10,0x03,0x18,0x45,0xF8,0x67,0x6A,0x74,0xF0,0x46,0x6B,0x04,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1937 0x61,0xF4,0x04,0x80,0xE9,0x6D,0x04,0x00,0xEF,0x6D,0x14,0x00,0x8E,0x6C,0x61,0x6A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1938 0x11,0x77,0x20,0x09,0x81,0x70,0x83,0x2B,0x02,0x10,0x03,0x1A,0x30,0xF0,0xFF,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1939 0x44,0xF8,0x7D,0x6A,0xF8,0x68,0xBF,0x3F,0xFF,0xEF,0x07,0x8A,0x06,0x8A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1940 0x00,0xE8,0xE7,0x80,0x01,0x00,0xE7,0x80,0x09,0x00,0x04,0x10,0x03,0x18,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1941 0x91,0x6A,0xE7,0x80,0x05,0x00,0xE7,0x76,0x00,0x00,0x00,0x20,0xE7,0x76,0x13,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1942 0x00,0x03,0xE1,0x61,0x00,0x00,0x02,0x00,0x20,0xF8,0x99,0x6A,0xE7,0x76,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1943 0x02,0x00,0xE1,0x61,0x00,0x00,0x04,0x00,0x20,0xF8,0xA1,0x6A,0xE7,0x76,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1944 0x05,0x00,0xE1,0x6F,0x00,0x00,0x4C,0x0C,0x63,0xF1,0x3F,0x00,0x06,0x6F,0x69,0x0D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1945 0xE1,0x6F,0x00,0x00,0x46,0x0C,0x63,0xF1,0x3F,0x00,0xE7,0x83,0x12,0x00,0xE1,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1946 0x02,0x00,0x48,0x0C,0x63,0xF0,0x07,0x00,0x61,0xF1,0x08,0x00,0x84,0xF7,0xF8,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1947 0x0E,0x00,0x01,0x76,0x01,0x00,0x01,0x15,0xE7,0x81,0x0E,0x00,0xE1,0x6F,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1948 0x45,0x0C,0x63,0xF1,0x1F,0x00,0xE7,0x83,0x0F,0x00,0xE1,0x6F,0x03,0x00,0x43,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1949 0x63,0xF1,0x07,0x00,0xF8,0x83,0x10,0x00,0xF8,0x83,0x0E,0x00,0x12,0x77,0xC8,0x2B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1950 0x01,0x15,0xE7,0x81,0x0B,0x00,0xB2,0x6D,0x82,0x10,0xE7,0x80,0x02,0x00,0xE2,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1951 0x08,0x00,0x06,0x44,0x8C,0xF4,0xE7,0x82,0x06,0x00,0xE1,0x6F,0x03,0x00,0x46,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1952 0x63,0xF1,0x07,0x00,0xF8,0x83,0x0E,0x00,0x4D,0xF8,0xE7,0x6A,0x01,0x15,0xE7,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1953 0x0B,0x00,0xE7,0x81,0x0B,0x00,0xE1,0x44,0x03,0x00,0x63,0xF1,0x0F,0x00,0x06,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1954 0x6B,0xF6,0x8C,0xF5,0x05,0x83,0xE1,0x6F,0x03,0x00,0x49,0x0C,0x63,0xF1,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1955 0xF8,0x83,0x10,0x00,0x12,0x77,0xC8,0x2B,0xB2,0x6D,0x82,0x10,0xE7,0x80,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1956 0xE2,0x30,0x08,0x00,0x05,0x44,0x8C,0xF4,0xE7,0x82,0x07,0x00,0xE1,0x6F,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1957 0x4C,0x0C,0x63,0xF1,0x07,0x00,0xF8,0x83,0x0E,0x00,0xF8,0x83,0x10,0x00,0x01,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1958 0xE7,0x81,0x0C,0x00,0x12,0x77,0xC8,0x2B,0xB2,0x6D,0x82,0x10,0xE7,0x80,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1959 0xE1,0x6F,0x01,0x00,0x4A,0x0C,0x63,0xF1,0xFF,0x03,0xE7,0x83,0x0D,0x00,0xE7,0x42,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1960 0x0C,0x00,0x00,0xE9,0x86,0xF4,0xE7,0x82,0x0C,0x00,0xE1,0x61,0x00,0x00,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1961 0x20,0xF8,0x40,0x6B,0xE7,0x76,0x09,0x00,0x64,0x00,0xE1,0x6F,0x00,0x00,0x4E,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1962 0x63,0xF1,0xFF,0x3F,0x62,0xF7,0xE7,0x83,0x04,0x00,0xE1,0x6F,0x01,0x00,0x4A,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1963 0x63,0xF1,0xFF,0x03,0x64,0xF7,0xE7,0x83,0x02,0x00,0xE7,0x76,0x03,0x00,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1964 0x04,0x10,0x03,0x1A,0x03,0x80,0x81,0x68,0xFE,0xFF,0x00,0xFC,0xE7,0x11,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1965 0xE7,0x09,0x0D,0x00,0x4B,0xF8,0x50,0x6B,0x04,0x10,0x03,0x1C,0x03,0x80,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1966 0xE7,0x60,0x09,0x00,0x64,0x00,0x30,0xF8,0x87,0x6B,0xE7,0x11,0x01,0x00,0xE7,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1967 0x0B,0x00,0x4C,0xF8,0x63,0x6B,0xE7,0x10,0x07,0x00,0xE7,0x80,0x06,0x00,0xE7,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1968 0x03,0x00,0xE7,0x80,0x02,0x00,0xE7,0x11,0x01,0x00,0xE7,0x09,0x0C,0x00,0x4C,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1969 0x70,0x6B,0xE7,0x76,0x06,0x00,0x00,0x00,0xE7,0x10,0x04,0x00,0xE7,0x80,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1970 0xF8,0x71,0xBE,0x3F,0x80,0x2B,0x74,0xF0,0xA0,0x6B,0x74,0xF0,0xBF,0x6B,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1971 0xA0,0x6B,0x74,0xF0,0xBF,0x6B,0x74,0xF0,0xA0,0x6B,0x74,0xF0,0xBF,0x6B,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1972 0xA0,0x6B,0x74,0xF0,0xBF,0x6B,0xE7,0x6B,0x01,0x00,0x01,0x00,0x00,0xFC,0x15,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1973 0xC4,0x3F,0xE7,0x30,0x04,0x00,0x13,0x72,0x17,0x00,0x1A,0x77,0x9F,0x00,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1974 0x01,0x00,0xEB,0x6D,0x02,0x00,0x19,0x77,0x5E,0x01,0x15,0x72,0xBE,0x3F,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1975 0x9E,0x6B,0xBB,0x20,0x61,0xF5,0x83,0x43,0x83,0x83,0x61,0xF7,0xD5,0x83,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1976 0xE7,0x10,0x0E,0x00,0xE7,0x00,0x13,0x00,0x30,0xF0,0xFF,0x03,0x13,0x88,0xE7,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1977 0x13,0x00,0x10,0x77,0x00,0x20,0xB3,0x6D,0x83,0x44,0xE7,0x30,0x0F,0x00,0x8C,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1978 0x70,0xF4,0xE7,0x00,0x12,0x00,0x0F,0xE9,0x86,0xF4,0x3F,0xE9,0x87,0xF4,0x10,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1979 0x12,0x77,0x88,0x2B,0x95,0xF4,0xB2,0x6D,0x82,0x71,0x87,0x2B,0x00,0xFC,0xE7,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1980 0x00,0x00,0x13,0x88,0x15,0x72,0xC4,0x3F,0x19,0x77,0x00,0x04,0xF8,0x70,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1981 0x87,0x2B,0xE7,0x10,0x09,0x00,0x45,0xF8,0xE7,0x6B,0x10,0xF1,0x02,0x00,0x4D,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1982 0xDC,0x6B,0x1A,0x77,0x26,0x00,0xDB,0x44,0x72,0xF0,0xD7,0x6B,0x65,0xF4,0xDB,0xC8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1983 0x65,0xF4,0x95,0x82,0x73,0xF0,0xEB,0x6B,0x1A,0x77,0x26,0x00,0xDB,0x44,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1984 0xE2,0x6B,0x62,0xF4,0xDB,0xC8,0x62,0xF4,0x95,0x82,0x73,0xF0,0xEB,0x6B,0xDB,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1985 0x26,0xEC,0xDB,0xC8,0x95,0x82,0x13,0x48,0xE7,0x80,0x00,0x00,0xE7,0x44,0x06,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1986 0x74,0xE7,0x73,0xE7,0xEB,0x6D,0x05,0x00,0xEC,0x6D,0x02,0x00,0xE7,0x45,0x05,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1987 0x1A,0x77,0x26,0x00,0x12,0xB1,0x53,0xE7,0x95,0x83,0x72,0xF0,0x00,0x6C,0x92,0xB1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1988 0x95,0x83,0xE7,0x83,0x05,0x00,0x13,0x72,0xC4,0x3F,0x12,0x72,0x80,0x2B,0xED,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1989 0xD8,0xFF,0x10,0x77,0x01,0x00,0x19,0x77,0x5E,0x01,0x24,0xE7,0x1A,0x77,0x26,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1990 0xDC,0x44,0x9B,0xB1,0x72,0xF0,0x15,0x6C,0xEC,0xCA,0x9B,0xB1,0xDA,0x83,0x12,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1991 0x80,0x2B,0x00,0xFC,0x06,0x4A,0x07,0x4A,0xF8,0x10,0x00,0x15,0x74,0xF0,0x22,0xB5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1992 0xF8,0x10,0x01,0x15,0x74,0xF0,0x22,0xB5,0x07,0x77,0x00,0x03,0x74,0xF0,0xCB,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1993 0xF8,0x10,0x02,0x15,0x45,0xF8,0x43,0x6C,0x15,0x77,0x0F,0x00,0x17,0x77,0x03,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1994 0x16,0x77,0x54,0x54,0x87,0x10,0x15,0x4A,0x44,0xF9,0xB5,0x6C,0x4B,0x10,0x15,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1995 0x44,0xF8,0xA0,0x6C,0xEF,0x10,0x03,0x00,0xEE,0x6D,0x0E,0x00,0x8D,0x6C,0x33,0x6C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1996 0xF8,0x76,0x02,0x15,0x00,0x00,0x3B,0x76,0x01,0x00,0x16,0x77,0x54,0x54,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1997 0x4D,0x6C,0x06,0x4A,0x07,0x4A,0x07,0x77,0x40,0x03,0x3B,0x10,0xF8,0x18,0x01,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1998 0xF8,0x18,0x34,0x55,0x45,0xF8,0x6C,0x6C,0xF8,0x10,0x3B,0x50,0x74,0xF0,0x22,0xB5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1999 0xE6,0x10,0x05,0x00,0x74,0xF0,0x22,0xB5,0x74,0xF0,0x95,0x6D,0xE6,0x10,0x05,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2000 0x74,0xF0,0x22,0xB5,0x3B,0x10,0xE6,0x11,0x05,0x00,0x4C,0xF8,0x6C,0x6C,0x93,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2001 0xF8,0x18,0x01,0x15,0xF8,0x80,0x01,0x15,0x3B,0x6F,0x41,0x0C,0x3B,0x80,0x3B,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2002 0xEE,0x6D,0x0E,0x00,0x44,0xF8,0x4D,0x6C,0xF8,0x61,0x35,0x55,0x01,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2003 0x91,0x6C,0x19,0x77,0x5E,0x01,0x15,0x72,0xBE,0x3F,0x10,0x77,0x01,0x00,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2004 0x37,0x55,0x9F,0xEC,0x9F,0xE5,0x13,0x77,0xD7,0x55,0x14,0x77,0x37,0x55,0x4F,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2005 0x9A,0xE5,0x71,0xF0,0x9F,0x00,0x94,0x80,0xF8,0x61,0x35,0x55,0x02,0x00,0x30,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2006 0x2A,0x6F,0xF8,0x10,0x01,0x15,0x44,0xF8,0x9D,0x6C,0xF8,0x61,0x08,0x09,0x00,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2007 0x30,0xF8,0x9D,0x6C,0xF8,0x68,0xBF,0x3F,0xFF,0xEF,0x07,0x8A,0x06,0x8A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2008 0xF8,0x76,0x01,0x15,0x00,0x00,0xF8,0x76,0x00,0x15,0x00,0x00,0xF8,0x76,0x02,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2009 0x00,0x00,0xF8,0x68,0xBF,0x3F,0xFF,0xEF,0xF8,0x68,0x09,0x09,0xFE,0xFF,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2010 0x08,0x09,0xFF,0xDF,0x07,0x8A,0x06,0x8A,0x00,0xFC,0x17,0x4A,0x4A,0x70,0x16,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2011 0x0F,0xE8,0xF8,0x08,0x15,0x00,0x0E,0x88,0x01,0xE8,0x8F,0xF4,0x3A,0x80,0x87,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2012 0x63,0xF1,0x0F,0x00,0xF8,0x83,0x10,0x00,0x4B,0x76,0x00,0x00,0x31,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2013 0x10,0x48,0x45,0xF8,0x58,0x6D,0x11,0x77,0x3C,0x02,0x88,0x6D,0x10,0x4A,0xB1,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2014 0xB1,0x6D,0x95,0xF4,0x81,0x56,0x2C,0x4E,0x87,0x6F,0x4C,0x0C,0x63,0xF1,0x0F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2015 0xF8,0x83,0x10,0x00,0xF8,0x71,0x33,0x15,0x0E,0x00,0x11,0x77,0xE4,0x02,0xB1,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2016 0x81,0x20,0x31,0x80,0x87,0x6F,0x48,0x0C,0x63,0xF1,0x07,0x00,0x30,0x83,0x87,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2017 0x45,0x0C,0x63,0xF1,0x07,0x00,0xF8,0x83,0x10,0x00,0x95,0xF4,0x11,0x77,0x54,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2018 0xB1,0x6D,0x81,0x10,0x32,0x80,0x87,0x6F,0x42,0x0C,0x63,0xF1,0x03,0x00,0x3E,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2019 0x97,0x76,0x00,0x00,0x3E,0x6B,0x01,0x00,0x87,0x61,0xFF,0xFF,0x30,0xF9,0x75,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2020 0x97,0x76,0x00,0x00,0x87,0x61,0xFF,0xFF,0x30,0xF9,0x75,0x6D,0x87,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2021 0x2C,0x56,0x61,0xF4,0x3E,0x47,0x7F,0xF4,0x2C,0x4E,0x74,0xF0,0x5C,0x6D,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2022 0x08,0x8A,0x10,0xF0,0x0D,0x00,0x44,0xF8,0x17,0x6D,0x4C,0x44,0x2C,0x4E,0x4D,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2023 0x2C,0x20,0x74,0xF4,0x0E,0x88,0x4F,0x20,0x33,0x6F,0x62,0x0C,0x4E,0x30,0x51,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2024 0x0E,0x88,0x2C,0x20,0x45,0x6F,0x6A,0x0C,0x50,0x30,0x4E,0x20,0x61,0xF4,0x0E,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2025 0x4C,0x20,0x79,0xF4,0x3C,0x80,0x31,0x62,0xA0,0x00,0x3C,0x08,0x42,0xF8,0x34,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2026 0x33,0x10,0x34,0x80,0x73,0xF0,0x3F,0x6D,0x7C,0xF4,0x46,0x80,0x45,0x6F,0x41,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2027 0x0F,0xEC,0x46,0x1E,0x34,0x80,0x33,0x45,0x34,0x44,0x87,0xF5,0x34,0x83,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2028 0x36,0x80,0x37,0x80,0x35,0x80,0x2E,0x80,0x31,0x10,0x45,0xF8,0x56,0x6D,0x3A,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2029 0xF8,0x1A,0x01,0x15,0xF8,0x80,0x01,0x15,0x3A,0x10,0x93,0xF4,0xF8,0x18,0x00,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2030 0xF8,0x80,0x00,0x15,0x4A,0x71,0x16,0x00,0x74,0xF0,0x6F,0x6D,0x17,0x8A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2031 0x4B,0x76,0x01,0x00,0x73,0xF0,0x56,0x6D,0x30,0x10,0x10,0x88,0x95,0xF4,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2032 0x34,0x15,0xB3,0x6D,0x83,0x71,0x14,0x00,0x12,0x77,0x4C,0x50,0x07,0xEC,0xA8,0xE5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2033 0x00,0xFC,0x62,0xE7,0x13,0x77,0x2C,0x50,0x0D,0xEC,0x89,0xE5,0x00,0xFC,0x62,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2034 0x13,0x77,0x2C,0x50,0x0D,0xEC,0x98,0xE5,0x00,0xFC,0x87,0x10,0x30,0xF0,0x00,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2035 0x78,0xF4,0x87,0x6F,0x08,0x0C,0x40,0xF5,0x87,0x61,0x10,0x00,0x20,0xF8,0x89,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2036 0x30,0xF0,0xFF,0x07,0x31,0x80,0x87,0x61,0x08,0x00,0x20,0xFC,0x3E,0x6B,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2037 0x00,0xFC,0x30,0xF3,0x00,0x20,0x45,0xF8,0x94,0x6D,0xF8,0x63,0x08,0x00,0x0A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2038 0x30,0xF3,0xFF,0x03,0xF8,0x81,0x33,0x15,0x00,0xFC,0x4A,0x70,0x16,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2039 0x69,0x6D,0x74,0xF0,0x5C,0x6D,0x2C,0x71,0x48,0x50,0x35,0x10,0x50,0x08,0x47,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2040 0xB3,0x6D,0x34,0x71,0x0E,0x00,0x37,0x20,0x67,0xF4,0x50,0x3C,0x60,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2041 0x35,0x82,0x37,0x20,0x42,0x18,0x40,0x80,0x41,0x08,0x37,0x6B,0x01,0x00,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2042 0xC0,0x6D,0x84,0xF4,0x3F,0x80,0x33,0x71,0x0E,0x00,0x36,0x20,0x67,0xF4,0x35,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2043 0x36,0x20,0x42,0x18,0x40,0x80,0x41,0x08,0x84,0xF4,0x3F,0x80,0x36,0x6B,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2044 0x2E,0x56,0x2C,0x50,0x2E,0x4E,0x43,0x45,0x80,0xF2,0x47,0x6F,0x7D,0x0C,0x11,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2045 0x00,0x00,0x4C,0x10,0x7A,0xF4,0x0E,0x88,0x35,0x20,0x10,0xF0,0x08,0x00,0x42,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2046 0xDC,0x6D,0x12,0x77,0x80,0x2B,0x71,0xF0,0x07,0x00,0x92,0x80,0x3C,0x76,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2047 0x11,0x77,0x00,0x00,0x73,0xF0,0xE1,0x6D,0x3C,0x76,0x07,0x00,0x11,0x88,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2048 0x80,0x2B,0x30,0x10,0x10,0x88,0x13,0x77,0x34,0x15,0x95,0xF4,0xB3,0x6D,0x83,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2049 0x14,0x00,0x10,0x77,0x08,0x00,0xB4,0x6D,0x10,0xE7,0xB4,0x6D,0x4C,0x62,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2050 0x7A,0xF4,0x3C,0x00,0x3C,0x80,0x3C,0x47,0xA8,0xE5,0x47,0x71,0x10,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2051 0x5C,0x02,0xB2,0x6D,0x26,0xE7,0x10,0x77,0x08,0x00,0x11,0x77,0x80,0x2B,0x13,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2052 0x4C,0x62,0x03,0x00,0xF8,0x6F,0x1A,0x00,0x6A,0x0C,0x95,0xF4,0xF8,0x6B,0x1A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2053 0xFF,0xFF,0x14,0x77,0x80,0x2C,0x72,0xF0,0x14,0x6E,0x91,0x6D,0x71,0xF0,0x0F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2054 0x9C,0xB0,0x61,0xF4,0x94,0x82,0x13,0xE7,0x62,0xE7,0x94,0x76,0x00,0x00,0x4C,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2055 0x48,0x11,0x87,0xF5,0x49,0x81,0x20,0xF0,0xC0,0x13,0x87,0xF5,0x49,0x81,0x7B,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2056 0x10,0x89,0x11,0x77,0xF4,0x02,0x10,0xF3,0x01,0x00,0x1A,0x89,0xB1,0x6D,0x81,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2057 0x3C,0x80,0x45,0x6F,0x6D,0x0C,0x08,0xE9,0x47,0x09,0x0E,0x89,0x45,0x20,0x4A,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2058 0x16,0x00,0x14,0x77,0x40,0x2F,0xE6,0x11,0x06,0x00,0x0E,0x89,0x72,0xF0,0x40,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2059 0xF8,0x6F,0x10,0x00,0x6E,0x0C,0x13,0x77,0x54,0x50,0x3C,0x00,0xB3,0x6D,0x83,0x21,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2060 0xA4,0x9B,0x4C,0x6F,0x4A,0x0C,0x49,0x6F,0x2A,0x0C,0x45,0x82,0x4C,0x6F,0x0A,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2061 0x46,0x82,0x14,0x77,0x80,0x2D,0x13,0x77,0x40,0x2F,0x3F,0x30,0x49,0x6F,0x4B,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2062 0x61,0xF0,0x02,0x00,0x3C,0x82,0x06,0xED,0x93,0x20,0x3C,0x47,0x9A,0xCC,0xA6,0x9A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2063 0x00,0xED,0x20,0xF0,0x80,0x2C,0x45,0x00,0x13,0x88,0x14,0x77,0x80,0x2D,0x49,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2064 0x4B,0x0C,0x61,0xF0,0x01,0x00,0xF8,0x82,0x1A,0x00,0x12,0x77,0x20,0x2E,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2065 0x6A,0x6E,0x9A,0xA4,0x81,0x9A,0x14,0x77,0xD0,0x2D,0x13,0x77,0x40,0x2F,0x40,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2066 0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x02,0x00,0x3C,0x82,0x06,0xED,0x93,0x20,0x3C,0x47,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2067 0x9A,0xCC,0xA6,0x9A,0x00,0xED,0x20,0xF0,0x80,0x2C,0x46,0x00,0x13,0x88,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2068 0xD0,0x2D,0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x01,0x00,0xF8,0x82,0x1A,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2069 0x70,0x2E,0x72,0xF0,0x8C,0x6E,0x9A,0xA4,0x81,0x9A,0x13,0x77,0x70,0x2E,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2070 0x80,0x2D,0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x01,0x00,0xF8,0x82,0x1A,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2071 0x20,0x2E,0x92,0x44,0x72,0xF0,0x9D,0x6E,0x93,0x3C,0x8A,0xC8,0x2E,0x56,0x44,0x45,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2072 0x80,0xF2,0x49,0x40,0x7A,0xF4,0xF8,0x82,0x10,0x00,0x95,0xF4,0x13,0x77,0x37,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2073 0xB3,0x6D,0x34,0xE7,0x49,0x6F,0x4B,0x0C,0x61,0xF0,0x01,0x00,0xF8,0x82,0x1A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2074 0x12,0x77,0x80,0x2D,0x92,0x44,0x72,0xF0,0xB6,0x6E,0x93,0x3C,0x8A,0xC8,0x2E,0x56,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2075 0x70,0xF4,0x20,0xF1,0x00,0x28,0x48,0x01,0x20,0xF6,0x43,0xF8,0x9D,0x6D,0x2E,0x56,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2076 0x62,0xF1,0x00,0x28,0x20,0xF6,0x2E,0x4E,0x31,0x6B,0xFF,0xFF,0x4A,0x71,0x16,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2077 0x74,0xF0,0x6F,0x6D,0x00,0xFC,0xA0,0xEA,0xF8,0x61,0xBF,0x3F,0x00,0x08,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2078 0xF1,0x6E,0xF8,0x76,0x00,0x50,0x01,0x00,0xF8,0x68,0xBF,0x3F,0xFF,0xF7,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2079 0xBF,0x3F,0x00,0x10,0x01,0xE8,0x12,0x77,0x59,0x54,0x10,0x77,0x0E,0x00,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2080 0x0F,0x00,0x72,0xF0,0xEB,0x6E,0x40,0xF5,0xF8,0x19,0x01,0x15,0x4C,0xF8,0xEA,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2081 0x82,0x76,0x00,0x00,0x61,0xF4,0xB2,0x6D,0x12,0x77,0x37,0x55,0x71,0xF0,0xEF,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2082 0x92,0x80,0x1A,0x77,0x7F,0x00,0x13,0x77,0x00,0xA0,0x14,0x77,0x80,0x2C,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2083 0x12,0x7A,0x00,0xED,0x13,0x77,0x80,0x2C,0x14,0x77,0xC0,0x2E,0x3C,0x76,0x00,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2084 0x1A,0x77,0x7F,0x00,0x72,0xF0,0x06,0x6F,0x93,0x26,0x3C,0x00,0x94,0x82,0x00,0xED,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2085 0x12,0x77,0xC0,0x2E,0x13,0x77,0x54,0x50,0x14,0x77,0x3D,0x50,0x1A,0x77,0x7E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2086 0x0E,0x77,0x00,0xF0,0x92,0x45,0x82,0x43,0x84,0x83,0x00,0xE8,0x72,0xF0,0x1C,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2087 0x07,0xEC,0x29,0xD0,0x92,0x45,0x82,0x43,0x84,0x83,0x8A,0x6D,0x02,0xE5,0x07,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2088 0x29,0xD0,0x42,0x76,0xFF,0x01,0x41,0x76,0x00,0x02,0x43,0x76,0x3F,0x00,0x44,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2089 0xC0,0xFF,0x00,0xFC,0x06,0x4A,0x07,0x4A,0xA0,0xEA,0x07,0x77,0x00,0x03,0x00,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2090 0x45,0xF8,0x4E,0x6F,0x13,0x77,0x0B,0x50,0x71,0xF0,0x20,0x00,0x93,0x80,0x00,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2091 0x20,0xF0,0x00,0x40,0x01,0x80,0x02,0x80,0xF8,0x10,0x05,0x09,0x03,0x6F,0x68,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2092 0x04,0x76,0x8F,0x02,0x05,0x76,0x66,0x66,0x08,0x76,0x00,0x04,0x09,0x76,0x00,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2093 0x03,0x62,0x01,0x00,0x06,0x80,0x03,0x62,0x02,0x00,0x07,0x80,0x13,0x77,0x0B,0x50,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2094 0x15,0x77,0xC0,0x2C,0x32,0xE7,0x20,0xEC,0x9B,0xE5,0x19,0x77,0x5E,0x01,0x13,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2095 0xBE,0x3F,0x10,0x77,0x01,0x00,0x34,0xE7,0x9F,0xEC,0xDB,0xE5,0xF3,0x6D,0xDF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2096 0x20,0xEC,0xD8,0xE5,0x16,0x77,0x55,0x03,0x62,0xE7,0x11,0x77,0xC0,0x2C,0x13,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2097 0x1A,0x77,0x9F,0x00,0x14,0x77,0x80,0x2B,0x74,0xF0,0xA2,0x6F,0x16,0x77,0x34,0x03,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2098 0x62,0xE7,0x11,0x77,0xC0,0x2C,0x13,0xE7,0x1A,0x77,0x9F,0x00,0x14,0x77,0x20,0x2C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2099 0x74,0xF0,0xA2,0x6F,0x11,0x77,0x08,0x50,0x14,0x77,0x80,0x2B,0x42,0xE7,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2100 0x01,0x50,0x74,0xF0,0xAC,0x6F,0x11,0x77,0x09,0x50,0x14,0x77,0x20,0x2C,0x42,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2101 0x13,0x77,0x02,0x50,0x74,0xF0,0xAC,0x6F,0x19,0x77,0x5E,0x01,0x12,0x77,0x06,0x50,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2102 0x13,0x77,0x80,0x2B,0x14,0x77,0x07,0x50,0x15,0x77,0x20,0x2C,0x16,0x72,0xBE,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2103 0x1A,0x77,0x9F,0x00,0x72,0xF0,0x9E,0x6F,0x09,0xA4,0x2B,0xB0,0xD6,0x80,0x07,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2104 0x06,0x8A,0x00,0xFC,0x72,0xF0,0xAA,0x6F,0x91,0x6D,0x71,0xF0,0x20,0x00,0x98,0xB0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2105 0xA1,0x9A,0x62,0xE7,0x13,0xE7,0x00,0xFC,0x1A,0x77,0x9F,0x00,0x0A,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2106 0x72,0xF0,0xBF,0x6F,0x1A,0xA4,0x85,0xF5,0x81,0x6F,0x2F,0x0F,0x4F,0xF8,0xBF,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2107 0x0A,0x76,0x01,0x00,0x81,0x6F,0x4F,0x0D,0x43,0xFD,0x84,0xF7,0x40,0xF6,0x81,0x9A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2108 0x0A,0x10,0x45,0xF8,0xC8,0x6F,0x14,0x77,0x05,0x50,0x21,0xA5,0x11,0x9B,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2109 0x14,0x77,0x04,0x50,0x21,0xA5,0x1F,0x91,0x2F,0xF0,0xFF,0x7F,0x87,0xF5,0x11,0x9B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2110 0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2111 /* Final record */
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2112 /* size */ 0x00, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2113 /* addr */ 0x5c, 0x01, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2114
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2115 };
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2116
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2117 #elif ((DSP_PATCH == DSP_PATCH_3311_2140))
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2118
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2119 /*--------------------------------------------------------------------------
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2120 Date: 26-Nov-2002
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2121 Patch number: 2140
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2122 Based on DSP patch number: 2130
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2123 Applies to DSP ROM code: 3311, this patch is also compatible with DSP rom code 3416-F751774.
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2124 Memory:
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2125 Patch size: 8148 words (+43)
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2126 Free RAM after patch: 416 words (including SR/TIDE 0x10BE area)
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2127 Area used by patch: 0x015C -> 0x07C1 (code), 0x07ED -> 0x07FF (code), 0x5AC8 -> 0x6F7D (code),
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2128 0x5879 -> 0x5920 (code), 0x5866 -> 0x5872 (data), 0x10BE -> 0x14BA (code)
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2129 API mapping: Refer to CAL822 version 1.11
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2130 Differences between 3311-2140 vs 3311-2130:
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2131 -BUG02670 "CNTR > Click before tones in GPRS mode"
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2132 -BUG02667 "CNTR > missing initialization of SPENH noise"
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2133 -BUG02406 "CNTR GPRS > Fixed allocation 4Tx crash"
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2134 -REQ02680 "PATCH > Too many warnings at patch compilation"
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2135 Checksums:
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2136 -Patch alone 2140: 0x6E0B
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2137 -Calypso HERCROM400G2 Rev A/B - DSP code 3311 (0xB734): 0x253F
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2138 -Calypso HERCROM400G2 F751774 - DSP code 3416 (0x8D63): 0xFB6E
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2139 -----------------------------------------------------------------------------*/
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2140
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2141
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2142 const unsigned char patch_array[] = {
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2143
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2144 /* Tag */ 0x00, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2145 /* Vers */ 0x03, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2146
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2147 /* size */ 0x66, 0x06, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2148 /* addr */ 0x5c, 0x01, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2149
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2150 0xF8,0x76,0x36,0x0C,0x61,0x01,0x73,0xF0,0x60,0xB3,0xF8,0x76,0xDB,0x08,0x40,0x21,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2151 0xF8,0x76,0x6B,0x3F,0x6B,0x5F,0xF8,0x76,0xDF,0x3F,0xC8,0x5A,0xF8,0x76,0xE0,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2152 0xF2,0x5E,0xF8,0x76,0x6A,0x3F,0xEA,0x60,0xF8,0x76,0xE2,0x08,0x00,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2153 0xFE,0x63,0xF8,0x76,0xE3,0x08,0x0F,0x00,0xF8,0x76,0xE4,0x08,0x00,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2154 0xCE,0x3F,0x0E,0x04,0xF8,0x76,0xD4,0x3F,0x2F,0x06,0xF8,0x10,0x0E,0x04,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2155 0xD3,0x00,0x74,0xF0,0xC3,0x05,0xF8,0x76,0x41,0x09,0x02,0x00,0xF8,0x76,0xD5,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2156 0x00,0x00,0xF8,0x76,0x66,0x3F,0x7F,0x06,0x00,0xE8,0x74,0xF0,0x18,0x64,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2157 0x38,0x0C,0x0C,0x00,0x20,0xF8,0x9B,0x01,0xF8,0x76,0x67,0x3F,0x41,0x06,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2158 0xF8,0x80,0x02,0x15,0xF8,0x80,0x01,0x15,0xF8,0x76,0xB3,0x09,0x15,0x01,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2159 0xB4,0x09,0x02,0x00,0x00,0xFC,0x47,0xFA,0xE3,0xBB,0x10,0xF0,0x01,0x00,0x14,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2160 0x13,0x72,0xFF,0x2B,0x12,0x77,0xB8,0x2B,0xE3,0x44,0x01,0x00,0x13,0x77,0x60,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2161 0xB8,0xF7,0x1A,0x77,0x0F,0x00,0x72,0xF2,0xBF,0x01,0x60,0x45,0x01,0xC8,0x85,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2162 0x87,0xF5,0x92,0x82,0x83,0x3C,0x01,0xC8,0x83,0x10,0x13,0x72,0xFF,0x2B,0xB8,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2163 0x60,0x83,0xE3,0x80,0x01,0x00,0x60,0x11,0xE3,0x10,0x01,0x00,0xF8,0x08,0x81,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2164 0x47,0xF8,0xE3,0xBB,0xF8,0x6F,0x82,0x0C,0x20,0x0E,0x46,0xF8,0xE3,0xBB,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2165 0x76,0x2C,0x13,0x77,0x39,0x02,0x06,0xEC,0x98,0xE5,0xEB,0x6D,0xF8,0xFF,0x10,0xE5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2166 0x1A,0x77,0x07,0x00,0x72,0xF2,0xE5,0x01,0x17,0x77,0x76,0x2C,0x97,0x10,0x20,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2167 0x45,0xF8,0xE6,0x01,0xBF,0xF6,0x8F,0x6D,0x16,0x77,0x42,0x2D,0x60,0x76,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2168 0x12,0x77,0x0C,0x2A,0x1A,0x77,0xBB,0x01,0x72,0xF0,0xF5,0x01,0x92,0x10,0x87,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2169 0x45,0xF8,0xFC,0x01,0x61,0x70,0x1A,0x00,0x73,0xF2,0x1D,0x02,0x97,0x6D,0x94,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2170 0x61,0x70,0x1A,0x00,0xBF,0xF6,0x12,0x49,0x62,0x81,0x61,0x10,0xE2,0x76,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2171 0xFF,0x00,0x45,0xFD,0x97,0x6D,0x10,0xF2,0x0A,0x2A,0x74,0xF2,0x0C,0xBC,0x96,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2172 0x95,0xF4,0xBC,0xF4,0x11,0x77,0x19,0x00,0x13,0x77,0x0E,0x00,0xF8,0x10,0xF7,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2173 0xE3,0xF6,0x12,0x77,0x00,0x2C,0x12,0x72,0x63,0x00,0x64,0x11,0x45,0xF8,0xEB,0xBB,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2174 0x82,0x81,0x87,0x10,0xF8,0x08,0x82,0x0C,0x46,0xF8,0xA8,0xBB,0x61,0x10,0x1A,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2175 0x46,0xFA,0x2C,0x02,0x12,0x72,0x62,0x00,0x12,0x77,0x0C,0x2A,0x1A,0x77,0xBB,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2176 0x8C,0x6C,0xF0,0x01,0x73,0xF0,0xE0,0xBB,0xC8,0xFF,0xD5,0xFF,0xE0,0xFF,0xEA,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2177 0xF1,0xFF,0xF7,0xFF,0xFC,0xFF,0xFF,0xFF,0x38,0x00,0x01,0x00,0x04,0x00,0x09,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2178 0x0F,0x00,0x16,0x00,0x20,0x00,0x2B,0x00,0x4A,0x0F,0xDE,0x00,0x6E,0x0E,0xC7,0x53,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2179 0x9E,0x0D,0x09,0xFB,0xDB,0x0C,0x7C,0x45,0x22,0x0C,0xEA,0x8B,0x74,0x0B,0x82,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2180 0xCF,0x0A,0x4B,0x9E,0x34,0x0A,0xAB,0x48,0xA1,0x09,0xEA,0xAA,0x17,0x09,0xC4,0x47,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2181 0x94,0x08,0xFE,0xA8,0x19,0x08,0xFE,0x5E,0x50,0x0B,0x00,0x10,0xA1,0x16,0x00,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2182 0x46,0x2D,0x00,0x40,0x85,0x5A,0xFF,0x7F,0xA8,0x00,0x48,0x02,0x1C,0x04,0xC2,0x05,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2183 0xC7,0x06,0xB6,0x06,0x34,0x05,0x1C,0x02,0x93,0xFD,0x10,0xF8,0x64,0xF2,0x9D,0xED,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2184 0xEC,0xEA,0x79,0xEB,0x2D,0xF0,0x8D,0xF9,0x8F,0x07,0x92,0x19,0x5A,0x2E,0x33,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2185 0x1E,0x59,0x0E,0x6B,0x2E,0x78,0x1D,0x7F,0x1D,0x7F,0x2E,0x78,0x0E,0x6B,0x1E,0x59,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2186 0x33,0x44,0x5A,0x2E,0x92,0x19,0x8F,0x07,0x8D,0xF9,0x2D,0xF0,0x79,0xEB,0xEC,0xEA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2187 0x9D,0xED,0x64,0xF2,0x10,0xF8,0x93,0xFD,0x1C,0x02,0x34,0x05,0xB6,0x06,0xC7,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2188 0xC2,0x05,0x1C,0x04,0x48,0x02,0xA8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2189 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x06,0x00,0x07,0x00,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2190 0x0A,0x00,0x0C,0x00,0x0E,0x00,0x10,0x00,0x18,0x00,0x20,0x00,0x30,0x00,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2191 0x56,0x00,0x60,0x00,0x78,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0xFF,0x07,0x54,0x05,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2192 0xFF,0x03,0x32,0x03,0xAA,0x02,0x48,0x02,0xFF,0x01,0xC6,0x01,0x99,0x01,0x73,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2193 0x54,0x01,0x3A,0x01,0x24,0x01,0x10,0x01,0xFF,0x00,0xF0,0x00,0xE3,0x00,0xD7,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2194 0xCC,0x00,0xC2,0x00,0xB9,0x00,0xB1,0x00,0xAA,0x00,0xA3,0x00,0x9D,0x00,0x97,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2195 0x91,0x00,0x8C,0x00,0x88,0x00,0x83,0x00,0x7F,0x00,0x7B,0x00,0x77,0x00,0x74,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2196 0x71,0x00,0x6E,0x00,0x6B,0x00,0x68,0x00,0x65,0x00,0x63,0x00,0x61,0x00,0x5E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2197 0x5C,0x00,0x5A,0x00,0x58,0x00,0x56,0x00,0x54,0x00,0x53,0x00,0x51,0x00,0x4F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2198 0x4E,0x00,0x4C,0x00,0x4B,0x00,0x49,0x00,0x48,0x00,0x47,0x00,0x46,0x00,0x44,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2199 0x43,0x00,0x42,0x00,0x41,0x00,0x40,0x00,0xFB,0xFF,0xE9,0xFF,0xD6,0xFF,0xDC,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2200 0x1B,0x00,0xA2,0x00,0x5D,0x01,0x0A,0x02,0x40,0x02,0x8D,0x01,0x9E,0xFF,0x60,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2201 0x1C,0xF8,0x73,0xF3,0x38,0xEF,0x44,0xEC,0x32,0x6B,0x44,0xEC,0x38,0xEF,0x73,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2202 0x1C,0xF8,0x60,0xFC,0x9E,0xFF,0x8D,0x01,0x40,0x02,0x0A,0x02,0x5D,0x01,0xA2,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2203 0x1B,0x00,0xDC,0xFF,0xD6,0xFF,0xE9,0xFF,0xFB,0xFF,0x05,0x00,0x17,0x00,0x2A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2204 0x24,0x00,0xE5,0xFF,0x5E,0xFF,0xA3,0xFE,0xF6,0xFD,0xC0,0xFD,0x73,0xFE,0x62,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2205 0xA0,0x03,0xE4,0x07,0x8D,0x0C,0xC8,0x10,0xBC,0x13,0xCC,0x14,0xBC,0x13,0xC8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2206 0x8D,0x0C,0xE4,0x07,0xA0,0x03,0x62,0x00,0x73,0xFE,0xC0,0xFD,0xF6,0xFD,0xA3,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2207 0x5E,0xFF,0xE5,0xFF,0x24,0x00,0x2A,0x00,0x17,0x00,0x05,0x00,0x74,0xF0,0x3B,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2208 0x07,0x77,0x00,0x69,0x06,0x77,0x00,0x00,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2209 0x65,0x3F,0xE3,0xF4,0x74,0xF0,0x32,0x64,0xF8,0x60,0x70,0x3F,0x02,0x00,0x30,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2210 0x42,0x03,0x18,0x73,0x6E,0x3F,0xF8,0x70,0x6F,0x3F,0xCF,0x3F,0x74,0xF0,0xE9,0xC8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2211 0xF8,0x10,0x92,0x3F,0x30,0xF0,0x01,0x00,0xF8,0x1A,0xD5,0x08,0xF8,0x80,0xD5,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2212 0x74,0xF0,0xE3,0x60,0xF8,0x10,0x5F,0x3F,0xE2,0xF4,0x74,0xF0,0x3B,0x01,0x07,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2213 0x00,0x69,0x06,0x77,0x00,0x00,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x3A,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2214 0xF8,0x60,0x70,0x3F,0x02,0x00,0x30,0xF8,0x63,0x03,0x18,0x73,0x6E,0x3F,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2215 0x6F,0xCA,0xF8,0x10,0xC2,0x4B,0x45,0xF8,0x70,0x03,0x10,0xF0,0x01,0x00,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2216 0x70,0x03,0xF8,0x68,0xD3,0x3F,0xBF,0xFF,0xF8,0x10,0x5F,0x3F,0xE2,0xF4,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2217 0x3B,0x01,0x07,0x77,0x00,0x69,0x06,0x77,0x00,0x00,0xF8,0x68,0x1D,0x00,0xFC,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2218 0x74,0xF0,0x3A,0x64,0x0E,0xE8,0xF8,0x11,0x63,0x3F,0xE3,0xF5,0xF8,0x71,0x8A,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2219 0x8C,0x09,0xF8,0x10,0x5F,0x3F,0xE2,0xF4,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2220 0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x9D,0xB1,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2221 0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2222 0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x3A,0x64,0x74,0xF0,0x32,0x64,0x74,0xF0,0x40,0x64,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2223 0x74,0xF0,0xE4,0xA4,0xBB,0xF7,0x74,0xF0,0xE3,0x60,0x73,0xF0,0x00,0x01,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2224 0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2225 0x74,0xF0,0x3A,0x64,0x74,0xF0,0x40,0x64,0x30,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2226 0x74,0xF0,0x8E,0xA5,0x74,0xF0,0xE3,0x60,0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2227 0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2228 0x3A,0x64,0x74,0xF0,0x40,0x64,0x74,0xF0,0x3D,0xB3,0x74,0xF0,0xE3,0x60,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2229 0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,0x06,0x77,0x00,0x18,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2230 0x1D,0x00,0xFC,0xFF,0x74,0xF0,0x3A,0x64,0x74,0xF0,0x40,0x64,0x74,0xF0,0xC1,0xB2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2231 0x74,0xF0,0xE3,0x60,0x73,0xF0,0x00,0x01,0x74,0xF0,0x3B,0x01,0x07,0x77,0x00,0x29,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2232 0x06,0x77,0x00,0x18,0xF8,0x68,0x1D,0x00,0xFC,0xFF,0x74,0xF0,0xDC,0x05,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2233 0x08,0x01,0x7F,0x4B,0xAA,0x99,0x00,0x3C,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2234 0x12,0x00,0x12,0x00,0x12,0x00,0x09,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2235 0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x12,0x00,0x09,0x00,0x0E,0x00,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2236 0x0E,0x00,0x0E,0x00,0xE8,0x03,0xED,0x72,0xFA,0x72,0xE0,0x72,0x48,0x73,0x2E,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2237 0x3B,0x73,0x07,0x73,0x14,0x73,0x21,0x73,0x26,0x72,0x18,0x72,0x06,0x4A,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2238 0x1F,0x7C,0x73,0xF0,0x1F,0x04,0x0E,0x77,0xAC,0x00,0x1A,0x77,0xBD,0x00,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2239 0xCE,0x0C,0x15,0x77,0x4C,0x0E,0x74,0xF2,0xA5,0x81,0xF8,0x45,0x43,0x0C,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2240 0xCE,0x0C,0x13,0x77,0x00,0x2A,0x14,0x77,0xC0,0x2A,0x15,0x77,0x4C,0x0E,0x74,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2241 0xC8,0x81,0x1A,0x77,0x2F,0x00,0x12,0x77,0xEA,0x2C,0x20,0xF0,0xA3,0x04,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2242 0xFF,0xFF,0x19,0xEC,0x92,0x7E,0x00,0xF0,0x1A,0x00,0x19,0xEC,0x92,0x7E,0x00,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2243 0x1A,0x00,0x0B,0xEC,0x92,0x7E,0x74,0xF0,0xA1,0x84,0x74,0xF0,0xCA,0x84,0xB9,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2244 0x00,0xE9,0x12,0x77,0xE4,0x2B,0x1A,0x77,0x31,0x00,0x92,0x56,0x72,0xF2,0x5A,0x04,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2245 0x10,0x89,0x11,0x89,0x86,0xF5,0x92,0x56,0x95,0xF4,0x08,0xFD,0x21,0xE7,0x11,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2246 0x10,0xF0,0xE8,0x2B,0x7F,0xF4,0xF8,0x80,0xD0,0x14,0x10,0xF0,0x04,0x00,0x42,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2247 0x71,0x04,0x01,0xE9,0x95,0xF4,0x00,0xF6,0x42,0xF8,0x71,0x04,0x00,0xF6,0x42,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2248 0x71,0x04,0x00,0xF6,0x42,0xF8,0x71,0x04,0x00,0xF6,0xF8,0x80,0xCF,0x14,0xB6,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2249 0xB9,0xF6,0x10,0x72,0xD0,0x14,0x12,0x77,0x27,0x2A,0x13,0x77,0xE7,0x2A,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2250 0x3F,0x00,0x72,0xF2,0x82,0x04,0xCD,0xA0,0x00,0xE8,0x92,0x38,0x93,0x38,0x7A,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2251 0x83,0xF4,0xF8,0x82,0xD1,0x14,0xF8,0x80,0xD2,0x14,0xF8,0x6B,0xD0,0x14,0x27,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2252 0x12,0x77,0x56,0x2C,0x13,0x77,0x88,0x2C,0xF8,0x10,0xCF,0x14,0x10,0x88,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2253 0x08,0x00,0xCD,0xA0,0x72,0xF2,0x9D,0x04,0x14,0x77,0xD3,0x14,0x92,0x10,0x94,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2254 0x93,0x10,0x94,0x80,0xF8,0x6B,0xCF,0x14,0x27,0x00,0x73,0xF0,0x5D,0x7C,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2255 0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2256 0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2257 0x00,0x02,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2258 0x00,0x02,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2259 0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2260 0x00,0xFE,0x00,0x02,0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2261 0x00,0xFE,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2262 0x00,0x02,0x00,0x02,0x00,0xFE,0x00,0xFE,0x00,0x02,0x00,0xFE,0x00,0xFE,0xB8,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2263 0xB6,0xF6,0xB9,0xF6,0xBE,0xF6,0x7B,0xEA,0x20,0xF0,0x72,0x86,0x49,0x80,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2264 0xCA,0x3D,0x02,0xEC,0x94,0x70,0xF5,0x03,0x62,0xF1,0x3A,0xFF,0x47,0x76,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2265 0x44,0x76,0x00,0x00,0xF8,0x10,0x66,0x58,0x10,0xF0,0x0A,0x00,0x43,0xFA,0x0D,0x05,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2266 0xF8,0x10,0x66,0x58,0x10,0xF0,0x44,0x00,0x47,0xFA,0x05,0x05,0xF8,0x10,0x66,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2267 0x44,0xE8,0x44,0x76,0x0A,0x00,0x0F,0xEC,0x44,0x1E,0x44,0x80,0xF0,0xF0,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2268 0xFF,0xFF,0x00,0xF0,0x04,0x00,0x30,0xF0,0x0F,0x00,0x00,0xF0,0x17,0x00,0x46,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2269 0x74,0xF0,0xF0,0x85,0x44,0x10,0x45,0xFC,0x12,0x48,0x10,0xF0,0x01,0x00,0x13,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2270 0x44,0x08,0x14,0x88,0x83,0x71,0xC7,0x3D,0x0F,0xE8,0x44,0x08,0x46,0x80,0x46,0x47,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2271 0x65,0xE5,0x44,0x10,0x14,0x77,0xC7,0x3D,0x10,0xF0,0x01,0x00,0x46,0x80,0x46,0x47,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2272 0x25,0xE5,0x00,0xFC,0x19,0x10,0x10,0xF1,0x02,0x00,0x1A,0x89,0x10,0xF1,0x19,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2273 0x4F,0xFA,0x58,0x05,0x17,0x10,0x04,0x00,0x12,0x88,0x72,0xF2,0x3D,0x05,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2274 0x92,0x10,0x92,0x00,0x07,0x61,0x10,0x00,0x30,0xF8,0x48,0x05,0x63,0xF4,0xB6,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2275 0x19,0x63,0x05,0x00,0x19,0x81,0xB6,0xF7,0x42,0xF8,0x52,0x05,0x84,0xF4,0xB8,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2276 0x0F,0xEC,0x19,0x1E,0xB8,0xF7,0x84,0xF4,0x73,0xF0,0x73,0x05,0xB8,0xF6,0x0F,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2277 0x19,0x1E,0xB8,0xF7,0x73,0xF0,0x73,0x05,0x10,0xF3,0xEB,0xFF,0x4B,0xFA,0x72,0x05,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2278 0x17,0x6F,0x41,0x0C,0x03,0x00,0x12,0x88,0x95,0xF4,0x95,0xF4,0xB2,0x10,0x72,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2279 0x6D,0x05,0x0E,0x80,0x0F,0x80,0xB2,0x11,0x0E,0x10,0x86,0xF4,0x0E,0x80,0x0F,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2280 0x87,0xF4,0x0F,0x80,0x0E,0x00,0x7F,0xF4,0x73,0xF0,0x73,0x05,0x11,0x10,0x18,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2281 0x10,0xF3,0x01,0x00,0x1A,0x89,0x03,0x11,0x16,0x6F,0x01,0x0F,0x12,0x89,0x68,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2282 0x68,0xF4,0x25,0xE7,0x00,0xED,0x72,0xF2,0x83,0x05,0xDD,0x41,0x84,0xF7,0xFC,0xC7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2283 0x00,0xFC,0x45,0xE7,0x95,0x6D,0x91,0x6D,0x8B,0x6D,0x91,0x10,0x61,0xF4,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2284 0x12,0x88,0x23,0xA3,0x85,0xF7,0x0D,0x43,0x94,0x10,0x95,0x00,0x7F,0xF4,0x84,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2285 0x4F,0xFA,0xA2,0x05,0x82,0x00,0x82,0x80,0xF8,0x61,0xC0,0x3D,0x10,0x00,0x30,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2286 0xA2,0x05,0xEA,0x6D,0xFC,0xFF,0x71,0xF0,0x04,0x00,0xB2,0x80,0x8B,0x6C,0x89,0x05,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2287 0x00,0xFC,0x80,0xF9,0xF0,0x07,0xF8,0x70,0x92,0x3A,0x1E,0x09,0xF8,0x70,0x93,0x3A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2288 0x25,0x0C,0xF8,0x70,0x94,0x3A,0x26,0x0C,0xF8,0x70,0x97,0x3A,0x27,0x0C,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2289 0x90,0x3A,0x28,0x0C,0xF8,0x70,0x99,0x3A,0x29,0x0C,0xF8,0x70,0x9C,0x3A,0x2A,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2290 0xF8,0x70,0x9A,0x3A,0x2B,0x0C,0xF8,0x70,0x9B,0x3A,0x2C,0x0C,0x00,0xFC,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2291 0x26,0x0C,0x01,0x00,0xF8,0x76,0x27,0x0C,0xFF,0x7F,0xF8,0x76,0x28,0x0C,0xFF,0x1F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2292 0xF8,0x76,0x29,0x0C,0x00,0x40,0xF8,0x76,0x2A,0x0C,0x32,0x00,0xF8,0x76,0x2B,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2293 0x00,0x10,0xF8,0x76,0x2C,0x0C,0x00,0x10,0xF8,0x76,0x25,0x0C,0x00,0x00,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2294 0xB6,0xF7,0xF8,0x60,0xBA,0x3F,0x03,0x00,0x20,0xFA,0xFD,0x05,0x11,0x72,0xBB,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2295 0x19,0x77,0x5E,0x01,0x81,0x11,0xD1,0x76,0x00,0x00,0x19,0x77,0x1F,0x00,0x11,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2296 0xBB,0x3F,0x11,0x72,0xFF,0x3D,0xB9,0xF6,0xD1,0x81,0x71,0xF1,0x1E,0x00,0xD1,0x79,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2297 0xA3,0x0C,0xB9,0xF7,0xF8,0x47,0x04,0x09,0x61,0xF7,0x11,0x73,0xFF,0x3D,0x0C,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2298 0x21,0x00,0x11,0x72,0x7F,0x41,0x19,0x77,0x1F,0x00,0xF8,0x10,0xB9,0x3F,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2299 0x01,0x00,0x43,0xFA,0x2E,0x06,0xD1,0x70,0x20,0x00,0xF8,0x61,0x92,0x3F,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2300 0x20,0xFA,0x1C,0x06,0xF8,0x45,0x20,0x00,0xBF,0xF6,0x80,0xFB,0xED,0x07,0xF8,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2301 0x21,0x00,0x11,0x72,0x7F,0x41,0x19,0x77,0x1F,0x00,0x95,0xF4,0x95,0xF4,0xD1,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2302 0xB9,0xF6,0x71,0xF1,0x1E,0x00,0xD1,0x79,0x84,0x0C,0x11,0x73,0x7F,0x41,0x11,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2303 0xBC,0x3F,0x19,0x77,0x5E,0x01,0xB9,0xF7,0xF8,0x47,0x03,0x09,0x61,0xF7,0xD1,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2304 0x11,0x73,0xBC,0x3F,0x00,0xFC,0x17,0x77,0x06,0x09,0x16,0x77,0x07,0x09,0x87,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2305 0x86,0x08,0x45,0xF8,0x21,0xC2,0x12,0x72,0xCE,0x3F,0x87,0x71,0x07,0x09,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2306 0x09,0x09,0xFF,0xEF,0x73,0xF0,0x09,0xC2,0x00,0xFC,0xF8,0x61,0x38,0x0C,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2307 0x20,0xF8,0x5C,0x06,0xF8,0x61,0xB1,0x3F,0x08,0x00,0x30,0xF8,0x6F,0x06,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2308 0xB1,0x3F,0x02,0x00,0x30,0xF8,0x63,0x06,0xF8,0x61,0xB1,0x3F,0x01,0x00,0x30,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2309 0x67,0x06,0xF8,0x61,0xB1,0x3F,0x04,0x00,0x30,0xF8,0x6B,0x06,0x73,0xF0,0x3D,0xB7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2310 0xF8,0x61,0xB1,0x3F,0x08,0x00,0x30,0xF8,0x73,0x06,0x73,0xF0,0x2C,0xB6,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2311 0x0A,0x10,0x73,0xF0,0xFF,0xB6,0x92,0x76,0x0A,0x10,0x73,0xF0,0x11,0xB7,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2312 0x0A,0x10,0x73,0xF0,0x36,0xB7,0x92,0x76,0x0A,0x10,0x73,0xF0,0x75,0x06,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2313 0x0A,0x1C,0x92,0x76,0x12,0x00,0x0F,0xEC,0x92,0x76,0xC6,0xFF,0xF8,0x6B,0xCA,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2314 0x01,0x00,0x73,0xF0,0x3D,0xB7,0xF8,0x61,0xEB,0x08,0x01,0x00,0x30,0xF9,0xCD,0x06,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2315 0xF8,0x61,0xB3,0x09,0x01,0x00,0x30,0xF9,0x1C,0x07,0xF8,0x61,0xB8,0x3F,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2316 0x30,0xF9,0xC2,0x06,0xF8,0x61,0xB8,0x3F,0x10,0x00,0x30,0xF9,0x3F,0x07,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2317 0xB8,0x3F,0x00,0x40,0x30,0xF9,0xB8,0xB6,0xF8,0x61,0xB8,0x3F,0x01,0x00,0x30,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2318 0x26,0x07,0xF8,0x61,0xB8,0x3F,0x00,0x10,0x30,0xF9,0xB2,0xB6,0xF8,0x61,0xEC,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2319 0x01,0x00,0x30,0xF9,0xD7,0x06,0xF8,0x6F,0xD7,0x08,0x59,0x0C,0x30,0xF0,0x0F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2320 0xF8,0x80,0x66,0x58,0x74,0xF0,0xED,0xB5,0xF8,0x61,0xB0,0x3F,0x02,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2321 0xC1,0x06,0x15,0x77,0xC8,0x3F,0xB8,0xF6,0x3D,0x96,0x30,0xF9,0xE1,0x06,0x36,0x96,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2322 0x30,0xF9,0xEB,0x06,0x35,0x96,0x30,0xF9,0x04,0x07,0x00,0xFC,0x92,0x76,0x02,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2323 0xF8,0x10,0xEE,0x08,0x92,0x80,0x92,0x76,0x02,0x01,0xF8,0x68,0xB8,0x3F,0xF7,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2324 0x00,0xFC,0xF8,0x68,0xEB,0x08,0xFE,0xFF,0x92,0x76,0x02,0x02,0x92,0x70,0xEB,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2325 0x92,0x76,0x02,0x01,0x00,0xFC,0xF8,0x68,0xEC,0x08,0xFE,0xFF,0x92,0x76,0x02,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2326 0x92,0x70,0xEC,0x08,0x92,0x76,0x02,0x01,0x00,0xFC,0xF8,0x68,0xEA,0x08,0xFE,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2327 0x92,0x76,0x02,0x02,0x92,0x70,0xEA,0x08,0x92,0x76,0x02,0x01,0x00,0xFC,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2328 0xE8,0x08,0xFE,0xFF,0x92,0x70,0xE8,0x08,0xF8,0x10,0xE8,0x08,0x30,0xF0,0xC0,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2329 0xF8,0x11,0xF0,0x08,0x30,0xF3,0xC0,0x07,0x20,0xF6,0x30,0xF1,0xC0,0x00,0xF8,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2330 0xF8,0x00,0x66,0x58,0x4C,0xFF,0x00,0xF0,0x01,0x00,0xF8,0x80,0x66,0x58,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2331 0xF8,0x68,0xE9,0x08,0xFE,0xFF,0x92,0x76,0x02,0x02,0x92,0x70,0xE9,0x08,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2332 0x02,0x01,0xF8,0x10,0xE9,0x08,0x30,0xF0,0xC0,0x07,0xF8,0x11,0xEA,0x08,0x30,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2333 0xC0,0x07,0x20,0xF6,0xFD,0xF0,0xF8,0x00,0x66,0x58,0xF8,0x80,0x66,0x58,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2334 0xF8,0x68,0xB3,0x09,0xFE,0xFF,0x92,0x76,0x02,0x02,0x92,0x70,0xB3,0x09,0x92,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2335 0x02,0x01,0x00,0xFC,0x92,0x76,0x02,0x02,0xF8,0x10,0xF6,0x08,0x30,0xF0,0x3F,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2336 0x92,0x80,0xF8,0x10,0xEB,0x08,0x30,0xF0,0x7F,0xFF,0x92,0x80,0x92,0x76,0x02,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2337 0xF8,0x68,0xB8,0x3F,0xFE,0xFF,0xF8,0x69,0xB8,0x3F,0x10,0x00,0xF8,0x10,0xB4,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2338 0xF8,0x80,0x68,0x58,0x00,0xFC,0xF8,0x10,0x68,0x58,0x10,0xF0,0x01,0x00,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2339 0x68,0x58,0x46,0xFC,0xF8,0x68,0xB8,0x3F,0xEF,0xFF,0x74,0xF0,0xA8,0xB6,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2340 0xCD,0x06,0x00,0xFC,0xF8,0x6B,0x67,0x58,0xFF,0xFF,0xF8,0x61,0xD7,0x08,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2341 0x20,0xF8,0x64,0x07,0xF8,0x10,0x67,0x58,0x44,0xF8,0x64,0x07,0x20,0xF0,0x6B,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2342 0x74,0xF0,0xC3,0xAA,0x35,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x73,0xF0,0x6A,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2343 0x74,0xF0,0x57,0x5F,0x26,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2344 0xC0,0x3D,0x01,0x00,0xF8,0x76,0xC1,0x3D,0x4E,0x0E,0x74,0xF0,0xB6,0x07,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2345 0xC0,0x3D,0x00,0x01,0x20,0xF8,0x7C,0x07,0x74,0xF0,0x89,0x07,0x73,0xF0,0x7E,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2346 0x74,0xF0,0x57,0x5F,0x12,0x72,0x50,0x43,0xF8,0x10,0xB2,0x3F,0xEA,0x80,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2347 0x26,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,0x07,0x4A,0xB9,0xF7,0xB6,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2348 0xB8,0xF7,0x00,0xED,0x12,0x77,0x4E,0x0E,0x73,0xF0,0xF9,0x76,0x29,0xE8,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2349 0x64,0x3F,0xE3,0xF5,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0xA3,0x07,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2350 0xC0,0x3D,0x02,0x00,0xF8,0x76,0xC1,0x3D,0xCE,0x0C,0x74,0xF0,0xB6,0x07,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2351 0x61,0xB2,0x24,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x80,0xF9,0xAA,0x86,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2352 0x6F,0x58,0x01,0x00,0x20,0xFC,0xF8,0x76,0xAA,0x3F,0x00,0x00,0xF8,0x68,0x6F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2353 0xFE,0xFF,0x00,0xFC,0x36,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x80,0xF9,0xF3,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2354 0x34,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2355
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2356 /* size */ 0x13, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2357 /* addr */ 0xed, 0x07, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2358
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2359 0x74,0xF0,0xB8,0x62,0xE4,0xF4,0x74,0xF0,0x58,0x63,0xE4,0xF4,0x74,0xF0,0xBE,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2360 0xE4,0xF4,0x95,0xF4,0x95,0xF4,0x95,0xF4,0x95,0xF4,0x95,0xF4,0x95,0xF4,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2361 0x95,0xF4,0x95,0xF4,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2362
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2363 /* size */ 0xfd, 0x03, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2364 /* addr */ 0xbe, 0x10, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2365
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2366 0xF8,0x10,0xC0,0x3D,0x30,0xF0,0x0F,0x00,0x45,0xFE,0x00,0xED,0x54,0xEA,0x1A,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2367 0x85,0x12,0x1B,0x76,0xCF,0x11,0x1C,0x76,0xA6,0x13,0x1D,0x76,0xC5,0x13,0x1E,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2368 0x84,0x14,0xBD,0xF6,0xBD,0xF7,0xB8,0xF7,0xB7,0xF6,0xB9,0xF6,0xB6,0xF7,0xBE,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2369 0x19,0x77,0x00,0x00,0xF8,0x68,0xC0,0x3D,0xFF,0x00,0x00,0xE8,0xF8,0x80,0xC2,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2370 0x0A,0x80,0x0B,0x80,0xF8,0x61,0xC0,0x3D,0x01,0x00,0x20,0xF8,0xF8,0x10,0x05,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2371 0xF8,0x71,0xC1,0x3D,0x17,0x00,0xEF,0x6D,0x80,0x00,0x08,0x4A,0x02,0x76,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2372 0x0D,0x76,0x04,0x00,0x0C,0x76,0x0A,0x04,0x14,0x76,0x07,0x00,0x15,0x76,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2373 0x73,0xF0,0x17,0x11,0x0B,0xE8,0x17,0x77,0x31,0x2A,0x08,0x4A,0xF8,0x61,0xC0,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2374 0x04,0x00,0x20,0xF8,0x0D,0x11,0x02,0x76,0x97,0x00,0x0D,0x76,0x08,0x00,0x0C,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2375 0xF8,0x03,0x14,0x76,0x09,0x00,0x15,0x76,0x04,0x00,0x73,0xF0,0x17,0x11,0x02,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2376 0xBF,0x00,0x0D,0x76,0x0A,0x00,0x0C,0x76,0x00,0x04,0x14,0x76,0x0C,0x00,0x15,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2377 0x04,0x00,0x02,0x71,0x10,0x00,0x71,0xF0,0x04,0x00,0x97,0x80,0x17,0x73,0x05,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2378 0xB7,0x6D,0x71,0xF0,0x04,0x00,0x97,0x80,0x17,0x73,0x06,0x2A,0xB7,0x6D,0x10,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2379 0x17,0x73,0x0E,0x2A,0xB7,0x6D,0x17,0x73,0x10,0x2A,0xB7,0x6D,0x17,0x73,0x0F,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2380 0xB7,0x6D,0x17,0x73,0x11,0x2A,0x03,0x70,0xC1,0x3D,0x1A,0x13,0xE3,0xF7,0x05,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2381 0x04,0x80,0x08,0x80,0x03,0x70,0xC1,0x3D,0x03,0x6B,0x01,0x00,0x1A,0x13,0xE3,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2382 0x06,0x10,0x04,0x80,0x09,0x80,0xF8,0x61,0xC0,0x3D,0x01,0x00,0x20,0xFA,0x98,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2383 0x0F,0x77,0x00,0x00,0x05,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2384 0x1C,0x13,0xE3,0xF5,0x12,0x80,0x08,0x63,0xA4,0x10,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2385 0x07,0x8F,0x07,0x8F,0x0F,0x4A,0x06,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2386 0x08,0x00,0x1C,0x13,0xE3,0xF5,0x13,0x80,0x0F,0x8A,0x09,0x63,0xA4,0x10,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2387 0x0B,0x00,0x95,0xF4,0x07,0x8F,0x07,0x8F,0x07,0x8D,0x10,0x77,0x02,0x00,0x07,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2388 0x08,0x00,0x20,0xFA,0x81,0x11,0x02,0x71,0x1A,0x00,0xF8,0x71,0xC1,0x3D,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2389 0xEA,0x6D,0x00,0x00,0x05,0x71,0x13,0x00,0xF8,0x69,0xC0,0x3D,0x00,0x01,0x72,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2390 0x80,0x11,0x09,0xA2,0xB2,0x82,0x07,0x61,0x02,0x00,0x20,0xFA,0x95,0x11,0x02,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2391 0x1A,0x00,0xF8,0x71,0xC1,0x3D,0x12,0x00,0xEA,0x6D,0x01,0x00,0x06,0x71,0x13,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2392 0xF8,0x69,0xC0,0x3D,0x00,0x01,0x72,0xF0,0x94,0x11,0x09,0xA2,0xB2,0x82,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2393 0xBD,0xF6,0xBD,0xF7,0x05,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2394 0x1C,0x13,0xE3,0xF5,0x12,0x80,0x08,0x63,0x00,0x20,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2395 0x07,0x8F,0x08,0x63,0x66,0x16,0xF0,0xF3,0xF8,0x80,0x0C,0x00,0x95,0xF4,0x07,0x8F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2396 0x0F,0x4A,0x06,0x71,0x12,0x00,0x14,0x71,0x10,0x00,0xEA,0x6D,0x08,0x00,0x1C,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2397 0xE3,0xF5,0x13,0x80,0x0F,0x8A,0x09,0x63,0x00,0x20,0xF8,0x80,0x0B,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2398 0x07,0x8F,0x09,0x63,0x66,0x16,0xF0,0xF3,0xF8,0x80,0x0C,0x00,0x95,0xF4,0x07,0x8F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2399 0x07,0x8D,0x07,0x61,0x0A,0x00,0x20,0xFE,0xBD,0xF6,0xBD,0xF7,0x1B,0x13,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2400 0x00,0xFC,0x14,0x76,0x0E,0x00,0x17,0x77,0x1F,0x2A,0x71,0xF0,0x04,0x00,0x97,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2401 0x17,0x77,0x24,0x2A,0x71,0xF0,0x04,0x00,0x97,0x80,0x07,0x61,0x08,0x00,0x20,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2402 0xEC,0x11,0x05,0x10,0x04,0x80,0x13,0x77,0x1F,0x2A,0x08,0x63,0x00,0x28,0x0D,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2403 0x1D,0x13,0xE3,0xF5,0x17,0x73,0x0A,0x2A,0x05,0x6B,0xFD,0xFF,0x07,0x61,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2404 0x20,0xFA,0xFD,0x11,0x06,0x10,0x04,0x80,0x13,0x77,0x24,0x2A,0x09,0x63,0x00,0x28,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2405 0x0D,0x83,0x1D,0x13,0xE3,0xF5,0x17,0x73,0x0B,0x2A,0x06,0x6B,0xFD,0xFF,0x07,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2406 0x0C,0x00,0x30,0xFA,0x09,0x12,0x12,0x77,0x24,0x2A,0x13,0x77,0x1F,0x2A,0x04,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2407 0x89,0xE5,0x17,0x73,0x0A,0x2A,0x07,0x61,0x03,0x00,0x30,0xFA,0x13,0x12,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2408 0x1F,0x2A,0x04,0xEC,0x98,0xE5,0x17,0x73,0x0B,0x2A,0x10,0x77,0x02,0x00,0x14,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2409 0x0C,0x00,0x15,0x76,0x08,0x00,0x17,0x77,0x29,0x2A,0x71,0xF0,0x03,0x00,0x97,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2410 0x17,0x77,0x2D,0x2A,0x71,0xF0,0x03,0x00,0x97,0x80,0x07,0x61,0x04,0x00,0x30,0xFA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2411 0x44,0x12,0x03,0x70,0xC1,0x3D,0x05,0x10,0x04,0x80,0x11,0x77,0x1F,0x2A,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2412 0x29,0x2A,0x0A,0x71,0x13,0x00,0x07,0x61,0x08,0x00,0x08,0x63,0xFF,0x7F,0x0D,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2413 0x20,0xFF,0x07,0x69,0x10,0x00,0x1E,0x13,0xE3,0xF5,0xF8,0x69,0xC0,0x3D,0x00,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2414 0x0A,0x71,0x1A,0x00,0x74,0xF2,0x6C,0x12,0x11,0x77,0x29,0x2A,0x07,0x61,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2415 0x30,0xFA,0x69,0x12,0x03,0x70,0xC1,0x3D,0x03,0x6B,0x01,0x00,0x06,0x10,0x04,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2416 0x11,0x77,0x24,0x2A,0x14,0x77,0x2D,0x2A,0x0B,0x71,0x13,0x00,0x07,0x68,0xEF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2417 0x07,0x61,0x02,0x00,0x09,0x63,0xFF,0x7F,0x0D,0x83,0x20,0xFF,0x07,0x69,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2418 0x1E,0x13,0xE3,0xF5,0xF8,0x69,0xC0,0x3D,0x00,0x01,0x0B,0x71,0x1A,0x00,0x74,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2419 0x6C,0x12,0x11,0x77,0x2D,0x2A,0x00,0xFE,0xBD,0xF6,0xBD,0xF7,0x1A,0x4A,0x11,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2420 0x81,0x10,0x72,0xF0,0x72,0x12,0x91,0x11,0x87,0xF4,0x85,0xF4,0x11,0x8A,0x1A,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2421 0x08,0x4A,0x81,0x10,0x72,0xF0,0x7B,0x12,0x91,0x11,0x86,0xF4,0x00,0xE9,0x0B,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2422 0x86,0xF5,0xF8,0x10,0xC2,0x3D,0x86,0xF4,0x00,0xFE,0xF8,0x80,0xC2,0x3D,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2423 0x02,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,0x12,0x00,0x03,0x71,0x13,0x00,0x0E,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2424 0x14,0x00,0x74,0xF2,0xE0,0x12,0x10,0x71,0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2425 0x12,0x00,0x74,0xF2,0x0A,0x13,0x10,0x71,0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2426 0x12,0x00,0x03,0x71,0x13,0x00,0x0F,0x71,0x14,0x00,0x74,0xF2,0xF5,0x12,0x11,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2427 0x15,0x00,0x0D,0x71,0x11,0x00,0x0C,0x71,0x12,0x00,0x74,0xF2,0x0A,0x13,0x11,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2428 0x15,0x00,0x0D,0x71,0x11,0x00,0x0E,0x71,0x13,0x00,0x74,0xF2,0x81,0x13,0x0F,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2429 0x14,0x00,0x08,0x4A,0xBC,0xF4,0x10,0x71,0x15,0x00,0x74,0xF2,0x5F,0x13,0x0E,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2430 0x14,0x00,0x74,0xF2,0x1A,0x13,0x0D,0x71,0x11,0x00,0x0D,0x71,0x11,0x00,0x10,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2431 0x15,0x00,0x74,0xF2,0x68,0x13,0x0E,0x71,0x14,0x00,0xBC,0xF5,0x11,0x71,0x15,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2432 0x74,0xF2,0x5F,0x13,0x0F,0x71,0x14,0x00,0x74,0xF2,0x1A,0x13,0x0D,0x71,0x11,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2433 0x0D,0x71,0x11,0x00,0x11,0x71,0x15,0x00,0x74,0xF2,0x68,0x13,0x0F,0x71,0x14,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2434 0x08,0x8A,0x00,0xFC,0x89,0x6D,0x82,0x71,0x1A,0x00,0x72,0xF2,0xEA,0x12,0xB3,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2435 0x83,0xE5,0xB3,0x11,0x86,0xF4,0x20,0xF5,0x3D,0x9D,0x94,0x80,0x4D,0xFF,0x85,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2436 0xFF,0xFF,0x95,0x6D,0x89,0x6E,0xE3,0x12,0x82,0x71,0x1A,0x00,0x00,0xFC,0x89,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2437 0x82,0x71,0x1A,0x00,0x72,0xF2,0xFF,0x12,0xB3,0x10,0x83,0xE5,0xB3,0x11,0x87,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2438 0x20,0xF5,0x3D,0x9D,0x94,0x80,0x4D,0xFF,0x85,0x76,0xFF,0xFF,0x95,0x6D,0x89,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2439 0xF8,0x12,0x82,0x71,0x1A,0x00,0x00,0xFC,0x89,0x6D,0x11,0x73,0x1A,0x00,0x72,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2440 0x16,0x13,0xB8,0xF6,0x00,0xE9,0x03,0xA2,0x00,0xF6,0x95,0x82,0x92,0x3F,0x60,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2441 0x02,0x00,0x00,0xFE,0xB8,0xF7,0x95,0xF4,0xE9,0x6D,0xFE,0xFF,0xE5,0x10,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2442 0x85,0x08,0x10,0xF0,0x01,0x00,0x1A,0x88,0x84,0x10,0xE4,0x11,0x01,0x00,0x20,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2443 0x30,0xFD,0x84,0xF7,0x4A,0xF8,0x3A,0x13,0xED,0x10,0x01,0x00,0x10,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2444 0x04,0x6F,0x00,0x0D,0x12,0x89,0x61,0xF5,0x03,0x01,0x13,0x89,0xEC,0x44,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2445 0x73,0xF2,0x44,0x13,0x10,0x77,0xFF,0xFF,0x95,0x10,0x04,0x6F,0x00,0x0D,0x12,0x89,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2446 0x61,0xF5,0x03,0x01,0x13,0x89,0x94,0x44,0x10,0x77,0x01,0x00,0x30,0xF8,0x52,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2447 0x72,0xF2,0x4C,0x13,0x00,0xED,0x95,0xF4,0xB3,0x45,0x86,0xF4,0xDC,0xD1,0x89,0x6E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2448 0x1E,0x13,0xE5,0x10,0x01,0x00,0x00,0xFC,0x72,0xF2,0x59,0x13,0x1F,0xED,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2449 0xB3,0x45,0x87,0xF4,0x82,0x3D,0xDC,0xD3,0x89,0x6E,0x1E,0x13,0xE5,0x10,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2450 0x00,0xFC,0x85,0x10,0x45,0xFE,0x10,0xF0,0x01,0x00,0x1A,0x88,0x73,0xF2,0x74,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2451 0x04,0x71,0x12,0x00,0x10,0xE7,0x88,0x6D,0xB5,0x6D,0xB4,0x6D,0x02,0x10,0x85,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2452 0x10,0xF0,0x01,0x00,0x1A,0x88,0x85,0x10,0x04,0x00,0x12,0x88,0x30,0xFA,0x7C,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2453 0x84,0x44,0x1F,0xED,0x72,0xF0,0x7A,0x13,0x92,0x82,0x00,0xFC,0x72,0xF0,0x7F,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2454 0x82,0x3D,0x92,0x87,0x00,0xFC,0x11,0x48,0x7F,0xF4,0x12,0x88,0x89,0x6D,0x11,0x73,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2455 0x1A,0x00,0x93,0x44,0x1F,0xED,0x72,0xF2,0x8E,0x13,0x15,0x77,0x1F,0x2A,0x94,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2456 0x9B,0xC8,0x13,0x77,0x1F,0x2A,0x11,0x73,0x1A,0x00,0x72,0xF2,0x9E,0x13,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2457 0x00,0x80,0x83,0x11,0x86,0xF4,0x08,0xFA,0x9E,0x13,0xE3,0x11,0x01,0x00,0x37,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2458 0x93,0x6D,0x87,0x76,0x00,0x80,0x8A,0x6E,0x91,0x13,0x13,0x77,0x1F,0x2A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2459 0x12,0x4A,0x15,0x32,0x01,0xE8,0x82,0xF4,0x10,0xF0,0x01,0x00,0x0C,0x80,0x00,0xE9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2460 0x0C,0x47,0xB2,0x01,0x00,0x4F,0x0C,0x71,0x1A,0x00,0x12,0x8A,0x72,0xF2,0xBC,0x13,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2461 0x00,0xE8,0x95,0xF4,0xB2,0x11,0x82,0xF7,0x00,0x59,0x85,0xF7,0x00,0xF6,0x15,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2462 0x41,0x0D,0x10,0xF3,0x01,0x00,0xF8,0x47,0x0B,0x00,0x7F,0xF4,0x00,0xFC,0x02,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2463 0x0C,0x80,0x74,0xF2,0x05,0x14,0x04,0x71,0x12,0x00,0x93,0x76,0xFF,0xFF,0x17,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2464 0x00,0x00,0x10,0x77,0x02,0x00,0x74,0xF2,0x22,0x14,0x04,0x71,0x12,0x00,0x43,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2465 0x08,0x4A,0xF8,0x60,0xC3,0x3D,0x7D,0x30,0x20,0xF8,0xE8,0x13,0x04,0x71,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2466 0x14,0x08,0x0C,0x80,0x14,0x6F,0x21,0x0C,0x42,0xF9,0x22,0x14,0x95,0xF4,0x42,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2467 0x93,0x80,0x97,0x6D,0x00,0xE8,0x08,0x8A,0x97,0x6D,0x93,0x80,0xF8,0x60,0xC3,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2468 0x7D,0x30,0x20,0xF8,0x02,0x14,0x14,0x00,0x00,0xF0,0x01,0x00,0x04,0x6F,0x00,0x0D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2469 0x12,0x89,0x02,0x11,0x20,0xF5,0x0C,0x81,0x14,0x6F,0x21,0x0E,0x42,0xF9,0x22,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2470 0x95,0xF4,0x42,0xFF,0x93,0x80,0x97,0x6D,0x00,0xFE,0x02,0x10,0x93,0x80,0x0C,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2471 0x10,0xF0,0x02,0x00,0x1A,0x88,0x04,0x71,0x12,0x00,0xEA,0x6D,0xFB,0xFF,0x25,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2472 0x95,0x6D,0x04,0x71,0x14,0x00,0x72,0xF2,0x16,0x14,0x1D,0xED,0x94,0x44,0x38,0xC5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2473 0xAB,0xC6,0x02,0xEC,0x92,0x86,0x04,0x71,0x14,0x00,0x8C,0x6D,0x8C,0x10,0x8C,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2474 0x84,0x80,0x00,0xFE,0x14,0x73,0x04,0x2A,0x0C,0x6B,0x01,0x00,0x12,0x4A,0x0C,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2475 0x7F,0xF4,0x10,0xF0,0x02,0x00,0x1A,0x88,0x10,0x80,0xB2,0x10,0x72,0xF2,0x33,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2476 0x15,0x77,0x10,0x2A,0xB2,0x11,0x86,0xF4,0x20,0xF5,0x3D,0x9D,0x0E,0x80,0x4D,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2477 0x10,0x76,0xFF,0xFF,0x12,0x8A,0x95,0xF4,0x12,0x4A,0x0C,0x10,0x7F,0xF4,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2478 0x02,0x00,0x1A,0x88,0x11,0x80,0xB2,0x10,0x72,0xF2,0x49,0x14,0x15,0x77,0x11,0x2A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2479 0xB2,0x11,0x87,0xF4,0x20,0xF5,0x3D,0x9D,0x0F,0x80,0x4D,0xFF,0x11,0x76,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2480 0x12,0x8A,0x0E,0x11,0x0F,0x09,0x0D,0x09,0x4F,0xFE,0x20,0xF0,0xFF,0xFF,0x0E,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2481 0x0F,0x01,0x0F,0x6F,0x9F,0x0D,0x10,0x10,0x11,0x11,0x86,0xF4,0x0C,0x6F,0x3F,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2482 0x00,0xF0,0x02,0x00,0x12,0x49,0x21,0xF5,0x12,0x89,0x10,0x6F,0x41,0x0C,0x11,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2483 0x21,0x0C,0x85,0xF4,0x10,0xF0,0x01,0x00,0x1A,0x88,0x14,0x77,0x0F,0x2A,0x11,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2484 0x0E,0x80,0x12,0x73,0x10,0x2A,0x82,0xA2,0x85,0xF4,0x72,0xF2,0x7B,0x14,0x15,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2485 0x11,0x2A,0x82,0xA3,0x85,0xF7,0x87,0xF4,0x20,0xF5,0x3D,0x9D,0x4D,0xFF,0x11,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2486 0xFF,0xFF,0x0E,0x10,0x11,0x08,0x00,0xFE,0x10,0x00,0x04,0x08,0x11,0x4A,0x13,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2487 0x14,0x4A,0x00,0xE8,0x11,0x80,0x00,0x80,0x01,0x80,0x14,0x10,0x0C,0x80,0x15,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2488 0x10,0x80,0x91,0x10,0x00,0xF0,0x01,0x00,0x16,0x80,0x81,0x11,0x20,0xF5,0x18,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2489 0x00,0x00,0x17,0x80,0x00,0x09,0x0C,0x09,0x10,0xF2,0x08,0x00,0x46,0xF8,0xA3,0x14,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2490 0x17,0x10,0x01,0x08,0x17,0x80,0x01,0x01,0x10,0x01,0x19,0x81,0x74,0xF0,0x2E,0x05,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2491 0x94,0x82,0x11,0x82,0x13,0x49,0x10,0xF3,0x01,0x00,0x14,0x10,0x00,0x80,0x15,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2492 0x01,0x80,0x4D,0xFF,0x0C,0x81,0x10,0x81,0x8B,0x6C,0x8F,0x14,0x14,0x8A,0x13,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2493 0x11,0x8A,0x74,0xF0,0x85,0x05,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2494
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2495 /* size */ 0xa8, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2496 /* addr */ 0x79, 0x58, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2497
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2498 0x06,0x4A,0x07,0x4A,0x9F,0xEA,0x07,0x77,0x00,0x03,0x4D,0x10,0x45,0xF8,0x9D,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2499 0x13,0x77,0xD8,0x4F,0x71,0xF0,0x20,0x00,0x93,0x80,0x4D,0x80,0x20,0xF0,0x00,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2500 0x4E,0x80,0x4F,0x80,0xF8,0x10,0x05,0x09,0x50,0x6F,0x68,0x0C,0x51,0x76,0x8F,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2501 0x52,0x76,0x66,0x66,0x55,0x76,0x00,0x04,0x56,0x76,0x00,0x08,0x50,0x62,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2502 0x53,0x80,0x50,0x62,0x02,0x00,0x54,0x80,0x13,0x77,0xD8,0x4F,0x15,0x77,0xC0,0x2C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2503 0x32,0xE7,0x20,0xEC,0x9B,0xE5,0x19,0x77,0x5E,0x01,0x13,0x72,0xBE,0x3F,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2504 0x01,0x00,0x34,0xE7,0x9F,0xEC,0xDB,0xE5,0xF3,0x6D,0xDF,0xFF,0x20,0xEC,0xD8,0xE5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2505 0x16,0x77,0x09,0x03,0x62,0xE7,0x11,0x77,0xC0,0x2C,0x13,0xE7,0x1A,0x77,0x9F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2506 0x14,0x77,0x80,0x2B,0x74,0xF0,0xF1,0x58,0x16,0x77,0xE8,0x02,0x62,0xE7,0x11,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2507 0xC0,0x2C,0x13,0xE7,0x1A,0x77,0x9F,0x00,0x14,0x77,0x20,0x2C,0x74,0xF0,0xF1,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2508 0x11,0x77,0xD5,0x4F,0x14,0x77,0x80,0x2B,0x42,0xE7,0x13,0x77,0xCE,0x4F,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2509 0xFB,0x58,0x11,0x77,0xD6,0x4F,0x14,0x77,0x20,0x2C,0x42,0xE7,0x13,0x77,0xCF,0x4F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2510 0x74,0xF0,0xFB,0x58,0x19,0x77,0x5E,0x01,0x12,0x77,0xD3,0x4F,0x13,0x77,0x80,0x2B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2511 0x14,0x77,0xD4,0x4F,0x15,0x77,0x20,0x2C,0x16,0x72,0xBE,0x3F,0x1A,0x77,0x9F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2512 0x72,0xF0,0xED,0x58,0x09,0xA4,0x2B,0xB0,0xD6,0x80,0x07,0x8A,0x06,0x8A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2513 0x72,0xF0,0xF9,0x58,0x91,0x6D,0x71,0xF0,0x20,0x00,0x98,0xB0,0xA1,0x9A,0x62,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2514 0x13,0xE7,0x00,0xFC,0x1A,0x77,0x9F,0x00,0x57,0x76,0x00,0x00,0x72,0xF0,0x0E,0x59,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2515 0x1A,0xA4,0x85,0xF5,0x81,0x6F,0x2F,0x0F,0x4F,0xF8,0x0E,0x59,0x57,0x76,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2516 0x81,0x6F,0x4F,0x0D,0x43,0xFD,0x84,0xF7,0x40,0xF6,0x81,0x9A,0x57,0x10,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2517 0x17,0x59,0x14,0x77,0xD2,0x4F,0x21,0xA5,0x11,0x9B,0x00,0xFC,0x14,0x77,0xD1,0x4F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2518 0x21,0xA5,0x1F,0x91,0x2F,0xF0,0xFF,0x7F,0x87,0xF5,0x11,0x9B,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2519
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2520
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2521 /* size */ 0xb6, 0x14, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2522 /* addr */ 0xc8, 0x5a, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2523
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2524 0xFD,0xEE,0xF8,0x76,0x41,0x4C,0x5E,0x5B,0xF8,0x61,0x38,0x0C,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2525 0xD4,0x5A,0xF8,0x76,0x06,0x4C,0xAD,0x5C,0x20,0xF0,0xFE,0xFF,0xF8,0x18,0xF7,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2526 0xF8,0x80,0xC5,0x09,0xF8,0x76,0x56,0x4C,0xB4,0x5E,0xF8,0x76,0x13,0x4C,0xC9,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2527 0xF8,0x76,0x28,0x4C,0xCC,0x5C,0xF8,0x71,0x88,0x00,0x00,0x5A,0xF8,0x76,0x37,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2528 0xE9,0x5C,0xF8,0x76,0x3D,0x4C,0xFA,0x5B,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2529 0x51,0x4C,0xDF,0x5B,0xF8,0x76,0x65,0x3F,0x55,0x64,0x00,0x76,0x2A,0x03,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2530 0x44,0x4C,0x1C,0xE8,0xE3,0xF5,0xF8,0x11,0x5E,0x3F,0x20,0xF0,0x21,0x64,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2531 0x00,0x76,0x51,0x03,0xF8,0x11,0x44,0x4C,0x1D,0xE8,0xE3,0xF5,0xF8,0x76,0x4C,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2532 0x4D,0x5C,0xF8,0x76,0xFC,0x4B,0x87,0x60,0xF8,0x76,0x22,0x4C,0x2D,0x5D,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2533 0x47,0x4C,0x88,0x5C,0xF8,0x76,0x05,0x4C,0xC9,0x5D,0xF8,0x76,0x23,0x4C,0x3B,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2534 0xF8,0x76,0x08,0x4C,0x74,0x5E,0xF8,0x76,0x12,0x4C,0x81,0x5E,0xF8,0x76,0xFD,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2535 0x32,0x5F,0xF8,0x76,0x07,0x4C,0x5A,0x5D,0xF8,0x76,0x1E,0x4C,0x6B,0x5D,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2536 0x0C,0x4C,0x97,0x5D,0xF8,0x76,0x2C,0x4C,0xA8,0x5D,0xF8,0x76,0xFB,0x4B,0x07,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2537 0xF8,0x76,0x70,0x58,0x00,0x00,0xF8,0x76,0xCD,0x4B,0xFF,0xFF,0xF8,0x61,0x39,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2538 0x00,0x80,0x20,0xF8,0x3F,0x5B,0x20,0xF0,0x7D,0x30,0x73,0xF0,0x40,0x5B,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2539 0xF8,0x80,0xC3,0x3D,0x00,0x70,0x72,0x58,0xF8,0x11,0x44,0x4C,0x14,0xE8,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2540 0xF8,0x61,0x38,0x0C,0x01,0x00,0x20,0xF8,0x53,0x5B,0xF8,0x76,0x4E,0x4C,0x94,0xD2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2541 0xF8,0x76,0x26,0x4C,0x0A,0x5D,0xF8,0x76,0x2D,0x4C,0x8E,0x5E,0xF8,0x76,0x57,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2542 0xE2,0x5E,0xF8,0x76,0x58,0x4C,0xEA,0x5E,0x03,0xEE,0x00,0xFC,0x11,0x4A,0x11,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2543 0x18,0x00,0x81,0x71,0x11,0x00,0x10,0x77,0x00,0x5A,0xA9,0xF6,0x20,0xF8,0x6D,0x5B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2544 0x10,0x77,0xC8,0x5A,0xA9,0xF6,0x20,0xF8,0x70,0x5B,0xF8,0x69,0xD5,0x08,0x00,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2545 0xF8,0x71,0xC5,0x09,0xF7,0x08,0x11,0x72,0xB7,0x4B,0x95,0xF4,0xE1,0x61,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2546 0x00,0x80,0x20,0xF8,0x9C,0x5B,0xF8,0x61,0xBC,0x09,0x02,0x00,0x30,0xF8,0x98,0x5B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2547 0xF8,0x11,0x63,0x3F,0x16,0xE8,0xE3,0xF5,0xF8,0x76,0xC2,0x09,0x00,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2548 0x70,0x58,0x00,0x00,0xF8,0x61,0x39,0x0C,0x00,0x80,0x20,0xF8,0x93,0x5B,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2549 0x7D,0x30,0x73,0xF0,0x94,0x5B,0x00,0xE8,0xF8,0x80,0xC3,0x3D,0x73,0xF0,0x9C,0x5B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2550 0xF8,0x11,0x64,0x3F,0x33,0xE8,0xE3,0xF5,0x74,0xF0,0xBE,0xD0,0xF8,0x10,0xDE,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2551 0x44,0xF8,0xD5,0x5B,0xF8,0x11,0x63,0x3F,0x32,0xE8,0xE3,0xF5,0xF8,0x61,0xE3,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2552 0x10,0x00,0x20,0xF8,0xD5,0x5B,0xF8,0x69,0xD5,0x08,0x04,0x00,0x20,0xF0,0xE0,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2553 0xF8,0x18,0xE3,0x08,0x11,0x88,0x95,0xF4,0x10,0x77,0xE0,0xFF,0xA9,0xF5,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2554 0xBC,0x5B,0xF8,0x6B,0xE3,0x08,0x20,0x00,0xF8,0x61,0x38,0x0C,0x02,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2555 0xD5,0x5B,0xF8,0x10,0x3B,0x4C,0xE3,0xF4,0xF8,0x10,0x3E,0x4C,0xE3,0xF4,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2556 0x40,0x4C,0xE3,0xF4,0xF8,0x76,0xBD,0x4B,0x00,0x00,0xF8,0x76,0xDE,0x3F,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2557 0xF8,0x76,0xCB,0x4B,0x00,0x00,0x73,0xF0,0xDA,0x5B,0xF8,0x60,0xDE,0x3F,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2558 0x20,0xF8,0xDD,0x5B,0xF8,0x76,0xC0,0x3F,0x00,0x00,0x11,0x8A,0x00,0xFC,0xFF,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2559 0xF8,0x61,0xB0,0x3F,0x02,0x00,0x20,0xF8,0xF1,0x5B,0xF8,0x76,0x67,0x58,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2560 0xF8,0x76,0xE7,0x4B,0x00,0x00,0xF8,0x68,0xC8,0x4B,0xFF,0xFE,0xF8,0x76,0x71,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2561 0xFF,0xFF,0x74,0xF0,0x5F,0xD1,0xF8,0x11,0x5E,0x3F,0x20,0xF0,0xC6,0x63,0xE3,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2562 0x01,0xEE,0x00,0xFC,0xFB,0xEE,0x13,0x88,0x82,0xE7,0xEA,0x6D,0x02,0x00,0x01,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2563 0x98,0xE5,0x18,0x48,0x00,0xF0,0x02,0x00,0x74,0xF0,0x60,0xCB,0x03,0x60,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2564 0x20,0xF8,0x0F,0x5C,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0x73,0xF0,0x14,0x5C,0x02,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2565 0x00,0x80,0x03,0x10,0x74,0xF0,0x16,0x5C,0x05,0xEE,0x00,0xFC,0x11,0x4A,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2566 0x02,0x71,0x12,0x00,0x11,0x88,0xF8,0x68,0xE3,0x08,0xE0,0xFF,0x11,0x49,0xF8,0x1B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2567 0xE3,0x08,0xF8,0x81,0xE3,0x08,0x11,0x48,0x45,0xF8,0x39,0x5C,0x10,0x77,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2568 0xA9,0xF4,0x30,0xF8,0x48,0x5C,0x10,0x77,0x04,0x00,0xA9,0xF4,0x30,0xF8,0x32,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2569 0x73,0xF0,0x4B,0x5C,0xE2,0x60,0x01,0x00,0x0E,0x00,0x20,0xF8,0x48,0x5C,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2570 0x4B,0x5C,0xF8,0x10,0xBA,0x4B,0x00,0xF0,0x0C,0x00,0x10,0x88,0x95,0xF4,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2571 0xAA,0xF5,0x30,0xF8,0x4B,0x5C,0xE8,0x6D,0x07,0x00,0xAA,0xF6,0x30,0xF8,0x4B,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2572 0xF8,0x69,0xE3,0x08,0x10,0x00,0x11,0x8A,0x00,0xFC,0x11,0x4A,0xF8,0x76,0xE9,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2573 0x0E,0x00,0x11,0x77,0xC1,0x4C,0x11,0x73,0xE5,0x4B,0xE1,0x76,0x01,0x00,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2574 0xF8,0x76,0xC1,0x4C,0x08,0x00,0x08,0xE8,0xF8,0x00,0xB8,0x4B,0xF8,0x80,0xC7,0x4C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2575 0x09,0xE8,0xF8,0x00,0xB8,0x4B,0xF8,0x80,0xC8,0x4C,0x0A,0xE8,0xF8,0x00,0xB8,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2576 0xF8,0x80,0xC9,0x4C,0x0B,0xE8,0xF8,0x00,0xB8,0x4B,0xF8,0x80,0xCA,0x4C,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2577 0xC3,0x4C,0xAD,0x0A,0xF8,0x76,0xCB,0x4C,0x00,0x00,0x11,0x72,0xB7,0x4B,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2578 0xE1,0x61,0x04,0x00,0x00,0x80,0x20,0xF8,0x80,0x5C,0xF8,0x76,0xCB,0x4C,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2579 0x11,0x72,0xE5,0x4B,0x95,0xF4,0xE1,0x76,0x03,0x00,0x00,0x00,0x11,0x8A,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2580 0x11,0x4A,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0xA8,0x5C,0xF8,0x68,0x70,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2581 0xFF,0x00,0x11,0x77,0x00,0x00,0x11,0x48,0xB8,0xF6,0x80,0xE9,0x12,0x72,0xB9,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2582 0x84,0xF4,0x0E,0x88,0xF8,0x14,0x0B,0x00,0x82,0x18,0x45,0xF8,0xA2,0x5C,0xF8,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2583 0x70,0x58,0x00,0x01,0x10,0x77,0x08,0x00,0x91,0x6D,0xA9,0xF5,0x30,0xF8,0x93,0x5C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2584 0x74,0xF0,0x59,0xCC,0x11,0x8A,0x00,0xFC,0x00,0xFC,0x11,0x4A,0x11,0x88,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2585 0x95,0xF4,0xE1,0x60,0x02,0x00,0xFF,0xFF,0x20,0xF8,0xC7,0x5C,0xF8,0x10,0xE7,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2586 0xB8,0xF6,0x80,0xE9,0x12,0x72,0xB9,0x4B,0x84,0xF4,0x0E,0x88,0xF8,0x14,0x0B,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2587 0xE2,0x18,0x01,0x00,0x45,0xF8,0xC7,0x5C,0xE1,0x69,0x09,0x00,0x02,0x00,0x11,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2588 0x74,0xF0,0x58,0xD3,0x11,0x8A,0x00,0xFC,0x11,0x4A,0xFE,0xEE,0x11,0x88,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2589 0xBC,0x09,0x40,0x00,0x20,0xF8,0xE3,0x5C,0xE1,0x10,0x02,0x00,0x00,0xF1,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2590 0x12,0xE7,0x20,0xF0,0xB1,0x0A,0x82,0x64,0x1F,0x00,0x00,0x81,0x01,0x76,0x1B,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2591 0xF8,0x11,0x36,0x4C,0xE3,0xF5,0x11,0x48,0x74,0xF0,0xFA,0xD7,0x02,0xEE,0x11,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2592 0x00,0xFC,0x11,0x4A,0x16,0x4A,0xFD,0xEE,0x95,0xF4,0x06,0x71,0x16,0x00,0x11,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2593 0xF8,0x60,0xDE,0x3F,0x01,0x00,0x30,0xF8,0xFC,0x5C,0x00,0x70,0x16,0x00,0x11,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2594 0x74,0xF0,0x94,0xDB,0x73,0xF0,0x06,0x5D,0x00,0x70,0x16,0x00,0x11,0x48,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2595 0x94,0xDB,0x00,0x70,0x16,0x00,0x11,0x48,0x74,0xF0,0x16,0x5C,0x03,0xEE,0x16,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2596 0x11,0x8A,0x00,0xFC,0x11,0x4A,0x11,0x88,0x95,0xF4,0x11,0x48,0x74,0xF0,0xEC,0xD6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2597 0xE1,0x71,0x02,0x00,0x12,0x00,0x07,0x96,0x30,0xF8,0x1B,0x5D,0x11,0x48,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2598 0x71,0xDB,0x73,0xF0,0x2B,0x5D,0xE1,0x12,0x0A,0x00,0x7F,0xF4,0x30,0xF1,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2599 0x07,0xE8,0x20,0xF6,0xE1,0xF0,0xF8,0x32,0x08,0x00,0x02,0xE8,0x82,0xF4,0xF8,0x1A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2600 0xC2,0x09,0xF8,0x80,0xC2,0x09,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x16,0x4A,0xFD,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2601 0x11,0x88,0x20,0xF0,0xF3,0x3F,0x12,0xE7,0x82,0x64,0x03,0x00,0x16,0x88,0xE1,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2602 0x03,0x00,0x44,0xF8,0x48,0x5D,0x11,0x48,0x74,0xF0,0x6F,0xD5,0x01,0x76,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2603 0x00,0x70,0x16,0x00,0x20,0xF0,0x8A,0x3F,0x74,0xF0,0x34,0xDA,0x73,0xF0,0x56,0x5D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2604 0x00,0x76,0x8A,0x3F,0x01,0x76,0x03,0x00,0x16,0x48,0x74,0xF0,0x34,0xDA,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2605 0xB1,0x3F,0x02,0x00,0xF8,0x11,0x2D,0x4C,0x11,0x48,0xE3,0xF5,0x03,0xEE,0x16,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2606 0x11,0x8A,0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xC8,0x4B,0x40,0x00,0x30,0xF8,0x64,0x5D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2607 0xF8,0x11,0xE7,0x4B,0x4D,0xF8,0x67,0x5D,0xF8,0x6B,0x67,0x58,0x01,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2608 0x95,0xD2,0x01,0xEE,0x00,0xFC,0x11,0x4A,0xFE,0xEE,0xF8,0x61,0xD7,0x08,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2609 0x20,0xF8,0x8B,0x5D,0xF8,0x11,0x67,0x58,0x10,0xF3,0x01,0x00,0x11,0x89,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2610 0x95,0xF4,0x81,0x6E,0x8B,0x5D,0x11,0x73,0x67,0x58,0xF8,0x80,0x71,0x58,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2611 0xFF,0xFF,0x00,0x80,0x01,0xE8,0x74,0xF0,0x23,0xDC,0xF8,0x11,0x64,0x3F,0x35,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2612 0xE3,0xF5,0x73,0xF0,0x94,0x5D,0xF8,0x60,0x71,0x58,0xFF,0xFF,0x30,0xF8,0x92,0x5D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2613 0xF8,0x10,0x71,0x58,0x74,0xF0,0xEA,0xD4,0x02,0xEE,0x11,0x8A,0x00,0xFC,0xFF,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2614 0xF8,0x11,0xCD,0x4B,0x4C,0xF8,0xA4,0x5D,0xF8,0x11,0xC4,0x4B,0xF8,0x01,0x67,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2615 0x10,0xF3,0x64,0x00,0xF8,0x81,0x67,0x58,0x74,0xF0,0xEE,0xD3,0x01,0xEE,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2616 0x11,0x4A,0xFE,0xEE,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0xC4,0x5D,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2617 0x67,0x58,0x10,0xF3,0x01,0x00,0x11,0x89,0x95,0xF4,0x95,0xF4,0x81,0x6E,0xC4,0x5D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2618 0x11,0x73,0x67,0x58,0x00,0x80,0x0F,0xE8,0x74,0xF0,0x23,0xDC,0xF8,0x11,0x64,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2619 0x35,0xE8,0xE3,0xF5,0x73,0xF0,0xC6,0x5D,0x74,0xF0,0x42,0xD9,0x02,0xEE,0x11,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2620 0x00,0xFC,0x11,0x4A,0x12,0x88,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x36,0x5E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2621 0xF8,0x61,0xC8,0x4B,0x08,0x00,0x30,0xF8,0xD9,0x5D,0xF8,0x10,0xE7,0x4B,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2622 0x36,0x5E,0xB8,0xF6,0x0F,0xE9,0xF8,0x6F,0x70,0x58,0x58,0x0C,0x11,0x77,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2623 0xF8,0x18,0x0B,0x00,0xF8,0x6F,0x39,0x0C,0x54,0x0D,0xF8,0x19,0x11,0x00,0x20,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2624 0x47,0xF8,0x33,0x5E,0x01,0xE8,0xE2,0x32,0x03,0x00,0x82,0xF4,0xF8,0x18,0x39,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2625 0xF8,0x61,0x08,0x00,0x0F,0x00,0x30,0xF8,0x09,0x5E,0xF8,0x10,0x70,0x58,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2626 0x00,0xFF,0xF8,0x80,0x70,0x58,0x11,0x77,0x0F,0x00,0xF8,0x6F,0x39,0x0C,0x5C,0x0D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2627 0xF8,0x19,0x11,0x00,0x08,0x48,0xF4,0xF0,0x20,0xF6,0x47,0xF8,0x26,0x5E,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2628 0x2E,0x5E,0x0F,0xE8,0xF8,0x6F,0x39,0x0C,0x58,0x0D,0xF8,0x19,0x08,0x00,0xF8,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2629 0x70,0x58,0x54,0x0C,0x20,0xF6,0x46,0xF8,0x2E,0x5E,0xE2,0x10,0x0A,0x00,0x80,0xE9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2630 0x7F,0xF4,0x30,0xF0,0x07,0x00,0x84,0xF4,0x0E,0x88,0xF8,0x14,0x0B,0x00,0xFF,0xE9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2631 0xF8,0x18,0x70,0x58,0xF8,0x18,0x0B,0x00,0x45,0xF8,0x2E,0x5E,0xE2,0x69,0x0A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2632 0x10,0x00,0xF8,0x6B,0x70,0x58,0x00,0x10,0x73,0xF0,0x36,0x5E,0xE2,0x68,0x0A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2633 0xEF,0xFF,0x73,0xF0,0x36,0x5E,0xE2,0x69,0x0A,0x00,0x10,0x00,0x12,0x48,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2634 0x9A,0xD3,0x11,0x8A,0x00,0xFC,0x11,0x4A,0x16,0x4A,0xFF,0xEE,0x12,0x88,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2635 0x95,0xF4,0xE2,0x71,0x0A,0x00,0x11,0x00,0x80,0xE9,0x11,0x48,0x7F,0xF4,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2636 0x07,0x00,0x84,0xF4,0xF8,0x32,0x08,0x00,0x82,0xF6,0x16,0x88,0xF8,0x61,0x11,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2637 0x10,0x00,0x20,0xF8,0x56,0x5E,0xF8,0x69,0xC8,0x4B,0x00,0x01,0x12,0x48,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2638 0xD3,0xD5,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x70,0x5E,0xF8,0x61,0xC0,0x3D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2639 0x00,0x01,0x30,0xF8,0x6B,0x5E,0x16,0x48,0x93,0xF4,0xF8,0x18,0x70,0x58,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2640 0x70,0x58,0x73,0xF0,0x70,0x5E,0x16,0x48,0xF8,0x1A,0x70,0x58,0xF8,0x80,0x70,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2641 0x01,0xEE,0x16,0x8A,0x11,0x8A,0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xD7,0x08,0x10,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2642 0x20,0xF8,0x7D,0x5E,0xF8,0x69,0xC8,0x4B,0x00,0x01,0x74,0xF0,0xD2,0xD3,0x01,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2643 0x00,0xFC,0xFF,0xEE,0xF8,0x61,0xD7,0x08,0x10,0x00,0x20,0xF8,0x8A,0x5E,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2644 0xC8,0x4B,0x00,0x01,0x74,0xF0,0x0A,0xD4,0x01,0xEE,0x00,0xFC,0x11,0x4A,0x16,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2645 0x17,0x4A,0x11,0x88,0xF8,0x61,0x38,0x0C,0x04,0x00,0x20,0xF8,0x9F,0x5E,0xE1,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2646 0x09,0x00,0x02,0x00,0x20,0xF8,0x9F,0x5E,0xF8,0x76,0xB1,0x3F,0x08,0x00,0x17,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2647 0xAE,0x43,0x16,0x72,0xAF,0x43,0xF8,0x76,0xAE,0x43,0xE3,0x04,0xF8,0x76,0xAF,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2648 0xC1,0x85,0x11,0x48,0x74,0xF0,0x45,0xDD,0x17,0x73,0xAE,0x43,0x16,0x73,0xAF,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2649 0x17,0x8A,0x16,0x8A,0x11,0x8A,0x00,0xFC,0xFF,0xEE,0x74,0xF0,0x8F,0xE0,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2650 0x08,0x09,0x00,0x20,0x20,0xF8,0xC7,0x5E,0xF8,0x60,0x41,0x09,0x02,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2651 0xC7,0x5E,0xF8,0x76,0xC3,0x3F,0x00,0x28,0xF8,0x76,0x00,0x4C,0xBC,0x69,0x01,0xEE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2652 0x00,0xFC,0xFF,0xEE,0x74,0xF0,0xBC,0xDF,0xF8,0x61,0x09,0x09,0xFF,0xFD,0x30,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2653 0xDD,0x5E,0xF8,0x10,0xB8,0x3F,0x44,0xF8,0xDD,0x5E,0xF8,0x68,0x09,0x09,0xFF,0xFD,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2654 0xF8,0x10,0x4D,0x4C,0xE3,0xF4,0x73,0xF0,0xE0,0x5E,0xF8,0x69,0x09,0x09,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2655 0x01,0xEE,0x00,0xFC,0xFF,0xEE,0x74,0xF0,0xC7,0xE0,0xF8,0x68,0xB8,0x3F,0xFF,0x7F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2656 0x01,0xEE,0x00,0xFC,0xFF,0xEE,0x74,0xF0,0xF1,0xE0,0xF8,0x68,0xB8,0x3F,0xFF,0xBF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2657 0x01,0xEE,0x00,0xFC,0xBB,0xF7,0x62,0xF0,0x00,0x00,0xF8,0x82,0xCF,0x4B,0x81,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2658 0x02,0xB1,0xF8,0x76,0xF6,0x4B,0xA7,0x01,0x74,0xF0,0x32,0x71,0x33,0xE8,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2659 0x64,0x3F,0xE3,0xF5,0xF8,0x70,0x72,0x58,0xD3,0x00,0x73,0xF0,0xD7,0x70,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2660 0xD7,0x08,0x10,0x00,0x20,0xF8,0x21,0x5F,0xF8,0x10,0x67,0x58,0x42,0xF8,0x21,0x5F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2661 0xF8,0x76,0xC0,0x3D,0x01,0x00,0xF8,0x71,0xCC,0x4B,0xC1,0x3D,0x74,0xF0,0xB6,0x07,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2662 0xF8,0x61,0xC0,0x3D,0x00,0x01,0x20,0xF8,0x21,0x5F,0x74,0xF0,0x28,0x5F,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2663 0x23,0x5F,0x74,0xF0,0x4D,0x5F,0x26,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2664 0x07,0x4A,0xB9,0xF7,0xB6,0xF7,0xB8,0xF7,0x00,0xED,0xF8,0x71,0xCC,0x4B,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2665 0x73,0xF0,0xF9,0x76,0xF8,0x61,0xC8,0x4B,0x00,0x01,0x20,0xF8,0x42,0x5F,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2666 0xC0,0x3D,0x02,0x00,0xF8,0x76,0xC1,0x3D,0xCE,0x0C,0x74,0xF0,0xB6,0x07,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2667 0xC8,0x4B,0xFF,0xFE,0xF8,0x4B,0xC9,0x43,0xF8,0x76,0xC9,0x43,0x4C,0x5F,0x80,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2668 0x19,0x7A,0xF8,0x8B,0xC9,0x43,0x00,0xFC,0xE4,0xF4,0x07,0x4A,0xB9,0xF7,0xB6,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2669 0xB8,0xF7,0x00,0xED,0xF8,0x71,0xCC,0x4B,0x14,0x00,0x73,0xF0,0x5E,0x5F,0x07,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2670 0xB9,0xF7,0xB6,0xF7,0xB8,0xF7,0x00,0xED,0x14,0x77,0x4E,0x0E,0xF8,0x70,0x12,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2671 0x14,0x00,0x1A,0x77,0x3F,0x00,0x72,0xF2,0x68,0x5F,0x00,0xE8,0x00,0xE9,0x92,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2672 0x92,0x01,0x73,0xF0,0xCB,0x76,0xF8,0x76,0xB4,0x43,0xB6,0x5F,0xF8,0x76,0xB9,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2673 0x4E,0x07,0xF8,0x76,0x68,0x43,0x95,0x61,0xF8,0x76,0xB3,0x43,0x05,0x60,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2674 0xA9,0x43,0x1E,0x60,0xF8,0x76,0xEF,0x00,0x88,0x03,0xF8,0x76,0x00,0x5A,0x88,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2675 0xF8,0x76,0xBC,0x43,0x83,0x60,0xF8,0x76,0xAE,0x43,0xE3,0x04,0xF8,0x76,0xC5,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2676 0x20,0x62,0xF8,0x76,0xB7,0x43,0xA5,0x07,0xF8,0x76,0xF3,0x00,0x95,0x03,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2677 0xB0,0x43,0x9F,0x60,0x74,0xF0,0x21,0x64,0xF8,0x76,0xE7,0x00,0x73,0x03,0xF8,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2678 0xE3,0x08,0xE0,0xFF,0xF8,0x76,0x6F,0x58,0x00,0x00,0x74,0xF0,0x2F,0x62,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2679 0xBB,0x43,0x92,0x07,0xF8,0x61,0x39,0x0C,0x00,0x80,0x30,0xF8,0xAC,0x5F,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2680 0xC3,0x3D,0x00,0x00,0x73,0xF0,0xAF,0x5F,0xF8,0x76,0xC3,0x3D,0x7D,0x30,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2681 0x53,0x43,0xA5,0x05,0xF8,0x76,0x94,0x43,0x5D,0x61,0x00,0xFC,0x30,0xF2,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2682 0x10,0xF0,0xD8,0x57,0x44,0xF8,0xBE,0x5F,0x20,0xF1,0x34,0xB7,0x06,0x4A,0x0B,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2683 0x95,0x6D,0x8D,0x76,0x40,0x21,0x86,0xEA,0x5D,0x76,0x00,0x00,0xF8,0x76,0x56,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2684 0x01,0x00,0x11,0x77,0x56,0x43,0x10,0x77,0x5C,0x01,0x20,0xF0,0xC1,0x07,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2685 0x5C,0x01,0x74,0xF0,0xFA,0x5F,0x10,0x77,0xC8,0x5A,0x20,0xF0,0x7D,0x6F,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2686 0xC8,0x5A,0x74,0xF0,0xFA,0x5F,0x10,0x77,0xBE,0x10,0x20,0xF0,0xBA,0x14,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2687 0xBE,0x10,0x74,0xF0,0xFA,0x5F,0x10,0x77,0xED,0x07,0x20,0xF0,0xFF,0x07,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2688 0xED,0x07,0x74,0xF0,0xFA,0x5F,0x10,0x77,0x79,0x58,0x20,0xF0,0x20,0x59,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2689 0x79,0x58,0x74,0xF0,0xFA,0x5F,0x2E,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x0B,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2690 0x06,0x8A,0x00,0xFC,0x1A,0x88,0x10,0x48,0x5D,0x11,0x72,0xF0,0x01,0x60,0x5D,0x7E,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2691 0x5D,0x1D,0x81,0x00,0x00,0xFE,0x5D,0x81,0x95,0xF4,0xF8,0x11,0x41,0x09,0x4D,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2692 0x50,0xF4,0xF8,0x10,0x02,0x15,0xF8,0x1A,0x01,0x15,0xF8,0x11,0x41,0x09,0x10,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2693 0x03,0x00,0x44,0xF8,0x3C,0x60,0x4D,0xF8,0x3C,0x60,0xF8,0x10,0x41,0x09,0x10,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2694 0x02,0x00,0x4D,0xF8,0x34,0x60,0x80,0xF9,0xD1,0xF5,0x00,0xFC,0x74,0xF0,0x0C,0xC3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2695 0xF8,0x10,0x09,0x09,0x30,0xF0,0xFF,0xFD,0xF8,0x1A,0xB8,0x3F,0x44,0xF8,0x30,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2696 0xF8,0x68,0x09,0x09,0xFF,0xFD,0xF8,0x10,0x61,0x43,0x44,0xF9,0x1D,0xC4,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2697 0xF8,0x69,0x09,0x09,0x00,0x02,0x00,0xFC,0xF8,0x76,0xC4,0x3F,0xA0,0x28,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2698 0xC3,0x3F,0x00,0x28,0x73,0xF0,0xBC,0x69,0xF8,0x76,0x0E,0x55,0xFF,0xFF,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2699 0x05,0x09,0x45,0xF8,0x48,0x60,0xF8,0x76,0x0F,0x55,0x03,0x00,0x73,0xF0,0x4B,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2700 0xF8,0x76,0x0F,0x55,0x01,0x00,0x73,0xF0,0x49,0x6C,0x73,0xF0,0x4F,0x60,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2701 0x0E,0x55,0x01,0x00,0xF8,0x76,0x0F,0x55,0x00,0x00,0xBB,0xF7,0xF8,0x10,0x4E,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2702 0xF8,0x08,0x4F,0x43,0x45,0xF8,0x62,0x60,0x20,0xF0,0x55,0x60,0x74,0xF0,0xC3,0xAA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2703 0xBB,0xF6,0x00,0xFC,0xBB,0xF6,0x74,0xF0,0x49,0x6C,0xF8,0x61,0x0F,0x55,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2704 0x30,0xFC,0xF8,0x10,0x0E,0x55,0x30,0xF1,0x00,0x80,0xE1,0xF0,0xF8,0x80,0x0E,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2705 0x4D,0xF8,0x55,0x60,0xF8,0x76,0x0E,0x55,0x00,0x00,0xF8,0x10,0x05,0x09,0x45,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2706 0x7E,0x60,0xF8,0x76,0x0F,0x55,0x03,0x00,0x73,0xF0,0x81,0x60,0xF8,0x76,0x0F,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2707 0x01,0x00,0x73,0xF0,0x55,0x60,0x28,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2708 0xD7,0x08,0x10,0x00,0x20,0xF8,0x94,0x60,0xF8,0x76,0xC0,0x3D,0x04,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2709 0xC1,0x3D,0xCE,0x0C,0x74,0xF0,0xB6,0x07,0xF8,0x61,0xD7,0x08,0x01,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2710 0x9C,0x60,0x74,0xF0,0x1A,0x04,0x00,0xFC,0x74,0xF0,0x2C,0x7C,0x00,0xFC,0x13,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2711 0xF8,0x68,0xE3,0x08,0xE0,0xFF,0x10,0xF1,0x97,0x00,0x4C,0xF8,0xC0,0x60,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2712 0xE3,0x08,0x04,0x00,0x11,0x72,0xC1,0x3F,0x95,0xF4,0xE1,0x10,0x00,0x00,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2713 0xFF,0x7F,0x10,0xF1,0x11,0x00,0x4D,0xF8,0xBC,0x60,0x10,0xF1,0x12,0x00,0x4D,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2714 0xBC,0x60,0xF8,0x69,0xE3,0x08,0x10,0x00,0x73,0xF2,0xCD,0xA5,0x11,0x77,0xAB,0x03,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2715 0x10,0xF1,0xBF,0x00,0x4C,0xF8,0xCB,0x60,0xF8,0x69,0xE3,0x08,0x02,0x00,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2716 0xCD,0xA5,0x11,0x77,0xAB,0x03,0x10,0xF1,0x40,0x00,0x4C,0xF8,0xD6,0x60,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2717 0xE3,0x08,0x10,0x00,0x73,0xF2,0xCD,0xA5,0x11,0x77,0xC2,0x03,0x10,0xF1,0x30,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2718 0x4C,0xF8,0xE1,0x60,0xF8,0x69,0xE3,0x08,0x01,0x00,0x73,0xF2,0xCD,0xA5,0x11,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2719 0xD5,0x03,0x73,0xF0,0xCD,0xA5,0xF8,0x10,0xDE,0x3F,0x45,0xFC,0xF8,0x68,0xE3,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2720 0xE0,0xFF,0x00,0xFC,0xF8,0x10,0xDE,0x3F,0x45,0xF8,0xFD,0x60,0xF8,0x74,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2721 0x03,0x00,0xF8,0x68,0x0E,0x00,0xFD,0xBF,0xF8,0x75,0x0E,0x00,0x03,0x00,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2722 0x0E,0x00,0x02,0x00,0xF8,0x75,0x0E,0x00,0x03,0x00,0xF8,0x70,0xDB,0x3F,0x37,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2723 0xF8,0x70,0xDD,0x3F,0xDE,0x08,0xF8,0x10,0xDD,0x3F,0x30,0xF0,0x00,0xC0,0xF8,0x1A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2724 0xD3,0x3F,0x30,0xF1,0x01,0x40,0x4D,0xF8,0x15,0x61,0xF8,0x76,0xE2,0x08,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2725 0x74,0xF0,0x50,0x61,0xE1,0xF4,0x73,0xF0,0x3C,0x61,0x30,0xF1,0x78,0x80,0x4D,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2726 0x21,0x61,0xF8,0x76,0xE2,0x08,0x02,0x00,0x74,0xF0,0x50,0x61,0xE1,0xF6,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2727 0x3C,0x61,0xF8,0x10,0xDE,0x3F,0x10,0xF0,0x00,0x00,0x44,0xF8,0x2F,0x61,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2728 0xDB,0x3F,0x30,0xF0,0x03,0x00,0x10,0xF0,0x00,0x00,0x45,0xF8,0x19,0x61,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2729 0xE2,0x08,0x03,0x00,0x74,0xF0,0x50,0x61,0xE1,0xF5,0xF8,0x10,0xDD,0x3F,0x30,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2730 0xFF,0x0F,0xF8,0x47,0x08,0x00,0x95,0xF4,0xF8,0x68,0xDC,0x3F,0xFD,0xFF,0xF8,0x75,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2731 0xDC,0x3F,0x00,0xF9,0xF8,0x47,0xD8,0x3F,0x95,0xF4,0xF8,0x68,0x29,0x00,0xFB,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2732 0xF8,0x47,0xDA,0x3F,0x95,0xF4,0xF8,0x76,0xE2,0x08,0x00,0x00,0xBB,0xF6,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2733 0xF8,0x69,0xDC,0x3F,0x02,0x00,0xF8,0x69,0x29,0x00,0x04,0x00,0xF8,0x47,0xD9,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2734 0x95,0xF4,0xF8,0x75,0xDC,0x3F,0x00,0xF9,0x00,0xFC,0xF8,0x61,0x1C,0x09,0x00,0x02,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2735 0x20,0xF8,0x76,0x61,0xF8,0x61,0x92,0x3F,0x00,0x02,0x20,0xF8,0x76,0x61,0xF8,0x70,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2736 0x1D,0x09,0x96,0x3A,0xF8,0x56,0x84,0x3A,0xF8,0x82,0x2D,0x0C,0xF8,0x80,0x2E,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2737 0xF8,0x56,0x86,0x3A,0xF8,0x82,0x2F,0x0C,0xF8,0x80,0x30,0x0C,0xF8,0x68,0x92,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2738 0xFF,0xFB,0xF8,0x61,0x1C,0x09,0x04,0x00,0x20,0xF8,0x8D,0x61,0xF8,0x69,0x92,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2739 0x00,0x04,0xF8,0x61,0x1C,0x09,0x00,0x01,0x20,0xF8,0x8D,0x61,0xF8,0x68,0x1C,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2740 0xFF,0xFE,0xF8,0x10,0x54,0x43,0x74,0xF0,0xC3,0xAA,0xF8,0x10,0xDA,0x08,0x10,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2741 0x11,0x33,0x45,0xF8,0xEB,0xAE,0x73,0xF0,0x26,0xBF,0x74,0xF0,0xC6,0x63,0x20,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2742 0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x11,0x72,0xC1,0x3F,0x12,0x72,0xC2,0x3F,0xE1,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2743 0x00,0x00,0xE2,0x80,0x00,0x00,0xE1,0x10,0x01,0x00,0xE2,0x80,0x01,0x00,0xE1,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2744 0x02,0x00,0xE2,0x80,0x02,0x00,0xE1,0x10,0x03,0x00,0xE2,0x80,0x03,0x00,0xE1,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2745 0x04,0x00,0xE2,0x80,0x04,0x00,0xE1,0x10,0x06,0x00,0xE2,0x80,0x06,0x00,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2746 0x95,0xF4,0x95,0xF4,0xF8,0x61,0xB0,0x3F,0x02,0x00,0x20,0xF8,0xC2,0x61,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2747 0x67,0x58,0x00,0x00,0xF8,0x10,0xDE,0x3F,0x44,0xF8,0x17,0x62,0x32,0xE8,0xF8,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2748 0x64,0x3F,0xE3,0xF5,0xF8,0x61,0xE3,0x08,0x10,0x00,0x20,0xF8,0x17,0x62,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2749 0x92,0x3F,0x04,0x00,0xF8,0x6F,0xE3,0x08,0x5B,0x0C,0x10,0xF0,0xFF,0x07,0x42,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2750 0xDC,0x61,0xF8,0x6B,0xE3,0x08,0x20,0x00,0xF8,0x61,0x38,0x0C,0x02,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2751 0x17,0x62,0xF8,0x76,0x2E,0x43,0x20,0x43,0xF8,0x76,0x2F,0x43,0x20,0x43,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2752 0x3E,0x43,0x30,0x43,0xF8,0x76,0x3F,0x43,0x30,0x43,0xF8,0x76,0x4E,0x43,0x40,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2753 0xF8,0x76,0x4F,0x43,0x40,0x43,0x2A,0xE8,0x74,0xF0,0xEA,0xA9,0xF8,0x69,0xDC,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2754 0x04,0x00,0xF8,0x75,0xDC,0x3F,0x00,0xF9,0xF8,0x47,0x32,0x0C,0x95,0xF4,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2755 0x56,0x43,0x02,0x70,0xF8,0x75,0x56,0x43,0x20,0xFC,0xF8,0x76,0x56,0x43,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2756 0xF8,0x75,0x56,0x43,0x22,0xFC,0xF8,0x68,0xDC,0x3F,0xFB,0xFF,0xF8,0x75,0xDC,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2757 0x00,0xF9,0xF8,0x75,0xDC,0x3F,0x00,0xF9,0xF8,0x76,0xDE,0x3F,0x01,0x00,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2758 0xDE,0x3F,0x45,0xF8,0x24,0xB0,0xF8,0x76,0xC0,0x3F,0x00,0x00,0x73,0xF0,0x24,0xB0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2759 0x12,0x72,0xC1,0x3F,0x00,0xE8,0xF8,0x80,0xAD,0x3F,0xF8,0x68,0xAE,0x3F,0x00,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2760 0xF8,0x80,0xAF,0x3F,0xF8,0x69,0x6F,0x58,0x01,0x00,0x73,0xF0,0xD9,0xB7,0x11,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2761 0x88,0x43,0x91,0x76,0xA0,0x62,0x91,0x76,0x99,0x62,0x91,0x76,0x92,0x62,0x81,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2762 0x8B,0x62,0x11,0x77,0xCD,0x43,0x91,0x76,0x7D,0x62,0x91,0x76,0x76,0x62,0x91,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2763 0x6F,0x62,0x91,0x76,0x68,0x62,0x91,0x76,0x61,0x62,0x91,0x76,0x5A,0x62,0x91,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2764 0x53,0x62,0x00,0xFE,0x81,0x76,0x4C,0x62,0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2765 0xF8,0x6B,0x67,0x58,0x01,0x00,0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2766 0x67,0x58,0x01,0x00,0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x67,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2767 0x01,0x00,0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x67,0x58,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2768 0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x67,0x58,0x01,0x00,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2769 0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x67,0x58,0x01,0x00,0x20,0xF0,0xAE,0x62,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2770 0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x67,0x58,0x01,0x00,0x20,0xF0,0xAE,0x62,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2771 0x6C,0xAA,0xF8,0x6B,0x67,0x58,0x01,0x00,0xF8,0x10,0xC2,0x3F,0x00,0xF0,0x0C,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2772 0xF8,0x80,0x50,0x43,0x00,0xFC,0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2773 0x67,0x58,0x01,0x00,0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x67,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2774 0x01,0x00,0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x67,0x58,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2775 0x20,0xF0,0xAE,0x62,0x74,0xF0,0x6C,0xAA,0xF8,0x6B,0x67,0x58,0x01,0x00,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2776 0xC2,0x3F,0x00,0xF0,0x0C,0x00,0xF8,0x80,0x50,0x43,0x00,0xFC,0x11,0x77,0x7D,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2777 0x12,0x77,0x4E,0x0E,0x13,0x77,0x40,0x00,0x29,0xE8,0x74,0xF0,0xEA,0xA9,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2778 0x75,0xEA,0xF8,0x68,0x07,0x00,0x00,0x3C,0xF8,0x69,0x07,0x00,0x40,0x03,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2779 0x01,0x00,0x0F,0x71,0x12,0x00,0x13,0x77,0x00,0x36,0x19,0x77,0xFF,0x00,0x7D,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2780 0x7D,0xF7,0x23,0x83,0xCA,0x31,0x82,0x30,0x0C,0x2D,0x00,0xF3,0x08,0x00,0x7C,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2781 0x00,0x53,0x00,0x4F,0x0C,0x8C,0x82,0x82,0x0F,0x70,0x12,0x00,0x8E,0xF5,0x85,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2782 0x8F,0xF7,0x27,0x8C,0x24,0x6F,0x7F,0x0D,0x02,0x56,0x8E,0xF4,0xB9,0xF4,0x8F,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2783 0x28,0x8C,0x25,0x82,0x82,0x27,0x0C,0x3B,0x00,0xF3,0x10,0x00,0x7C,0xF7,0x02,0x53,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2784 0x02,0x4F,0x78,0xFF,0x0D,0x76,0x01,0x00,0x4B,0xFF,0x0D,0x76,0x01,0x00,0x82,0x27,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2785 0x04,0x55,0x7A,0xF7,0x04,0x53,0x04,0x4F,0x23,0x71,0xA2,0x3A,0x11,0x76,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2786 0x0E,0x10,0x43,0xFA,0x94,0x63,0x0E,0x6B,0x01,0x00,0x18,0x10,0x10,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2787 0x18,0x80,0x47,0xF9,0xAF,0x63,0x19,0x30,0x05,0x25,0x70,0xF7,0x04,0x29,0x1C,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2788 0x08,0x55,0x13,0x60,0x01,0x00,0x30,0xFA,0x11,0x63,0x0E,0x76,0x00,0x00,0x4B,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2789 0x94,0x63,0x23,0x44,0xFD,0xEC,0xCD,0xB8,0xCD,0xBC,0x22,0x82,0x0D,0x10,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2790 0x7B,0x63,0x4B,0xF8,0x94,0x63,0x25,0x11,0x4D,0xFA,0x35,0x63,0x26,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2791 0x24,0x6F,0x4F,0x0C,0x0F,0xEC,0x25,0x1E,0x26,0x80,0x28,0x11,0x27,0x09,0x0E,0x89,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2792 0x00,0xF3,0x10,0x00,0x26,0x44,0x8F,0xF4,0x61,0xF4,0x4B,0xFD,0x70,0xF4,0x00,0x57,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2793 0x70,0xF7,0x0E,0x89,0x4B,0xFD,0x84,0xF4,0x26,0x82,0x02,0x57,0x8A,0xF7,0x12,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2794 0x22,0x20,0x7C,0xF4,0x8E,0xF4,0x95,0xF4,0x29,0x8C,0x8E,0xF5,0x34,0xE7,0x0E,0x49,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2795 0x29,0x09,0x1A,0x77,0xFD,0x00,0x4E,0xFF,0x29,0x30,0x61,0xF4,0x8F,0xF4,0x15,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2796 0x9E,0x3A,0x95,0x82,0x26,0x31,0x72,0xF2,0x51,0x63,0x8D,0x83,0xDB,0x44,0xBC,0xB0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2797 0x70,0xBC,0xDE,0xC8,0xBC,0xB0,0x0C,0x30,0x73,0xF2,0xA9,0x63,0x8D,0x2E,0xDC,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2798 0x75,0xEA,0x10,0x77,0x01,0x00,0x12,0x77,0x00,0x37,0x13,0x77,0x00,0x36,0x19,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2799 0xFF,0x00,0x00,0xE8,0x00,0x4E,0x02,0x4E,0x04,0x4E,0x06,0x4E,0x0D,0x80,0x0C,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2800 0x0E,0x76,0x4C,0xFF,0xFE,0xEC,0xDA,0x80,0xFE,0xEC,0xDB,0x80,0x0F,0x76,0x00,0x37,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2801 0x11,0x80,0x14,0x10,0x18,0x80,0x62,0xF0,0xFF,0x7F,0x10,0x40,0x17,0x31,0x15,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2802 0x00,0xFE,0x16,0x76,0xFF,0x7F,0x24,0xE7,0xCC,0x6D,0xB9,0xF6,0x1A,0x77,0xFD,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2803 0x0C,0x30,0x72,0xF2,0x86,0x63,0xDC,0x21,0xDA,0x26,0xE0,0xB3,0xDA,0x38,0x7C,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2804 0xBA,0xF4,0x83,0xF4,0x7C,0xF7,0x83,0xF5,0x02,0x4E,0x00,0x4F,0x60,0xFF,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2805 0x00,0x00,0xB9,0xF7,0x73,0xF0,0xA9,0x63,0x11,0x76,0x00,0x00,0x82,0x26,0x06,0x54,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2806 0x77,0xF4,0x06,0x50,0x06,0x4E,0x63,0xF4,0x20,0x4E,0x1A,0x30,0x21,0x25,0x70,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2807 0x88,0xF7,0x08,0x4F,0x1B,0x30,0x21,0x25,0x70,0xF7,0x73,0xF2,0xA9,0x63,0x88,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2808 0x0A,0x4F,0x22,0x44,0x16,0x30,0x8C,0xF4,0x00,0xFE,0x63,0xF4,0x22,0x82,0x19,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2809 0x05,0x25,0x70,0xF7,0x04,0x29,0x1C,0x09,0x0A,0x55,0x4F,0xFA,0xBF,0x63,0x14,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2810 0x18,0x80,0x16,0x11,0x15,0x09,0x10,0x10,0x00,0xFE,0x86,0xF4,0x16,0x80,0x16,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2811 0x15,0x01,0x20,0xF0,0xFF,0x7F,0x00,0xFE,0x87,0xF4,0x16,0x80,0xF8,0x10,0xE1,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2812 0x30,0xF1,0x00,0x80,0x4D,0xFC,0x30,0xF0,0x00,0x70,0x10,0xF1,0x00,0x00,0x4C,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2813 0xD5,0x63,0x74,0xF0,0x68,0x64,0x73,0xF0,0xDD,0x63,0x10,0xF1,0x00,0x10,0x4D,0xF9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2814 0xFE,0x63,0x10,0xF1,0x00,0x20,0x4D,0xF9,0xE5,0x63,0x00,0xE8,0xF8,0x11,0x64,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2815 0xE3,0xF5,0xF8,0x68,0xE1,0x08,0xFF,0x7F,0x00,0xFC,0x19,0x72,0xE0,0x08,0x12,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2816 0x6B,0x58,0x13,0x72,0xDF,0x08,0x10,0x77,0x01,0x00,0xF8,0x47,0x02,0x58,0x8D,0xE5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2817 0x12,0x72,0x6B,0x58,0xF8,0x10,0xDF,0x08,0x82,0x11,0xF8,0x09,0x6B,0x58,0x00,0xF5,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2818 0xF8,0x80,0x6B,0x58,0x11,0x88,0x40,0xF6,0x73,0xF0,0x0B,0x64,0x00,0xE8,0x11,0x72,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2819 0xDF,0x08,0xF8,0x47,0xE0,0x08,0x91,0x80,0xF8,0x10,0xDF,0x08,0xF8,0x80,0x6B,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2820 0x11,0x88,0x00,0xF0,0x01,0x00,0xF8,0x80,0x00,0x58,0xF8,0x80,0x01,0x58,0x81,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2821 0x74,0xF0,0x18,0x64,0xF8,0x71,0xE0,0x08,0x02,0x58,0x74,0xF0,0x68,0x64,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2822 0xF8,0x80,0xC2,0x08,0xF8,0x80,0xC3,0x08,0xF8,0x80,0xC4,0x08,0xF8,0x80,0xC5,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2823 0x00,0xFC,0xF8,0x61,0x6A,0x58,0x80,0x00,0x20,0xFC,0xF8,0x69,0xD3,0x3F,0x00,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2824 0x00,0xFC,0xF8,0x61,0x6A,0x58,0x80,0x00,0x20,0xFC,0x25,0x77,0xFF,0xFF,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2825 0x26,0x77,0x2B,0x00,0xF8,0x61,0x6A,0x58,0x80,0x00,0x20,0xFC,0xF8,0x69,0x26,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2826 0x20,0x00,0x00,0xFC,0x24,0x73,0x6C,0x58,0x00,0xFC,0x24,0x73,0x6D,0x58,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2827 0xF8,0x74,0x6E,0x58,0x03,0x00,0xF8,0x61,0x6E,0x58,0x08,0x00,0x20,0xFC,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2828 0x92,0x3F,0x02,0x00,0xF8,0x69,0xD5,0x08,0x02,0x00,0xF8,0x6B,0xE4,0x08,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2829 0x31,0xE8,0xF8,0x11,0x64,0x3F,0xE3,0xF5,0x00,0xFC,0x74,0xF0,0x3A,0x64,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2830 0x40,0x64,0x00,0xFC,0x20,0xF0,0x67,0x64,0x30,0xF0,0xFF,0xFF,0x11,0x77,0x1F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2831 0x19,0xEC,0x91,0x80,0x19,0xEC,0x91,0x80,0x0B,0xEC,0x91,0x80,0x00,0xFC,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2832 0x74,0xF0,0x5A,0x64,0xF8,0x71,0xE1,0x08,0x6A,0x58,0xF8,0x68,0x6A,0x58,0xFF,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2833 0x11,0x77,0x6A,0x58,0x81,0x10,0x45,0xFA,0x03,0x65,0x11,0x77,0x1F,0x58,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2834 0x01,0x00,0xE0,0x65,0xE1,0x76,0x02,0x00,0x3A,0x66,0xE1,0x76,0x03,0x00,0xB6,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2835 0xE1,0x76,0x04,0x00,0x43,0x66,0xE1,0x76,0x0B,0x00,0x80,0x67,0xE1,0x76,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2836 0xB7,0x67,0xE1,0x76,0x16,0x00,0xB0,0x69,0xE1,0x76,0x20,0x00,0x91,0x68,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2837 0x26,0x00,0x2F,0x69,0xE1,0x76,0x27,0x00,0x38,0x69,0xE1,0x76,0x30,0x00,0xB6,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2838 0xE1,0x76,0x31,0x00,0x5F,0x69,0xE1,0x76,0x32,0x00,0x68,0x69,0xE1,0x76,0x33,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2839 0x77,0x69,0xE1,0x76,0x34,0x00,0x67,0x64,0xE1,0x76,0x35,0x00,0x67,0x64,0xF8,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2840 0x6A,0x58,0x06,0x00,0x20,0xF8,0xF7,0x64,0xE1,0x76,0x05,0x00,0x4C,0x66,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2841 0x06,0x00,0x6C,0x66,0xE1,0x76,0x07,0x00,0xB3,0x66,0xE1,0x76,0x08,0x00,0xE9,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2842 0xE1,0x76,0x09,0x00,0x4C,0x67,0xE1,0x76,0x0A,0x00,0x69,0x67,0xE1,0x76,0x0D,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2843 0x99,0x67,0xE1,0x76,0x0F,0x00,0xC3,0x67,0xE1,0x76,0x10,0x00,0xB0,0x69,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2844 0x11,0x00,0xE8,0x67,0xE1,0x76,0x12,0x00,0x0A,0x68,0xE1,0x76,0x13,0x00,0x40,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2845 0xE1,0x76,0x14,0x00,0x5D,0x68,0xE1,0x76,0x15,0x00,0x69,0x68,0xE1,0x76,0x21,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2846 0xEC,0x68,0xE1,0x76,0x22,0x00,0xB0,0x69,0xE1,0x76,0x23,0x00,0xB0,0x69,0xE1,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2847 0x24,0x00,0x0F,0x69,0xE1,0x76,0x25,0x00,0x1E,0x69,0xE1,0x76,0x28,0x00,0xB0,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2848 0xE1,0x76,0x29,0x00,0xB0,0x69,0xE1,0x76,0x2A,0x00,0xB0,0x69,0xE1,0x76,0x2B,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2849 0xB0,0x69,0xE1,0x76,0x2C,0x00,0xB0,0x69,0xE1,0x76,0x2D,0x00,0xB0,0x69,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2850 0x21,0x64,0x74,0xF0,0x29,0x64,0xF8,0x61,0x6A,0x58,0x00,0x01,0x20,0xF8,0x03,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2851 0xE1,0x76,0x36,0x00,0x67,0x64,0xE1,0x76,0x00,0x00,0xD7,0x65,0xE1,0x76,0x2E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2852 0x4D,0x69,0xF8,0x76,0x62,0x3F,0x13,0x65,0xF8,0x76,0x63,0x3F,0x13,0x65,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2853 0x64,0x3F,0x13,0x65,0x00,0xFC,0x00,0xFF,0x07,0x4A,0x95,0xF4,0xBB,0xF7,0x19,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2854 0x1D,0x4A,0x06,0x4A,0x11,0x4A,0x16,0x4A,0x17,0x4A,0x06,0x77,0x00,0x00,0x07,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2855 0x00,0x29,0xB0,0xEA,0x11,0x88,0x0C,0x80,0x17,0x72,0x6B,0x58,0xE1,0x10,0x1F,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2856 0xE3,0xF4,0x17,0x8A,0x16,0x8A,0x11,0x8A,0x06,0x8A,0x1D,0x8A,0x19,0x8A,0x08,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2857 0xF8,0x61,0x08,0x00,0x00,0x08,0x30,0xFA,0x38,0x65,0x07,0x88,0x95,0xF4,0xEB,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2858 0x00,0xFC,0x11,0x72,0x01,0x58,0x19,0x72,0x02,0x58,0x0C,0x6F,0x49,0x0C,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2859 0x0D,0x1A,0xD1,0x80,0x10,0x4A,0x12,0x4A,0x13,0x4A,0x13,0x72,0x0C,0x58,0x12,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2860 0x10,0x77,0x01,0x00,0x0D,0x47,0x9C,0xE5,0x21,0xE7,0x13,0x8A,0x12,0x8A,0x10,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2861 0x00,0xFC,0x11,0x73,0x01,0x58,0x87,0x70,0x01,0x58,0x00,0xFC,0xF8,0x10,0xB0,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2862 0x30,0xF0,0x01,0x00,0x45,0xF8,0x62,0x65,0x87,0x10,0xF8,0x80,0xC3,0x08,0x00,0xFE,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2863 0xF8,0x80,0xC4,0x08,0x87,0x10,0xF8,0x80,0xC5,0x08,0x00,0xFE,0xF8,0x80,0xC2,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2864 0x6A,0x61,0x80,0x00,0x20,0xF8,0x74,0x65,0x0D,0x6B,0x01,0x00,0x74,0xF0,0x39,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2865 0xF8,0x10,0x6C,0x58,0xD1,0x80,0x00,0xFC,0x74,0xF0,0x39,0x65,0x00,0xFC,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2866 0xA4,0x3F,0xD1,0x80,0xF8,0x10,0xA5,0x3F,0xD1,0x80,0xF8,0x10,0xA7,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2867 0xF8,0x10,0xA6,0x3F,0xD1,0x80,0x00,0xFC,0xF8,0x10,0x22,0x43,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2868 0x23,0x43,0xD1,0x80,0xF8,0x10,0xCB,0x4B,0xD1,0x80,0xF8,0x10,0xC8,0x4B,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2869 0x00,0xFC,0xF8,0x10,0x20,0x43,0xD1,0x80,0xF8,0x10,0x21,0x43,0xD1,0x80,0x00,0xFC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2870 0xF8,0x10,0xB4,0x3F,0xD1,0x80,0xF8,0x10,0xB3,0x3F,0xD1,0x80,0xF8,0x10,0xF8,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2871 0xD1,0x80,0x00,0xFC,0x6A,0x61,0x30,0x00,0x20,0xFC,0x16,0x77,0xD1,0x4D,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2872 0x03,0x00,0xD1,0x80,0x10,0xF0,0x03,0x00,0x44,0xFC,0xE6,0x10,0x02,0x00,0x6A,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2873 0x20,0x00,0x20,0xF8,0xB7,0x65,0x0C,0x80,0x74,0xF0,0x42,0x65,0x00,0xFC,0x16,0x88,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2874 0x95,0xF4,0x95,0xF4,0x96,0x10,0xD1,0x80,0x96,0x6D,0x96,0x10,0xD1,0x80,0x86,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2875 0xD1,0x80,0x00,0xFC,0xF8,0x61,0x6A,0x58,0x00,0x01,0x20,0xFC,0x0D,0x6B,0x81,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2876 0x00,0xFC,0xF8,0x61,0x6A,0x58,0x00,0x01,0x20,0xFC,0xF8,0x10,0xC1,0x3D,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2877 0x0C,0x70,0xC1,0x3D,0x0D,0x76,0x7F,0x00,0x74,0xF0,0x42,0x65,0x00,0xFC,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2878 0x01,0x00,0x74,0xF0,0x39,0x65,0xF8,0x10,0xE1,0x08,0xD1,0x80,0x73,0xF0,0x51,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2879 0x74,0xF0,0x56,0x65,0x6A,0x61,0x04,0x00,0x20,0xF8,0xEA,0x65,0x73,0xF2,0xEC,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2880 0x0D,0x76,0x22,0x00,0x0D,0x76,0x02,0x00,0x74,0xF0,0x68,0x65,0xF8,0x10,0xD5,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2881 0xD1,0x80,0x6A,0x61,0x04,0x00,0x20,0xF8,0xF8,0x65,0xF8,0x10,0xB0,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2882 0xF8,0x61,0xB0,0x3F,0x01,0x00,0x30,0xFA,0x05,0x66,0x0D,0x76,0x13,0x00,0x0C,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2883 0x50,0x08,0x73,0xF2,0x09,0x66,0x16,0x77,0x00,0x08,0x0C,0x76,0x64,0x08,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2884 0x14,0x08,0x6A,0x61,0x04,0x00,0x20,0xF8,0x35,0x66,0xE6,0x10,0x04,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2885 0xE6,0x10,0x06,0x00,0xD1,0x80,0xE6,0x10,0x0B,0x00,0xD1,0x80,0xE6,0x10,0x0F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2886 0xD1,0x80,0xE6,0x10,0x10,0x00,0xD1,0x80,0x74,0xF0,0x42,0x65,0xF8,0x10,0xC4,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2887 0xD1,0x80,0xF8,0x10,0xC2,0x09,0xD1,0x80,0xF8,0x10,0xBC,0x09,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2888 0xD3,0x3F,0xD1,0x80,0xF8,0x10,0xC8,0x4B,0xD1,0x80,0xF8,0x10,0xC0,0x4B,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2889 0xF8,0x10,0xD7,0x08,0xD1,0x80,0x73,0xF0,0x38,0x66,0xE6,0x10,0x06,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2890 0x73,0xF0,0x51,0x65,0x0D,0x76,0x01,0x00,0x74,0xF0,0x68,0x65,0xF8,0x10,0xBE,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2891 0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,0x01,0x00,0x74,0xF0,0x68,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2892 0xC2,0x4B,0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,0x04,0x00,0x6A,0x61,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2893 0x20,0xF8,0x54,0x66,0x0D,0x6B,0x04,0x00,0x74,0xF0,0x39,0x65,0x74,0xF0,0x77,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2894 0x6A,0x61,0x04,0x00,0x20,0xF8,0x6A,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2895 0xD1,0x80,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x05,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2896 0x0A,0x00,0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,0x02,0x00,0x6A,0x61,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2897 0x20,0xF8,0x74,0x66,0x0D,0x6B,0x02,0x00,0x6A,0x61,0x30,0x00,0x20,0xF8,0x88,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2898 0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0x44,0xF8,0x88,0x66,0x6A,0x61,0x20,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2899 0x20,0xF8,0x86,0x66,0x73,0xF2,0x88,0x66,0x0D,0x6B,0x1F,0x00,0x0D,0x6B,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2900 0x74,0xF0,0x39,0x65,0x74,0xF0,0x91,0x65,0x6A,0x61,0x04,0x00,0x20,0xF8,0x98,0x66,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2901 0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x09,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2902 0x6A,0x61,0x30,0x00,0x20,0xF8,0xB1,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2903 0xD1,0x80,0x44,0xF8,0xB1,0x66,0x0C,0x76,0xB3,0x4D,0x6A,0x61,0x20,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2904 0xAD,0x66,0x73,0xF2,0xAF,0x66,0x0D,0x76,0x1D,0x00,0x0D,0x76,0x00,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2905 0x42,0x65,0x73,0xF0,0x51,0x65,0x0D,0x76,0x02,0x00,0x6A,0x61,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2906 0xBB,0x66,0x0D,0x6B,0x02,0x00,0x6A,0x61,0x20,0x00,0x20,0xF8,0xC7,0x66,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2907 0xD1,0x4D,0xE6,0x10,0x03,0x00,0x44,0xF8,0xC7,0x66,0x0D,0x6B,0x02,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2908 0x39,0x65,0x74,0xF0,0x91,0x65,0x6A,0x61,0x04,0x00,0x20,0xF8,0xD7,0x66,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2909 0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x09,0x00,0xD1,0x80,0x6A,0x61,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2910 0x20,0x00,0x20,0xF8,0xE7,0x66,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2911 0xE7,0x66,0x0C,0x76,0x27,0x43,0x0D,0x76,0x01,0x00,0x74,0xF0,0x42,0x65,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2912 0x51,0x65,0x0D,0x76,0x01,0x00,0x6A,0x61,0x04,0x00,0x20,0xF8,0xF1,0x66,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2913 0x13,0x00,0x6A,0x61,0x40,0x00,0x20,0xF8,0xF7,0x66,0x0D,0x6B,0x08,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2914 0x39,0x65,0x6A,0x61,0x04,0x00,0x20,0xF8,0x3D,0x67,0xF8,0x10,0xC2,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2915 0xF8,0x10,0xCB,0x3F,0xD1,0x80,0xF8,0x10,0xC8,0x3F,0xD1,0x80,0xF8,0x10,0xC9,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2916 0xD1,0x80,0xF8,0x10,0xB1,0x3F,0xD1,0x80,0xF8,0x10,0x92,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2917 0xED,0x08,0xD1,0x80,0xF8,0x10,0xF1,0x08,0xD1,0x80,0xF8,0x10,0xEE,0x08,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2918 0xF8,0x10,0xEF,0x08,0xD1,0x80,0xF8,0x10,0xF7,0x08,0xD1,0x80,0xF8,0x10,0xF2,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2919 0xD1,0x80,0xF8,0x10,0xF3,0x08,0xD1,0x80,0xF8,0x10,0xF5,0x08,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2920 0xF6,0x08,0xD1,0x80,0xF8,0x10,0xF4,0x08,0xD1,0x80,0xF8,0x10,0xB8,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2921 0x16,0x77,0xD1,0x4D,0xE6,0x10,0x00,0x00,0xD1,0x80,0xE6,0x10,0x03,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2922 0xE6,0x10,0x09,0x00,0xD1,0x80,0x73,0xF0,0x40,0x67,0xF8,0x10,0xB1,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2923 0x6A,0x61,0x40,0x00,0x20,0xF8,0x4A,0x67,0x0C,0x76,0x8A,0x3F,0x0D,0x76,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2924 0x74,0xF0,0x42,0x65,0x73,0xF0,0x51,0x65,0x0D,0x76,0x04,0x00,0x6A,0x61,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2925 0x20,0xF8,0x54,0x67,0x0D,0x6B,0x03,0x00,0x74,0xF0,0x39,0x65,0x74,0xF0,0x77,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2926 0x6A,0x61,0x04,0x00,0x20,0xF8,0x67,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2927 0xD1,0x80,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2928 0x51,0x65,0x0D,0x76,0x04,0x00,0x6A,0x61,0x04,0x00,0x20,0xF8,0x71,0x67,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2929 0x01,0x00,0x74,0xF0,0x39,0x65,0x74,0xF0,0x77,0x65,0x6A,0x61,0x04,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2930 0x7E,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,0x51,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2931 0xF8,0x10,0xB4,0x3F,0x10,0xF0,0x01,0x00,0x45,0xF8,0x91,0x67,0xF8,0x10,0xF8,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2932 0x44,0xF8,0x91,0x67,0xF8,0x10,0xB4,0x3F,0xF8,0x08,0xB3,0x3F,0x42,0xF8,0x91,0x67,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2933 0x00,0xFC,0x0D,0x76,0x03,0x00,0x74,0xF0,0x68,0x65,0x74,0xF0,0x98,0x65,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2934 0x51,0x65,0x0D,0x76,0x02,0x00,0x6A,0x61,0x04,0x00,0x20,0xF8,0xA1,0x67,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2935 0x02,0x00,0x74,0xF0,0x39,0x65,0xF8,0x10,0xC1,0x4B,0xD1,0x80,0xF8,0x10,0xBF,0x4B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2936 0xD1,0x80,0x6A,0x61,0x04,0x00,0x20,0xF8,0xB5,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2937 0x01,0x00,0xD1,0x80,0xE6,0x10,0x0A,0x00,0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2938 0x02,0x00,0x74,0xF0,0x39,0x65,0xF8,0x10,0x8C,0x09,0xD1,0x80,0xF8,0x10,0x8A,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2939 0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,0x05,0x00,0x6A,0x61,0x30,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2940 0xDB,0x67,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0x10,0xF0,0x03,0x00,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2941 0xDB,0x67,0x6A,0x61,0x20,0x00,0x20,0xF8,0xD9,0x67,0x73,0xF2,0xDB,0x67,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2942 0x20,0x00,0x0D,0x6B,0x04,0x00,0x74,0xF0,0x39,0x65,0x74,0xF0,0x84,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2943 0xC2,0x09,0xD1,0x80,0x74,0xF2,0xA2,0x65,0x0D,0x76,0x1E,0x00,0x73,0xF0,0x51,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2944 0x0D,0x76,0x04,0x00,0x6A,0x61,0x30,0x00,0x20,0xF8,0x00,0x68,0x16,0x77,0xD1,0x4D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2945 0xE6,0x10,0x03,0x00,0x10,0xF0,0x03,0x00,0x44,0xF8,0x00,0x68,0x6A,0x61,0x20,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2946 0x20,0xF8,0xFE,0x67,0x73,0xF2,0x00,0x68,0x0D,0x6B,0x11,0x00,0x0D,0x6B,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2947 0x74,0xF0,0x39,0x65,0x74,0xF0,0x84,0x65,0x74,0xF2,0xA2,0x65,0x0D,0x76,0x0F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2948 0x73,0xF0,0x51,0x65,0x0D,0x76,0x08,0x00,0x6A,0x61,0x04,0x00,0x20,0xF8,0x12,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2949 0x0D,0x6B,0x02,0x00,0x6A,0x61,0x30,0x00,0x20,0xF8,0x28,0x68,0x16,0x77,0xD1,0x4D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2950 0xE6,0x10,0x03,0x00,0x10,0xF0,0x03,0x00,0x44,0xF8,0x28,0x68,0x6A,0x61,0x20,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2951 0x20,0xF8,0x26,0x68,0x73,0xF2,0x28,0x68,0x0D,0x6B,0x11,0x00,0x0D,0x6B,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2952 0x74,0xF0,0x39,0x65,0x74,0xF0,0x77,0x65,0x74,0xF0,0x84,0x65,0x6A,0x61,0x04,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2953 0x20,0xF8,0x3A,0x68,0x16,0x77,0xD1,0x4D,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2954 0x0A,0x00,0xD1,0x80,0x74,0xF2,0xA2,0x65,0x0D,0x76,0x0F,0x00,0x73,0xF0,0x51,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2955 0x0D,0x76,0x02,0x00,0x6A,0x61,0x20,0x00,0x20,0xF8,0x48,0x68,0x0D,0x6B,0x05,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2956 0x74,0xF0,0x39,0x65,0xF8,0x10,0xCB,0x4B,0xD1,0x80,0xF8,0x10,0xC8,0x4B,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2957 0x6A,0x61,0x20,0x00,0x20,0xF8,0x5B,0x68,0xF8,0x10,0xC5,0x4B,0x0C,0x80,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2958 0x04,0x00,0x74,0xF0,0x42,0x65,0x73,0xF0,0x51,0x65,0x0D,0x76,0x02,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2959 0x39,0x65,0xF8,0x10,0x8A,0x09,0xD1,0x80,0xF8,0x10,0x8B,0x09,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2960 0x51,0x65,0x0D,0x76,0x02,0x00,0x6A,0x61,0x04,0x00,0x20,0xF8,0x71,0x68,0x0D,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2961 0x06,0x00,0x74,0xF0,0x39,0x65,0xF8,0x10,0x08,0x09,0xD1,0x80,0xF8,0x10,0x09,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2962 0xD1,0x80,0x6A,0x61,0x04,0x00,0x20,0xF8,0x8F,0x68,0xF8,0x10,0xB9,0x3F,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2963 0xF8,0x10,0xBA,0x3F,0xD1,0x80,0xF8,0x10,0xBF,0x3F,0xD1,0x80,0xF8,0x10,0xBD,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2964 0xD1,0x80,0xF8,0x10,0xBE,0x3F,0xD1,0x80,0xF8,0x10,0xB8,0x3F,0xD1,0x80,0x73,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2965 0x51,0x65,0x74,0xF0,0x56,0x65,0x6A,0x61,0x04,0x00,0x20,0xF8,0x9B,0x68,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2966 0x9D,0x68,0x0D,0x76,0x10,0x00,0x0D,0x76,0x02,0x00,0x74,0xF0,0x68,0x65,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2967 0xD5,0x08,0xD1,0x80,0x6A,0x61,0x04,0x00,0x20,0xF8,0xA9,0x68,0xF8,0x10,0xB0,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2968 0xD1,0x80,0xF8,0x61,0xB0,0x3F,0x01,0x00,0x30,0xF8,0xB2,0x68,0x73,0xF2,0xB4,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2969 0x16,0x77,0x00,0x08,0x16,0x77,0x14,0x08,0x6A,0x61,0x04,0x00,0x20,0xF8,0xE7,0x68,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2970 0xE6,0x10,0x00,0x00,0xD1,0x80,0xE6,0x10,0x01,0x00,0xD1,0x80,0xE6,0x10,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2971 0xD1,0x80,0xE6,0x10,0x03,0x00,0xD1,0x80,0xE6,0x10,0x04,0x00,0xD1,0x80,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2972 0x06,0x00,0xD1,0x80,0xE6,0x10,0x07,0x00,0xD1,0x80,0xE6,0x10,0x08,0x00,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2973 0xE6,0x10,0x09,0x00,0xD1,0x80,0xE6,0x10,0x0B,0x00,0xD1,0x80,0xE6,0x10,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2974 0xD1,0x80,0xE6,0x10,0x0F,0x00,0xD1,0x80,0xE6,0x10,0x10,0x00,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2975 0xD3,0x3F,0xD1,0x80,0xF8,0x10,0xD7,0x08,0xD1,0x80,0x73,0xF0,0xEA,0x68,0xE6,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2976 0x06,0x00,0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,0x03,0x00,0x6A,0x61,0x40,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2977 0x20,0xF8,0xF7,0x68,0x12,0x48,0x10,0xF0,0xBB,0x3C,0x0D,0x00,0x0D,0x80,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2978 0x39,0x65,0xF8,0x10,0xB8,0x3F,0xD1,0x80,0xF8,0x10,0x66,0x58,0xD1,0x80,0x12,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2979 0xD1,0x80,0x6A,0x61,0x40,0x00,0x20,0xF8,0x0D,0x69,0x0C,0x76,0xBB,0x3C,0x12,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2980 0x10,0xF0,0xBC,0x3C,0x0D,0x80,0x74,0xF0,0x42,0x65,0x73,0xF0,0x51,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2981 0x03,0x00,0x74,0xF0,0x39,0x65,0xF8,0x10,0xAC,0x3F,0xD1,0x80,0xF8,0x10,0xAB,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2982 0xD1,0x80,0xF8,0x10,0xAA,0x3F,0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,0x07,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2983 0x74,0xF0,0x39,0x65,0x74,0xF0,0x77,0x65,0xF8,0x10,0xAF,0x3F,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2984 0xAE,0x3F,0xD1,0x80,0xF8,0x10,0xAD,0x3F,0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2985 0x01,0x00,0x74,0xF0,0x68,0x65,0xF8,0x10,0xB2,0x3F,0xD1,0x80,0x73,0xF0,0x51,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2986 0xF8,0x10,0xB4,0x3F,0x10,0xF0,0x01,0x00,0x45,0xF8,0x45,0x69,0xF8,0x10,0xB4,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2987 0xF8,0x08,0xB3,0x3F,0x42,0xF8,0x45,0x69,0x00,0xFC,0x0D,0x76,0x03,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2988 0x68,0x65,0x74,0xF0,0x98,0x65,0x73,0xF0,0x51,0x65,0x0D,0x76,0x04,0x00,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2989 0x39,0x65,0xF8,0x10,0xDA,0x08,0xD1,0x80,0xF8,0x10,0xDB,0x08,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2990 0x5D,0x43,0xD1,0x80,0xF8,0x10,0xE1,0x08,0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2991 0x01,0x00,0x74,0xF0,0x39,0x65,0xF8,0x10,0xE4,0x08,0xD1,0x80,0x73,0xF0,0x51,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2992 0x0D,0x76,0x02,0x00,0x74,0xF0,0x39,0x65,0xF8,0x10,0xE3,0x08,0xD1,0x80,0xF8,0x74,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2993 0x6E,0x58,0x03,0x00,0xF8,0x10,0x6E,0x58,0xD1,0x80,0x73,0xF0,0x51,0x65,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2994 0x56,0x65,0x0D,0x76,0x04,0x00,0x74,0xF0,0x68,0x65,0xF8,0x10,0xD5,0x08,0xD1,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2995 0xF8,0x10,0xB0,0x3F,0xD1,0x80,0xF8,0x61,0xB0,0x3F,0x01,0x00,0x30,0xF8,0x8C,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2996 0x73,0xF2,0x8E,0x69,0x16,0x77,0x00,0x08,0x16,0x77,0x14,0x08,0xE6,0x10,0x06,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2997 0xD1,0x80,0xE6,0x10,0x10,0x00,0xD1,0x80,0x73,0xF0,0x51,0x65,0x0D,0x76,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2998 0x74,0xF0,0xC2,0x65,0x74,0xF0,0x39,0x65,0xF8,0x10,0xC0,0x3D,0xD1,0x80,0xF8,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2999 0xC2,0x3D,0xD1,0x80,0x74,0xF0,0xC9,0x65,0x73,0xF0,0x51,0x65,0x0D,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3000 0x74,0xF0,0xC2,0x65,0x74,0xF0,0x39,0x65,0x74,0xF0,0xC9,0x65,0x73,0xF0,0x51,0x65,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3001 0x0D,0x76,0x00,0x00,0x74,0xF0,0x39,0x65,0x73,0xF0,0x51,0x65,0x0D,0x76,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3002 0x74,0xF0,0x68,0x65,0x73,0xF0,0x51,0x65,0x06,0x4A,0x07,0x4A,0xB7,0xF6,0xB6,0xF7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3003 0xB8,0xF7,0xB9,0xF7,0xBE,0xF6,0x1A,0x77,0x7F,0x00,0x13,0x77,0x00,0xA0,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3004 0xD8,0x2B,0x74,0xF0,0x12,0x7A,0x00,0xED,0x12,0x77,0xD8,0x2B,0x13,0x77,0x00,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3005 0x14,0x77,0x81,0x2B,0x1A,0x77,0x7E,0x00,0x0E,0x77,0x00,0xE0,0x92,0x45,0x82,0x43,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3006 0x84,0x83,0x00,0xE8,0x72,0xF0,0xE2,0x69,0x29,0xD0,0x29,0xD0,0x29,0xD0,0x29,0xD0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3007 0x92,0x45,0x82,0x43,0x84,0x83,0x8A,0x6D,0x02,0xE5,0x29,0xD0,0x29,0xD0,0x29,0xD0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3008 0x29,0xD0,0x0E,0x77,0x00,0x80,0x13,0x77,0x00,0x20,0x14,0x77,0x00,0x22,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3009 0xFE,0x01,0x93,0x20,0x72,0xF0,0xF4,0x69,0x9A,0xCC,0x94,0x82,0x1A,0x77,0x4F,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3010 0x13,0x77,0x5F,0x6A,0x14,0x77,0x88,0x2B,0x74,0xF0,0x12,0x7A,0x11,0x77,0x1F,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3011 0x57,0xEA,0x91,0x71,0x82,0x2B,0x91,0x71,0x83,0x2B,0xF8,0x61,0xBF,0x3F,0x00,0x08,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3012 0x20,0xF8,0x10,0x6A,0xF8,0x68,0xBF,0x3F,0xFF,0xF7,0xF8,0x69,0xBF,0x3F,0x00,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3013 0x16,0x77,0x07,0x00,0x17,0x72,0xC3,0x3F,0x04,0x76,0x01,0x00,0x04,0x10,0x02,0x18,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3014 0x45,0xF8,0x2A,0x6A,0x81,0x60,0xFE,0xFF,0x20,0xF8,0x24,0x6A,0xE7,0x76,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3015 0x01,0x00,0xE7,0x76,0x0D,0x00,0x00,0x00,0x81,0x61,0x01,0x00,0x20,0xF8,0x2A,0x6A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3016 0x74,0xF0,0xAF,0x6A,0x04,0x10,0x61,0xF4,0x04,0x80,0xE9,0x6D,0x04,0x00,0xEF,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3017 0x14,0x00,0x8E,0x6C,0x16,0x6A,0x11,0x77,0x21,0x09,0x17,0x72,0xC3,0x3F,0x16,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3018 0x07,0x00,0x15,0x72,0xC4,0x3F,0x71,0xF1,0x9F,0x00,0x95,0x81,0x04,0x76,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3019 0x04,0x10,0x03,0x18,0x45,0xF8,0x46,0x6A,0x74,0xF0,0x75,0x6B,0x04,0x10,0x61,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3020 0x04,0x80,0xE9,0x6D,0x04,0x00,0xEF,0x6D,0x14,0x00,0x8E,0x6C,0x40,0x6A,0x11,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3021 0x20,0x09,0x81,0x70,0x83,0x2B,0x02,0x10,0x03,0x1A,0x30,0xF0,0xFF,0x00,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3022 0x5C,0x6A,0xF8,0x68,0xBF,0x3F,0xFF,0xEF,0x07,0x8A,0x06,0x8A,0x00,0xFC,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3023 0x0F,0x00,0x10,0x00,0x11,0x00,0x12,0x00,0x13,0x00,0x14,0x00,0x15,0x00,0x16,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3024 0x18,0x00,0x19,0x00,0x1B,0x00,0x1C,0x00,0x1E,0x00,0x20,0x00,0x21,0x00,0x23,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3025 0x26,0x00,0x28,0x00,0x2A,0x00,0x2D,0x00,0x2F,0x00,0x32,0x00,0x35,0x00,0x38,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3026 0x3C,0x00,0x3F,0x00,0x43,0x00,0x47,0x00,0x4B,0x00,0x50,0x00,0x54,0x00,0x59,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3027 0x5F,0x00,0x64,0x00,0x6A,0x00,0x71,0x00,0x77,0x00,0x7E,0x00,0x86,0x00,0x8E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3028 0x96,0x00,0x9F,0x00,0xA9,0x00,0xB3,0x00,0xBD,0x00,0xC9,0x00,0xD5,0x00,0xE1,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3029 0xEF,0x00,0xFD,0x00,0x0C,0x01,0x1C,0x01,0x2D,0x01,0x3F,0x01,0x52,0x01,0x66,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3030 0x7B,0x01,0x91,0x01,0xA9,0x01,0xC3,0x01,0xDD,0x01,0xFA,0x01,0x18,0x02,0x0E,0x7C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3031 0x02,0x7E,0x00,0x7F,0x7F,0x7F,0xBF,0x7F,0xDF,0x7F,0xEF,0x7F,0xF7,0x7F,0xF2,0x03,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3032 0xFE,0x01,0x00,0x01,0x81,0x00,0x41,0x00,0x21,0x00,0x11,0x00,0x09,0x00,0x00,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3033 0xE7,0x80,0x01,0x00,0xE7,0x80,0x09,0x00,0x04,0x10,0x03,0x18,0x44,0xF8,0xC0,0x6A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3034 0xE7,0x80,0x05,0x00,0xE7,0x76,0x00,0x00,0x00,0x20,0xE7,0x76,0x13,0x00,0x00,0x03,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3035 0xE1,0x61,0x00,0x00,0x02,0x00,0x20,0xF8,0xC8,0x6A,0xE7,0x76,0x09,0x00,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3036 0xE1,0x61,0x00,0x00,0x04,0x00,0x20,0xF8,0xD0,0x6A,0xE7,0x76,0x09,0x00,0x05,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3037 0xE1,0x6F,0x00,0x00,0x4C,0x0C,0x63,0xF1,0x3F,0x00,0x06,0x6F,0x69,0x0D,0xE1,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3038 0x00,0x00,0x46,0x0C,0x63,0xF1,0x3F,0x00,0xE7,0x83,0x12,0x00,0xE1,0x6F,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3039 0x48,0x0C,0x63,0xF0,0x07,0x00,0x61,0xF1,0x08,0x00,0x84,0xF7,0xF8,0x83,0x0E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3040 0x01,0x76,0x01,0x00,0x01,0x15,0xE7,0x81,0x0E,0x00,0xE1,0x6F,0x02,0x00,0x45,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3041 0x63,0xF1,0x1F,0x00,0xE7,0x83,0x0F,0x00,0xE1,0x6F,0x03,0x00,0x43,0x0C,0x63,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3042 0x07,0x00,0xF8,0x83,0x10,0x00,0xF8,0x83,0x0E,0x00,0x12,0x77,0xC8,0x2B,0x01,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3043 0xE7,0x81,0x0B,0x00,0xB2,0x6D,0x82,0x10,0xE7,0x80,0x02,0x00,0xE2,0x30,0x08,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3044 0x06,0x44,0x8C,0xF4,0xE7,0x82,0x06,0x00,0xE1,0x6F,0x03,0x00,0x46,0x0C,0x63,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3045 0x07,0x00,0xF8,0x83,0x0E,0x00,0x4D,0xF8,0x16,0x6B,0x01,0x15,0xE7,0x01,0x0B,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3046 0xE7,0x81,0x0B,0x00,0xE1,0x44,0x03,0x00,0x63,0xF1,0x0F,0x00,0x06,0x30,0x6B,0xF6,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3047 0x8C,0xF5,0x05,0x83,0xE1,0x6F,0x03,0x00,0x49,0x0C,0x63,0xF1,0x07,0x00,0xF8,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3048 0x10,0x00,0x12,0x77,0xC8,0x2B,0xB2,0x6D,0x82,0x10,0xE7,0x80,0x03,0x00,0xE2,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3049 0x08,0x00,0x05,0x44,0x8C,0xF4,0xE7,0x82,0x07,0x00,0xE1,0x6F,0x03,0x00,0x4C,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3050 0x63,0xF1,0x07,0x00,0xF8,0x83,0x0E,0x00,0xF8,0x83,0x10,0x00,0x01,0x15,0xE7,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3051 0x0C,0x00,0x12,0x77,0xC8,0x2B,0xB2,0x6D,0x82,0x10,0xE7,0x80,0x04,0x00,0xE1,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3052 0x01,0x00,0x4A,0x0C,0x63,0xF1,0xFF,0x03,0xE7,0x83,0x0D,0x00,0xE7,0x42,0x0C,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3053 0x00,0xE9,0x86,0xF4,0xE7,0x82,0x0C,0x00,0xE1,0x61,0x00,0x00,0x08,0x00,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3054 0x6F,0x6B,0xE7,0x76,0x09,0x00,0x64,0x00,0xE1,0x6F,0x00,0x00,0x4E,0x0C,0x63,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3055 0xFF,0x3F,0x62,0xF7,0xE7,0x83,0x04,0x00,0xE1,0x6F,0x01,0x00,0x4A,0x0C,0x63,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3056 0xFF,0x03,0x64,0xF7,0xE7,0x83,0x02,0x00,0xE7,0x76,0x03,0x00,0x00,0x00,0x04,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3057 0x03,0x1A,0x03,0x80,0x81,0x68,0xFE,0xFF,0x00,0xFC,0xE7,0x11,0x01,0x00,0xE7,0x09,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3058 0x0D,0x00,0x4B,0xF8,0x7F,0x6B,0x04,0x10,0x03,0x1C,0x03,0x80,0x00,0xFC,0xE7,0x60,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3059 0x09,0x00,0x64,0x00,0x30,0xF8,0xB6,0x6B,0xE7,0x11,0x01,0x00,0xE7,0x09,0x0B,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3060 0x4C,0xF8,0x92,0x6B,0xE7,0x10,0x07,0x00,0xE7,0x80,0x06,0x00,0xE7,0x10,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3061 0xE7,0x80,0x02,0x00,0xE7,0x11,0x01,0x00,0xE7,0x09,0x0C,0x00,0x4C,0xF8,0x9F,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3062 0xE7,0x76,0x06,0x00,0x00,0x00,0xE7,0x10,0x04,0x00,0xE7,0x80,0x02,0x00,0xF8,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3063 0xBE,0x3F,0x80,0x2B,0x74,0xF0,0xCF,0x6B,0x74,0xF0,0xEE,0x6B,0x74,0xF0,0xCF,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3064 0x74,0xF0,0xEE,0x6B,0x74,0xF0,0xCF,0x6B,0x74,0xF0,0xEE,0x6B,0x74,0xF0,0xCF,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3065 0x74,0xF0,0xEE,0x6B,0xE7,0x6B,0x01,0x00,0x01,0x00,0x00,0xFC,0x15,0x72,0xC4,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3066 0xE7,0x30,0x04,0x00,0x13,0x72,0x17,0x00,0x1A,0x77,0x9F,0x00,0x10,0x77,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3067 0xEB,0x6D,0x02,0x00,0x19,0x77,0x5E,0x01,0x15,0x72,0xBE,0x3F,0x72,0xF0,0xCD,0x6B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3068 0xBB,0x20,0x61,0xF5,0x83,0x43,0x83,0x83,0x61,0xF7,0xD5,0x83,0x00,0xFC,0xE7,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3069 0x0E,0x00,0xE7,0x00,0x13,0x00,0x30,0xF0,0xFF,0x03,0x13,0x88,0xE7,0x80,0x13,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3070 0x10,0x77,0x00,0x20,0xB3,0x6D,0x83,0x44,0xE7,0x30,0x0F,0x00,0x8C,0xF4,0x70,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3071 0xE7,0x00,0x12,0x00,0x0F,0xE9,0x86,0xF4,0x3F,0xE9,0x87,0xF4,0x10,0x88,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3072 0x88,0x2B,0x95,0xF4,0xB2,0x6D,0x82,0x71,0x87,0x2B,0x00,0xFC,0xE7,0x10,0x00,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3073 0x13,0x88,0x15,0x72,0xC4,0x3F,0x19,0x77,0x00,0x04,0xF8,0x70,0x10,0x00,0x87,0x2B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3074 0xE7,0x10,0x09,0x00,0x45,0xF8,0x16,0x6C,0x10,0xF1,0x02,0x00,0x4D,0xF8,0x0B,0x6C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3075 0x1A,0x77,0x26,0x00,0xDB,0x44,0x72,0xF0,0x06,0x6C,0x65,0xF4,0xDB,0xC8,0x65,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3076 0x95,0x82,0x73,0xF0,0x1A,0x6C,0x1A,0x77,0x26,0x00,0xDB,0x44,0x72,0xF0,0x11,0x6C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3077 0x62,0xF4,0xDB,0xC8,0x62,0xF4,0x95,0x82,0x73,0xF0,0x1A,0x6C,0xDB,0x44,0x26,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3078 0xDB,0xC8,0x95,0x82,0x13,0x48,0xE7,0x80,0x00,0x00,0xE7,0x44,0x06,0x00,0x74,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3079 0x73,0xE7,0xEB,0x6D,0x05,0x00,0xEC,0x6D,0x02,0x00,0xE7,0x45,0x05,0x00,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3080 0x26,0x00,0x12,0xB1,0x53,0xE7,0x95,0x83,0x72,0xF0,0x2F,0x6C,0x92,0xB1,0x95,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3081 0xE7,0x83,0x05,0x00,0x13,0x72,0xC4,0x3F,0x12,0x72,0x80,0x2B,0xED,0x6D,0xD8,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3082 0x10,0x77,0x01,0x00,0x19,0x77,0x5E,0x01,0x24,0xE7,0x1A,0x77,0x26,0x00,0xDC,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3083 0x9B,0xB1,0x72,0xF0,0x44,0x6C,0xEC,0xCA,0x9B,0xB1,0xDA,0x83,0x12,0x73,0x80,0x2B,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3084 0x00,0xFC,0x06,0x4A,0x07,0x4A,0xA0,0xEA,0x20,0x76,0x54,0x6D,0x21,0x76,0xB4,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3085 0x22,0x76,0x95,0x6E,0x23,0x76,0x1A,0x6D,0x24,0x76,0xDA,0x6E,0x25,0x76,0x79,0x58,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3086 0x07,0x77,0x00,0x03,0x20,0x10,0xE3,0xF4,0xF8,0x10,0x02,0x15,0x45,0xF8,0x79,0x6C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3087 0x1F,0x76,0x00,0x00,0x15,0x77,0x0F,0x00,0x17,0x77,0x03,0x15,0x16,0x77,0x2E,0x54,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3088 0x87,0x10,0x15,0x4A,0x44,0xF9,0xB2,0x6D,0x1F,0x10,0x15,0x8A,0x44,0xF8,0xCC,0x6C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3089 0xEF,0x10,0x03,0x00,0xEE,0x6D,0x0E,0x00,0x8D,0x6C,0x69,0x6C,0xF8,0x76,0x02,0x15,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3090 0x00,0x00,0x0F,0x76,0x01,0x00,0x16,0x77,0x2E,0x54,0x73,0xF0,0x83,0x6C,0x06,0x4A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3091 0x07,0x4A,0x07,0x77,0x40,0x03,0x0F,0x10,0xF8,0x18,0x01,0x15,0xF8,0x18,0x0E,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3092 0x45,0xF8,0x96,0x6C,0x74,0xF0,0x73,0x6E,0x0F,0x10,0xE6,0x11,0x05,0x00,0x4E,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3093 0x96,0x6C,0x93,0xF4,0xF8,0x18,0x01,0x15,0xF8,0x80,0x01,0x15,0x0F,0x6F,0x41,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3094 0x0F,0x80,0x0F,0x10,0xEE,0x6D,0x0E,0x00,0x44,0xF8,0x83,0x6C,0xF8,0x61,0x0F,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3095 0x01,0x00,0x20,0xF8,0xBD,0x6C,0x19,0x77,0x5E,0x01,0x15,0x72,0xBE,0x3F,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3096 0x01,0x00,0x13,0x77,0x11,0x55,0x9F,0xEC,0x9F,0xE5,0x13,0x77,0xB1,0x55,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3097 0x11,0x55,0x9F,0xEC,0x9A,0xE5,0x71,0xF0,0x9F,0x00,0x94,0x80,0xF8,0x61,0x0F,0x55,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3098 0x02,0x00,0x20,0xF8,0xBD,0x6C,0x25,0x10,0xE3,0xF4,0xF8,0x10,0x01,0x15,0x44,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3099 0xC9,0x6C,0xF8,0x61,0x08,0x09,0x00,0x20,0x30,0xF8,0xC9,0x6C,0xF8,0x68,0xBF,0x3F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3100 0xFF,0xEF,0x07,0x8A,0x06,0x8A,0x00,0xFC,0xF8,0x76,0x01,0x15,0x00,0x00,0xF8,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3101 0x00,0x15,0x00,0x00,0xF8,0x76,0x02,0x15,0x00,0x00,0xF8,0x68,0xBF,0x3F,0xFF,0xEF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3102 0xF8,0x68,0x09,0x09,0xFE,0xFF,0xF8,0x68,0x08,0x09,0xFF,0xDF,0x07,0x8A,0x06,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3103 0x00,0xFC,0x04,0x10,0x10,0x88,0x95,0xF4,0x13,0x77,0x34,0x15,0xB3,0x6D,0x83,0x71,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3104 0x14,0x00,0x12,0x77,0x26,0x50,0x07,0xEC,0xA8,0xE5,0x00,0xFC,0x62,0xE7,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3105 0x00,0x50,0x0D,0xEC,0x89,0xE5,0x00,0xFC,0x62,0xE7,0x13,0x77,0x00,0x50,0x0D,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3106 0x98,0xE5,0x00,0xFC,0x87,0x10,0x30,0xF0,0x00,0xFF,0x78,0xF4,0x87,0x6F,0x08,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3107 0x40,0xF5,0x87,0x61,0x10,0x00,0x20,0xF8,0x0E,0x6D,0x30,0xF0,0xFF,0x07,0x05,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3108 0x87,0x61,0x08,0x00,0x20,0xFC,0x12,0x6B,0xFF,0xFF,0x00,0xFC,0x30,0xF3,0x00,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3109 0x45,0xF8,0x19,0x6D,0xF8,0x63,0x08,0x00,0x0A,0x00,0x30,0xF3,0xFF,0x03,0xF8,0x81,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3110 0x33,0x15,0x00,0xFC,0x04,0x10,0x10,0x88,0x13,0x77,0x34,0x15,0x95,0xF4,0xB3,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3111 0x83,0x71,0x14,0x00,0x10,0x77,0x08,0x00,0xB4,0x6D,0x10,0xE7,0xB4,0x6D,0x26,0x62,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3112 0x03,0x00,0x7A,0xF4,0x10,0x00,0x10,0x80,0x10,0x47,0xA8,0xE5,0x71,0xF0,0x03,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3113 0x92,0x80,0x1B,0x71,0x10,0x00,0x12,0x77,0x60,0x02,0xB2,0x6D,0x26,0xE7,0x10,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3114 0x08,0x00,0x11,0x77,0x80,0x2B,0x13,0xE7,0x26,0x62,0x03,0x00,0xF8,0x6F,0x1A,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3115 0x6A,0x0C,0x19,0x77,0x00,0x00,0xF8,0x6B,0x1A,0x00,0xFF,0xFF,0x14,0x77,0x76,0x2C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3116 0x72,0xF0,0x50,0x6D,0x91,0x6D,0x71,0xF0,0x05,0x00,0x9C,0xB0,0xA1,0x9A,0x13,0xE7,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3117 0x62,0xE7,0x94,0x76,0x00,0x00,0x00,0xFC,0xF8,0x61,0xBF,0x3F,0x00,0x08,0x20,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3118 0x79,0x6D,0xF8,0x76,0xCD,0x4F,0x01,0x00,0xF8,0x68,0xBF,0x3F,0xFF,0xF7,0xF8,0x69,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3119 0xBF,0x3F,0x00,0x10,0x01,0xE8,0x12,0x77,0x33,0x54,0x10,0x77,0x0E,0x00,0x1A,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3120 0x0F,0x00,0x72,0xF0,0x73,0x6D,0x40,0xF5,0xF8,0x19,0x01,0x15,0x4C,0xF8,0x72,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3121 0x82,0x76,0x00,0x00,0x61,0xF4,0xB2,0x6D,0x12,0x77,0x11,0x55,0x71,0xF0,0x3F,0x01,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3122 0x92,0x80,0x1A,0x77,0x7F,0x00,0x13,0x77,0x00,0xA0,0x14,0x77,0x76,0x2C,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3123 0x12,0x7A,0x13,0x77,0x76,0x2C,0x00,0xED,0x14,0x77,0xAC,0x2E,0x10,0x76,0x00,0x40,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3124 0x1A,0x77,0x7F,0x00,0x72,0xF0,0x8E,0x6D,0x93,0x26,0x10,0x00,0xA1,0x9A,0x00,0xED,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3125 0x12,0x77,0xAC,0x2E,0x13,0x77,0x2E,0x50,0x14,0x77,0x11,0x50,0x1A,0x77,0x7E,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3126 0x0E,0x77,0x00,0xF0,0x92,0x45,0x82,0x43,0x84,0x83,0x00,0xE8,0x72,0xF0,0xA4,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3127 0x07,0xEC,0x29,0xD0,0x92,0x45,0x82,0x43,0x84,0x83,0x8A,0x6D,0x02,0xE5,0x07,0xEC,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3128 0x29,0xD0,0x16,0x76,0xFF,0x07,0x15,0x76,0x00,0x08,0x17,0x76,0x3F,0x00,0x18,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3129 0xC0,0xFF,0x00,0xFC,0x21,0x10,0xE2,0xF4,0x17,0x4A,0x1E,0x70,0x16,0x00,0x0F,0xE8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3130 0xF8,0x08,0x15,0x00,0x0E,0x88,0x01,0xE8,0x8F,0xF4,0x0E,0x80,0x87,0x44,0x63,0xF1,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3131 0x0F,0x00,0xF8,0x83,0x10,0x00,0x1F,0x76,0x00,0x00,0x05,0x76,0x00,0x00,0x10,0x48,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3132 0x45,0xF8,0x6F,0x6E,0x11,0x77,0x40,0x02,0x88,0x6D,0x10,0x4A,0xB1,0x6D,0xB1,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3133 0x95,0xF4,0x81,0x56,0x00,0x4E,0x87,0x6F,0x4C,0x0C,0x63,0xF1,0x0F,0x00,0xF8,0x83,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3134 0x10,0x00,0xF8,0x71,0x33,0x15,0x0E,0x00,0x11,0x77,0x98,0x02,0xB1,0x6D,0x81,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3135 0x05,0x80,0x87,0x6F,0x48,0x0C,0x63,0xF1,0x07,0x00,0x04,0x83,0x87,0x6F,0x45,0x0C,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3136 0x63,0xF1,0x07,0x00,0xF8,0x83,0x10,0x00,0x95,0xF4,0x11,0x77,0x58,0x02,0xB1,0x6D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3137 0x81,0x10,0x06,0x80,0x87,0x6F,0x42,0x0C,0x63,0xF1,0x03,0x00,0x12,0x83,0x97,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3138 0x00,0x00,0x12,0x6B,0x01,0x00,0x87,0x61,0xFF,0xFF,0x30,0xF9,0xFA,0x6C,0x97,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3139 0x00,0x00,0x87,0x61,0xFF,0xFF,0x30,0xF9,0xFA,0x6C,0x87,0x76,0x00,0x00,0x00,0x56,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3140 0x61,0xF4,0x12,0x47,0x7F,0xF4,0x00,0x4E,0x74,0xF0,0xE1,0x6C,0x00,0xE8,0x08,0x8A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3141 0x10,0xF0,0x0D,0x00,0x44,0xF8,0x16,0x6E,0x26,0x44,0x00,0x4E,0x27,0x30,0x00,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3142 0x76,0xF4,0x0E,0x88,0x29,0x20,0x00,0xF0,0x00,0x20,0x07,0x6F,0x62,0x0C,0x00,0x30,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3143 0x2B,0x20,0x19,0x6F,0x6A,0x0C,0x2A,0x30,0x28,0x20,0x61,0xF4,0x0E,0x88,0x26,0x20,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3144 0x79,0xF4,0x10,0x80,0x05,0x62,0xA0,0x00,0x10,0x08,0x42,0xF8,0x33,0x6E,0x07,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3145 0x08,0x80,0x73,0xF0,0x56,0x6E,0x20,0xF1,0x00,0x04,0x86,0xF4,0x00,0x6F,0x49,0x0D,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3146 0x87,0xF4,0x01,0xF4,0x75,0xF5,0x19,0x6F,0x41,0x0C,0x87,0xF4,0x1A,0x80,0x6A,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3147 0x10,0x00,0x20,0xF1,0xFF,0x7F,0x87,0xF4,0x0E,0x88,0x66,0xF0,0x92,0x01,0x05,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3148 0x19,0x6F,0x42,0x0C,0x1A,0x00,0x7F,0xF4,0x0F,0xEC,0x1A,0x1E,0x08,0x80,0x07,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3149 0x44,0x0D,0x08,0x09,0x4A,0xF8,0x56,0x6E,0x07,0x10,0x08,0x80,0x00,0xE8,0x0A,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3150 0x0B,0x80,0x09,0x80,0x02,0x4E,0x05,0x10,0x47,0xF8,0x6D,0x6E,0x0E,0x10,0xF8,0x1A,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3151 0x01,0x15,0xF8,0x80,0x01,0x15,0x0E,0x10,0x93,0xF4,0xF8,0x18,0x00,0x15,0xF8,0x80,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3152 0x00,0x15,0x1E,0x71,0x16,0x00,0x74,0xF0,0xF4,0x6C,0x17,0x8A,0x00,0xFC,0x1F,0x76,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3153 0x01,0x00,0x73,0xF0,0x6D,0x6E,0x1E,0x70,0x16,0x00,0x74,0xF0,0xEE,0x6C,0x74,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3154 0xE1,0x6C,0x00,0x71,0x1C,0x50,0x22,0x10,0xE3,0xF4,0x23,0x10,0xE3,0xF4,0x24,0x10,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3155 0xE3,0xF4,0x02,0x56,0x70,0xF4,0x20,0xF1,0x00,0x28,0x1C,0x01,0x20,0xF6,0x43,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3156 0x7B,0x6E,0x02,0x56,0x62,0xF1,0x00,0x28,0x20,0xF6,0x02,0x4E,0x05,0x6B,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3157 0x1E,0x71,0x16,0x00,0x74,0xF0,0xF4,0x6C,0x00,0xFC,0x09,0x10,0x2A,0x08,0x47,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3158 0xAB,0x6E,0x08,0x71,0x0E,0x00,0x0B,0x20,0x65,0xF4,0x2A,0x3C,0x60,0xF0,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3159 0x09,0x82,0x0B,0x20,0x16,0x18,0x14,0x80,0x15,0x08,0x0B,0x6B,0x01,0x00,0x73,0xF2,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3160 0xB8,0x6E,0x84,0xF4,0x13,0x80,0x07,0x71,0x0E,0x00,0x0A,0x20,0x65,0xF4,0x09,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3161 0x0A,0x20,0x16,0x18,0x14,0x80,0x15,0x08,0x84,0xF4,0x13,0x80,0x0A,0x6B,0x01,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3162 0x02,0x56,0x00,0x50,0x02,0x4E,0x17,0x45,0x80,0xF2,0x1B,0x6F,0x7D,0x0C,0x11,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3163 0x00,0x00,0x26,0x10,0x7A,0xF4,0x0E,0x88,0x09,0x20,0x10,0xF0,0x02,0x00,0x42,0xF8,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3164 0xD4,0x6E,0x12,0x77,0x80,0x2B,0x71,0xF0,0x01,0x00,0x92,0x80,0x10,0x76,0xFF,0xFF,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3165 0x11,0x77,0x00,0x00,0x73,0xF0,0xD9,0x6E,0x10,0x76,0x01,0x00,0x11,0x88,0x12,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3166 0x80,0x2B,0x00,0xFC,0x26,0x10,0x1C,0x11,0x87,0xF5,0x61,0xF7,0x1D,0x81,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3167 0xC0,0x13,0x87,0xF5,0x1D,0x81,0x7A,0xF7,0x10,0x89,0x11,0x77,0xA8,0x02,0x10,0xF3,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3168 0x01,0x00,0x1A,0x89,0xB1,0x6D,0x81,0x10,0x10,0x80,0x19,0x6F,0x6D,0x0C,0x08,0xE9,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3169 0x1B,0x09,0x0E,0x89,0x19,0x20,0x1E,0x71,0x16,0x00,0x14,0x77,0x2C,0x2F,0xE6,0x11,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3170 0x06,0x00,0x0E,0x89,0x72,0xF0,0x04,0x6F,0xF8,0x6F,0x10,0x00,0x6E,0x0C,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3171 0x2E,0x50,0x10,0x00,0xB3,0x6D,0x83,0x21,0xA2,0x9B,0x26,0x6F,0x4A,0x0C,0x1D,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3172 0x29,0x0C,0x19,0x82,0x26,0x6F,0x0A,0x0C,0x1A,0x82,0x14,0x77,0x6C,0x2D,0x13,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3173 0x2C,0x2F,0x13,0x30,0x1D,0x6F,0x4A,0x0C,0x61,0xF0,0x02,0x00,0x10,0x82,0x04,0xED,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3174 0x93,0x20,0x10,0x47,0x9A,0xCC,0xA4,0x9A,0x00,0xED,0x20,0xF0,0x76,0x2C,0x19,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3175 0x13,0x88,0x14,0x77,0x6C,0x2D,0x1D,0x6F,0x4A,0x0C,0x61,0xF0,0x01,0x00,0xF8,0x82,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3176 0x1A,0x00,0x12,0x77,0x0C,0x2E,0x72,0xF0,0x2E,0x6F,0x9A,0xA4,0x82,0x9A,0x14,0x77,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3177 0xBC,0x2D,0x13,0x77,0x2C,0x2F,0x14,0x30,0x1D,0x6F,0x4A,0x0C,0x61,0xF0,0x02,0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3178 0x10,0x82,0x04,0xED,0x93,0x20,0x10,0x47,0x9A,0xCC,0xA4,0x9A,0x00,0xED,0x20,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3179 0x76,0x2C,0x1A,0x00,0x13,0x88,0x14,0x77,0xBC,0x2D,0x1D,0x6F,0x4A,0x0C,0x61,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3180 0x01,0x00,0xF8,0x82,0x1A,0x00,0x12,0x77,0x5C,0x2E,0x72,0xF0,0x50,0x6F,0x9A,0xA4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3181 0x82,0x9A,0x13,0x77,0x5C,0x2E,0x14,0x77,0x6C,0x2D,0x1D,0x6F,0x4A,0x0C,0x61,0xF0,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3182 0x01,0x00,0xF8,0x82,0x1A,0x00,0x12,0x77,0x0C,0x2E,0x92,0x44,0x72,0xF0,0x61,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3183 0x93,0x3C,0x8A,0xC8,0x02,0x56,0x18,0x45,0x80,0xF2,0x1D,0x6F,0x2F,0x0C,0x7A,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3184 0xF8,0x82,0x10,0x00,0x95,0xF4,0x13,0x77,0x11,0x55,0xB3,0x6D,0x34,0xE7,0x1D,0x6F,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3185 0x4A,0x0C,0x61,0xF0,0x01,0x00,0xF8,0x82,0x1A,0x00,0x12,0x77,0x6C,0x2D,0x92,0x44,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3186 0x72,0xF0,0x7B,0x6F,0x93,0x3C,0x8A,0xC8,0x00,0xFC,0x95,0xF4,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3187 /* Final record */
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3188 /* size */ 0x00, 0x00, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3189 /* addr */ 0x5c, 0x01, 0x00, 0x00,
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3190
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3191 };
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3192
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3193 #else
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3194
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3195 #error Value of compile switch DSP_PATCH undefined
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3196
11e279107681 Magnetite fw can now be compiled to target Calypso C05 (F741979B) silicon
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3197 #endif