1
- Designed for use with RFIDv3 by Aaron Carroll, Dan Padilha, and Stephen Sherratt.
1
+ Designed for use with RFIDv3 by Aaron Carroll, Dan Padilha, and Stephen Sherratt.
2
2
Contact Dan Padilha on
< [email protected] > for more information.
3
3
4
4
How it works
@@ -51,7 +51,7 @@ Flashing the Reader
51
51
-------------------
52
52
The RFIDv3 board is comprised of two main components: the MSP430F249 and the TRF7960.
53
53
54
- The MSP430 is the microcontroller and is what is programmed and flashed. rfidv3_msp .tar.gz is
54
+ The MSP430 is the microcontroller and is what is programmed and flashed. rfidv3 \_ msp .tar.gz is
55
55
the version of the code running on the RFID board itself, and also includes the entire
56
56
revision history of the board's development.
57
57
@@ -65,7 +65,11 @@ Flashing the MSP, on the other hand, is a much more difficult process. You'll ne
65
65
a compatible JTAG adapter, as well as a connector which can fit the header on the board
66
66
(alternatively, solder your own!). There is a 6-pin JTAG header on the board (actually 8-pin,
67
67
but the 3V3 pin should be removed, and there is also a pin floating). Finally, you also need
68
- mspgcc-3.2.3.
68
+ mspgcc-3.2.3. When all this is satisfied, flashing the board is as simple as running:
69
+
70
+ make && make program
71
+
72
+ (on the rfidv3\_ msp.tar.gz code obviously!)
69
73
70
74
Also note: there are two jumpers on the board, which, when in use with the USB (which should
71
75
be the only application at this point), should be set to "USB" and "3V3".
0 commit comments