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 CDMS_CODE by
Diff: Compression.h
- Revision:
- 196:c51bf4993f75
- Parent:
- 195:6a549c0e9287
- Child:
- 199:9f03d6ca94c9
diff -r 6a549c0e9287 -r c51bf4993f75 Compression.h
--- a/Compression.h Wed Jun 29 15:23:12 2016 +0000
+++ b/Compression.h Thu Jun 30 10:19:00 2016 +0000
@@ -73,6 +73,8 @@
sci_time = 0;
gPC.puts("enter srp");
+
+
//Call FCTN_SD_MNGR for latest fsc
FCTN_SD_MNGR();
uint32_t FSC[6];
@@ -82,6 +84,10 @@
{
FSC[i] = FSC_CURRENT[i];
}
+
+
+
+
for (int i = 0; i < 52 ; i++){
scp_bin[i] = 0;
}
@@ -318,11 +324,11 @@
frames[id][132] = temp_crc>>8;
frames[id][133] = temp_crc & 0xff;
//if(test_cntr++ == 0){
- //gPC.puts("frame start\r\n");
-// for(int i = 0; i<134; i++){
-// gPC.printf("%02X",frames[id][i]);
-// }
-// gPC.puts("frame ends\r\n");
+ gPC.puts("frame start\r\n");
+ for(int i = 0; i<134; i++){
+ gPC.printf("%02X",frames[id][i]);
+ }
+ gPC.puts("frame ends\r\n");
//}
