
Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Revision 129:47ed605a459d, committed 2016-02-26
- Comitter:
- ee12b079
- Date:
- Fri Feb 26 14:10:26 2016 +0000
- Parent:
- 128:a232a4352664
- Commit message:
- Works with 'USE_RX1M_GET_FROM_MBED' , to be tested for baudrate 115200
Changed in this revision
DefinitionsAndGlobals.h | Show annotated file Show diff for this revision Revisions of this file |
ThreadsAndFunctions.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DefinitionsAndGlobals.h Fri Feb 26 13:29:33 2016 +0000 +++ b/DefinitionsAndGlobals.h Fri Feb 26 14:10:26 2016 +0000 @@ -4,11 +4,12 @@ // COM_RX #define RX_TIMEOUT_LIMIT 0.5 - //#define COM_RX_UART_TX PTE20 // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_TX USBTX - //#define COM_RX_UART_RX PTE21 // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_RX USBRX + #define COM_RX_UART_TX PTE20 // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_TX USBTX + #define COM_RX_UART_RX PTE21 // For bypassing RX1M (SET BAUD RATE 1200) #define COM_RX_UART_RX USBRX - #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
--- a/ThreadsAndFunctions.h Fri Feb 26 13:29:33 2016 +0000 +++ b/ThreadsAndFunctions.h Fri Feb 26 14:10:26 2016 +0000 @@ -106,7 +106,7 @@ gPC.puts("NEW TC RECEIVED\r\n"); #endif // DEBUF_PRINT("NEW TC RECEIVED\r\n"); - Thread::wait(2000); /*To be removed in flight model*/ + Thread::wait(7000); /*To be removed in flight model*/ gFLAGS = gFLAGS & (~NEW_TC_RECEIVED); gFLAGS = gFLAGS | COM_MNG_TMTC_RUNNING_FLAG;