werwere

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 03:39:43 2016 +0000
Parent:
88:b9beee1a7a3e
Commit message:
done minor changes , not working;

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
OBSRS.h Show annotated file Show diff for this revision Revisions of this file
adf.h 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 03:39:43 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 03:39:43 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/OBSRS.h	Thu Jan 21 14:35:11 2016 +0000
+++ b/OBSRS.h	Fri Jan 22 03:39:43 2016 +0000
@@ -480,9 +480,9 @@
             enable_T_frame = false;
         }
     }
-//    for(int i=0;i<112;i++){
-//        printf("0x%02X,",buffer_112[i]);
-//    }
+    for(int i=0;i<112;i++){
+        printf("0x%02X,",buffer_112[i]);
+    }
     differential_encode(buffer_112, 112);
     if(last_buffer ==true){
     diff_prev=0;
--- a/adf.h	Thu Jan 21 14:35:11 2016 +0000
+++ b/adf.h	Fri Jan 22 03:39:43 2016 +0000
@@ -332,8 +332,8 @@
     signal = COM_MNG_TMTC_SIGNAL_ADF_SD;
     send_data;
     while(loop_on){
-        wait_ms(COM_TX_TICKER_LIMIT);
-        if(IRQ || bypass_adf){
+        /*wait_ms(COM_TX_TICKER_LIMIT);
+        if(IRQ || bypass_adf)*/{
             if(finish_write_data){
                 if(ADF_off){
                     SPI_mutex.lock();