Code to load a LPC1114 over tx/rx. I have only tested with a 1114 chip but it should work with other LPC uControllers
Dependencies: DirectoryList MODSERIAL mbed
Fork of ika_shouyu_poppoyaki by
target_handling.h@35:0b434ef4af49, 2013-09-26 (annotated)
- Committer:
- okano
- Date:
- Thu Sep 26 12:56:01 2013 +0000
- Revision:
- 35:0b434ef4af49
- Parent:
- 26:a63e73885b21
- Child:
- 44:568799eac6df
added: warning/error by compile option settings
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
okano | 23:017f306cf3ca | 1 | |
okano | 23:017f306cf3ca | 2 | #include "target_table.h" |
okano | 23:017f306cf3ca | 3 | |
okano | 23:017f306cf3ca | 4 | |
okano | 23:017f306cf3ca | 5 | #define ENTER_TO_ISP_MODE 0 |
okano | 23:017f306cf3ca | 6 | #define NO_ISP_MODE 1 |
okano | 23:017f306cf3ca | 7 | |
okano | 23:017f306cf3ca | 8 | |
okano | 23:017f306cf3ca | 9 | target_param *open_target( int baud_date ); |
okano | 23:017f306cf3ca | 10 | void reset_target( int isp_pin_state ); |
okano | 26:a63e73885b21 | 11 |