Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
20:100143cecc41
Parent:
18:a8a640941018
Child:
22:f2b01e5e087e
--- a/cup.cpp	Mon Jul 10 11:36:26 2017 +0000
+++ b/cup.cpp	Mon Jul 10 13:09:26 2017 +0000
@@ -81,7 +81,7 @@
 
     rem = cup->data_size;
     
-    d7a_stop();
+    //d7a_stop();
     
     // Start CUP
     D7A_WRITE((uint8_t*)&cfg, cup->cfg_fid, 0, 4, root_key);