Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: DefinitionsAndGlobals.h
- Revision:
- 308:7c3872365d58
- Parent:
- 303:b49b486a7107
- Child:
- 309:6ed5535ac465
diff -r beb148fe97dc -r 7c3872365d58 DefinitionsAndGlobals.h --- a/DefinitionsAndGlobals.h Sat Sep 10 07:06:59 2016 +0000 +++ b/DefinitionsAndGlobals.h Sun Oct 09 07:08:34 2016 +0000 @@ -17,8 +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 PIN60 + //#define SPI_CS_RTC PIN26 // actual + #define SPI_CS_RTC PIN60 // sbc with jumper v1.0 // COM_TX #define COM_TX_CONFIG_LIMIT 3 @@ -137,7 +137,7 @@ #define OBOSC_SUB_RESET 0x07 // PAYLOAD or SCIENCE - #define PAYLOAD_BUFFER_LENGTH 6723 + #define PAYLOAD_BUFFER_LENGTH 6723 // 6723 #define PAY_SPI_MOSI PTE18 #define PAY_SPI_MISO PTE19 #define PAY_SPI_CLK PTE17 @@ -306,6 +306,8 @@ DigitalOut RESET_TO_BAE(PIN93,1);//RESET_BAE_FROM_CDMS DigitalOut RESET_TO_PYLD(PIN21,1);//RESET_PYLD +DigitalOut DMA_LED1(PIN61,0); + //SD HK uint32_t FSC_CURRENT[6]; uint32_t FSC_LAST[6];