
Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Revision 65:26902a48c4e2, committed 2016-01-17
- Comitter:
- ee12b079
- Date:
- Sun Jan 17 12:35:27 2016 +0000
- Parent:
- 63:4d13680673bc
- Child:
- 66:b16730dfafd2
- Commit message:
- APS tested with this code for all 4 cases, crc matching, delay added
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 Sun Jan 17 12:35:27 2016 +0000 @@ -476,7 +476,7 @@ { case 0x60: { - //printf("service:MMS\r\n"); + //gPC.printf("service:MMS\r\n"); switch(GETservice_subtype(tc_ptr)) { case 0x1:
--- a/DefinitionsAndGlobals.h Sat Jan 16 13:40:14 2016 +0000 +++ b/DefinitionsAndGlobals.h Sun Jan 17 12:35:27 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