shubham c / Mbed 2 deprecated COM_MNG_TMTC_SIMPLE_pl123

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by Siva ram

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Fri Jan 22 12:54:21 2016 +0000
Parent:
88:b9beee1a7a3e
Child:
91:05cf9d71a665
Commit message:
EOS detected but data needs to be checked, bugs solved: (1) chip select not made 1, (2) connections are lose at sd card side

Changed in this revision

COM_MNG_TMTC.h Show annotated file Show diff for this revision Revisions of this file
COM_POWER_ON_TX.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/COM_MNG_TMTC.h	Thu Jan 21 14:35:11 2016 +0000
+++ b/COM_MNG_TMTC.h	Fri Jan 22 12:54:21 2016 +0000
@@ -1438,8 +1438,8 @@
                                 tm_ptr = tm_ptr->next_TM;\
                             }\
                             /*SEND call sign, ACK_L1, NON OBSRS TM TO GS*/\
-                            snd_tm.head_pointer(tm_ptr_head);\
-                            adf_not_SDcard;\                            
+                            /*snd_tm.head_pointer(tm_ptr_head);*/\
+                            /*adf_not_SDcard;*/\ 
                             /*DELETE THE TM AFTER USE*/\
                             tm_ptr = tm_ptr_head;\
                             overflowCountExecute = 0;\
--- a/COM_POWER_ON_TX.h	Thu Jan 21 14:35:11 2016 +0000
+++ b/COM_POWER_ON_TX.h	Fri Jan 22 12:54:21 2016 +0000
@@ -72,8 +72,8 @@
         get_tc_list(power_on_tm->next_TM, 0x00);\
         /*PENDING: TRANSMIT ABOVE TM*/\
         /*Call Sign, ACK_L1, TC_LIST*/\
-        snd_tm.head_pointer(power_on_tm_head);\
-        adf_not_SDcard;\
+        /*snd_tm.head_pointer(power_on_tm_head);*/\
+        /*adf_not_SDcard;*/\
         /*deleting the telemetry*/\
         power_on_tm = power_on_tm_head;\
         overFlowCountADF = 0;\
--- a/main.cpp	Thu Jan 21 14:35:11 2016 +0000
+++ b/main.cpp	Fri Jan 22 12:54:21 2016 +0000
@@ -44,6 +44,7 @@
     // SD CARD
     cs_sd = 1;
     gCS_RTC = 1;
+    gCS_ADF = 1;
     // initialise_card();
     // int result= initialise_card();
     // disk_initialize();