working version

Dependencies:   mbed mbed-rtos SimpleDMA FreescaleIAP eeprom

Fork of CDMS_CODE_FM_28JAN2017 by samp Srinivasan

Revision:
114:9fb55057b13f
Parent:
100:484a687431cc
Child:
126:b7c024b5632d
Child:
163:e4ff6c00faa2
Child:
171:31bdf83591a1
Child:
206:fba4aeebf004
--- a/Compression.h	Fri Feb 05 11:58:07 2016 +0000
+++ b/Compression.h	Fri Feb 05 15:37:09 2016 +0000
@@ -311,7 +311,7 @@
                     }    
                     gPC.puts("frame ends\r\n");
                 }
-                /*exor(frames[id]);*/
+                exor(frames[id]);
                 convolution(frames[id]);
                 interleave(TM_convoluted_data,TM_interleave_data);
                 interleave(TM_convoluted_data+ 135,TM_interleave_data + 144);