Data reception demo.

Dependencies:   modem_ref_helper CRC

Revision:
11:7df24b241621
Parent:
10:c262c5feac24
Child:
12:404a3ca64a44
--- a/main.cpp	Thu Oct 11 10:38:28 2018 +0000
+++ b/main.cpp	Thu Oct 11 14:46:39 2018 +0000
@@ -149,7 +149,7 @@
     modem_ready.wait();
     
     PRINT("Start D7A Stack\n");
-    modem_activate_itf(ALP_ITF_TYPE_D7A, 24, 0, ALP_D7A_ISTAT_RESP | ALP_D7A_ISTAT_UNS , true, id);
+    modem_activate_itf(ALP_ITF_TYPE_D7A, 24, 0, ALP_D7A_ISTAT_RESP | ALP_D7A_ISTAT_UNS | ALP_D7A_ISTAT_EOP, true, id);
     modem_ready.wait();
     
     PRINT("Notify Modem Version\n");