Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 261:1e54415b34d3
- Parent:
- 259:066a7abd2a5f
- Child:
- 262:752c8689944a
--- a/DefinitionsAndGlobals.h Tue Jul 12 17:54:30 2016 +0000
+++ b/DefinitionsAndGlobals.h Thu Jul 14 13:07:30 2016 +0000
@@ -1,15 +1,15 @@
// **************DEFINITIONS*********************
-#define bypass_adf 0
+#define bypass_adf 1
#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
@@ -17,7 +17,8 @@
#define SPI_CLK PTE2
#define SPI_CS_ADF PTA15
#define SPI_CS_SDC PIN20
- #define SPI_CS_RTC PIN26
+ //#define SPI_CS_RTC PIN26
+ #define SPI_CS_RTC PIN60
// COM_TX
#define COM_TX_CONFIG_LIMIT 3
