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 Tedd OKANO

Revisions of isp.cpp

Revision Date Message Actions
52:afd15e54142f 2015-07-26 Use MBED to load LPC1114. Modified to also load LPExpresso 1114 board File  Diff  Annotate
48:99cfe3a929ea 2015-01-29 file selector interface implemented File  Diff  Annotate
47:e7d395119a63 2015-01-06 progress display (during writing/verifying) option added File  Diff  Annotate
45:0520330a7528 2014-12-10 test has been done on LPC1114FN28, LPC810, LPC824 and LPC1769 File  Diff  Annotate
44:568799eac6df 2014-12-10 LPC1768 and LPC1769 support added File  Diff  Annotate
41:74b9ff21098f 2013-11-19 enabled to handle <0x300 (768) bytes data file File  Diff  Annotate
39:f68f9fa1e88e 2013-09-29 ver 0.98 : suppressed debug message in default setting. it improves speed of writing and verifying File  Diff  Annotate
38:cb95bfe0546a 2013-09-27 ver 0.97: ; can verify non 4*N size binary.; can write full 32768 bytes for LPC1114FN28, can write 4096 bytes for LPC810. File  Diff  Annotate
34:eaca33d3e632 2013-09-26 [1]; fix: verification function was having a bug. 3/4 of the code was having chance of verification fail.; ; [2]; "ENABLE_WRITING" option added (see "_user_setting.h"). Verifying-only operation can be done with disabling this word File  Diff  Annotate
33:ce9fff4cbf09 2013-09-25 options of "ENABLE_VERIFYING" and "CHECK_CRP_CODE" are added in _user_settings.h. File  Diff  Annotate
32:3700d5df4e18 2013-09-24 CRP checking code added (not tested yet) File  Diff  Annotate
30:e0d7524661ca 2013-09-20 ** version 0.95. redundant code and files are removed File  Diff  Annotate