|
@@ -125,6 +125,7 @@ void lpc_write_ram(struct lpc_device *dev, const struct sprog_data *d, unsigned
|
|
lpc_printf("%s\r\n", buf);
|
|
lpc_printf("%s\r\n", buf);
|
|
if((i % 20)==19) {
|
|
if((i % 20)==19) {
|
|
lpc_printf("%u\r\n", checksum);
|
|
lpc_printf("%u\r\n", checksum);
|
|
|
|
+ checksum = 0;
|
|
|
|
|
|
if(lpc_getline(reply_buf)) {
|
|
if(lpc_getline(reply_buf)) {
|
|
if(strcmp(reply_buf, "OK\r\n")==0) {
|
|
if(strcmp(reply_buf, "OK\r\n")==0) {
|