Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of COM_MNG_TMTC_SIMPLE by
Revision 114:9fb55057b13f, committed 2016-02-05
- 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
--- 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"
