CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Committer:
aniruddhv
Date:
Sun Jul 03 05:37:25 2016 +0000
Revision:
213:3d13a06bcd3a
Parent:
169:451b54864992
ACK_L1, P_COM_HK, Changed BAE TCs to long, COM_POWER_ON_TX, after_cooling_timeout, Update TC status, Execute OBOSC, Removed OBSRS  execution from MNG_TMTC, RCV_TC in ThreadsandFunctions to include byte_limit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aniruddhv 137:489a93a04d6b 1 #define P_COM_INIT {\
aniruddhv 137:489a93a04d6b 2 gFLAGS = gFLAGS | COM_INIT_STATUS_FLAG;\
aniruddhv 144:4c20fcc105ce 3 RF_SW_CNTRL_BCN = 1;\
aniruddhv 144:4c20fcc105ce 4 Thread::wait(25);\
aniruddhv 144:4c20fcc105ce 5 RF_SW_CNTRL_BCN = 0;\
aniruddhv 137:489a93a04d6b 6 gFLAGS = gFLAGS | RF_SW_STATUS_FLAG;\
aniruddhv 213:3d13a06bcd3a 7 COM_RX_CNTRL = 0;\
aniruddhv 155:ca7365c03fd7 8 Thread::wait(200);\
aniruddhv 155:ca7365c03fd7 9 COM_RX_CNTRL = 1;\
aniruddhv 137:489a93a04d6b 10 gFLAGS = gFLAGS & (~COM_INIT_STATUS_FLAG);\
aniruddhv 137:489a93a04d6b 11 }