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

Committer:
okano
Date:
Thu Sep 26 11:51:03 2013 +0000
Revision:
34:eaca33d3e632
Parent:
29:96e28bc1bd99
Child:
47:e7d395119a63
[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

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 24:9830b4f1207b 1 #include "target_table.h"
okano 24:9830b4f1207b 2
okano 24:9830b4f1207b 3
okano 29:96e28bc1bd99 4 int verify_flash( FILE *fp, target_param *tpp, int *transferred_size_p );
okano 26:a63e73885b21 5