Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Fri Feb 05 15:37:09 2016 +0000
Parent:
113:b8991d9e3b6c
Child:
115:2e1144a41d76
Child:
125:a3b95a9c16ef
Commit message:
Testing on CDMS hardware...

Changed in this revision

Compression.h Show annotated file Show diff for this revision Revisions of this file
DefinitionsAndGlobals.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);
--- a/DefinitionsAndGlobals.h	Fri Feb 05 11:58:07 2016 +0000
+++ b/DefinitionsAndGlobals.h	Fri Feb 05 15:37:09 2016 +0000
@@ -15,8 +15,8 @@
     #define SPI_MISO PTE3
     #define SPI_CLK PTE2
     #define SPI_CS_ADF PTA15
-    #define SPI_CS_SDC PTE22
-    #define SPI_CS_RTC PTE29
+    #define SPI_CS_SDC PIN20
+    #define SPI_CS_RTC PIN26
     
 // COM_TX
     #define COM_TX_CONFIG_LIMIT 3
--- a/main.cpp	Fri Feb 05 11:58:07 2016 +0000
+++ b/main.cpp	Fri Feb 05 15:37:09 2016 +0000
@@ -17,7 +17,7 @@
 #include "COM_SND_TM_functions.h"
 #include "COM_SND_TM.h"
 #include "cdms_sd.h"
-#include "CDMS_HK.h"
+//#include "CDMS_HK.h"
 #include "OBSRS.h"
 #include "adf.h"
 #include "COM_RCV_TC.h"