Changes: bbram Checking Function Registers Checking Funcrtion Indivisual Register checking Functions

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Sat Jan 16 14:21:31 2016 +0000
Parent:
63:4d13680673bc
Commit message:
not working integrated with adf and com mng tmttc

Changed in this revision

COM_MNG_TMTC.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
--- a/COM_MNG_TMTC.h	Sat Jan 16 13:40:14 2016 +0000
+++ b/COM_MNG_TMTC.h	Sat Jan 16 14:21:31 2016 +0000
@@ -1455,7 +1455,7 @@
                             }\
                         }\
                         else{\
-                            /*gPC.printf("sd card at %u\r\n", execute_psc);*/\
+                            gPC.printf("sd card at %u\r\n", execute_psc);\
                             /*EXECUTION OF SD-CARD DATA SENDING (OBSRS)*/\
                             Base_tm *tm_ptr_head = NULL;\
                             get_call_sign(tm_ptr_head);\
--- a/DefinitionsAndGlobals.h	Sat Jan 16 13:40:14 2016 +0000
+++ b/DefinitionsAndGlobals.h	Sat Jan 16 14:21:31 2016 +0000
@@ -1,12 +1,12 @@
 // **************DEFINITIONS*********************
 // COM_RX
     #define RX_TIMEOUT_LIMIT 0.5
-    #define COM_RX_UART_TX PTE20
-    #define COM_RX_UART_RX PTE21
+    /*#define COM_RX_UART_TX PTE20
+    #define COM_RX_UART_RX PTE21*/
     
     // For serial port printing(SET BAUD RATE 1200)
-    //#define COM_RX_UART_TX USBTX
-    //#define COM_RX_UART_RX USBRX
+    #define COM_RX_UART_TX USBTX
+    #define COM_RX_UART_RX USBRX
 
 // COMMON SPI
     #define SPI_MOSI PTE1