working version
Dependencies: mbed mbed-rtos SimpleDMA FreescaleIAP eeprom
Fork of CDMS_CODE_FM_28JAN2017 by
Diff: DefinitionsAndGlobals.h
- Revision:
- 197:1369ef45b49e
- Parent:
- 195:6a549c0e9287
- Child:
- 209:63e9c8f8b5d2
- Child:
- 217:5006c998ea50
diff -r c51bf4993f75 -r 1369ef45b49e DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Thu Jun 30 10:19:00 2016 +0000 +++ b/DefinitionsAndGlobals.h Thu Jun 30 10:51:38 2016 +0000 @@ -1,14 +1,14 @@ // **************DEFINITIONS********************* -#define bypass_adf 0 +#define bypass_adf 1 // 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