Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 252:9c631b2f5da8
- Parent:
- 251:c766afa330a3
- Child:
- 257:7d404e9dc9e2
diff -r c766afa330a3 -r 9c631b2f5da8 DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Mon Jul 11 12:30:41 2016 +0000 +++ b/DefinitionsAndGlobals.h Tue Jul 12 05:35:21 2016 +0000 @@ -1,14 +1,15 @@ // **************DEFINITIONS********************* #define bypass_adf 0 +#define dma 0 // 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