
Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Revision 56:a88e16f6c18e, committed 2016-01-14
- Comitter:
- aniruddhv
- Date:
- Thu Jan 14 15:33:57 2016 +0000
- Parent:
- 53:18db568f1098
- Child:
- 58:5c59f28620bc
- Child:
- 67:4819b5f28285
- Commit message:
- Modified pins, reset_all
Changed in this revision
COM_MNG_TMTC.h | Show annotated file Show diff for this revision Revisions of this file |
DefinitionsAndGlobals.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/COM_MNG_TMTC.h Thu Jan 14 10:32:40 2016 +0000 +++ b/COM_MNG_TMTC.h Thu Jan 14 15:33:57 2016 +0000 @@ -1245,9 +1245,6 @@ break;\ }\ }\ - if ( reset_flag ==1 ){\ - reset_all;\ - }\ }\ }\ }\ @@ -1259,6 +1256,10 @@ break;\ }\ }\ + if ( reset_flag ==1 ){\ + reset_all;\ + break;\ + }\ }\ } @@ -1336,6 +1337,9 @@ /*gPC.printf("obosc tc inside normal tc at %u\r\n", execute_psc);*/\ /*EXECUTION OF OBOSC TC*/\ /*SKIP EXECUTION OF OBOSC HERE*/\ + if( execute_psc == (gTOTAL_VALID_TC-1) ){\ + gMASTER_STATE = TCL_STATE_COMPLETED;\ + }\ break;\ }\ else{\ @@ -1365,25 +1369,6 @@ /*LAST TC IS EXECUTED*/\ gMASTER_STATE = TCL_STATE_COMPLETED;\ }\ - else{\ - uint8_t check1 = 1;\ - for( uint8_t test_psc = execute_psc+1 ; test_psc < gTOTAL_VALID_TC ; ++test_psc ){\ - Base_tc* test_TC = gHEAD_NODE_TCL;\ - while(test_TC != NULL){\ - if( GETpacket_seq_count(test_TC) == test_psc ){\ - uint8_t checkval;\ - isit_obosc(test_TC, checkval);\ - if( checkval == 0 ){\ - check1 = 0;\ - }\ - }\ - test_TC = test_TC->next_TC;\ - }\ - }\ - if( check1 == 0x01 ){\ - gMASTER_STATE = TCL_STATE_COMPLETED;\ - }\ - }\ /*update last executed L1_ack*/\ if( put_tm_here != NULL ){\ if( GETshort_or_long_tm(put_tm_here->fields) == SHORT_TM_CODE ){\ @@ -1470,25 +1455,6 @@ else if( execute_psc == (gTOTAL_VALID_TC-1) ){\ gMASTER_STATE = TCL_STATE_COMPLETED;\ }\ - else{\ - uint8_t check1 = 1;\ - for( uint8_t test_psc = execute_psc+1 ; test_psc < gTOTAL_VALID_TC ; ++test_psc ){\ - Base_tc* test_TC = gHEAD_NODE_TCL;\ - while(test_TC != NULL){\ - if( GETpacket_seq_count(test_TC) == test_psc ){\ - uint8_t checkval;\ - isit_obosc(test_TC, checkval);\ - if( checkval == 0 ){\ - check1 = 0;\ - }\ - }\ - test_TC = test_TC->next_TC;\ - }\ - }\ - if( check1 == 0x01 ){\ - gMASTER_STATE = TCL_STATE_COMPLETED;\ - }\ - }\ /*update last executed L1_ack*/\ if( put_tm_here != NULL ){\ if( GETshort_or_long_tm(put_tm_here->fields) == SHORT_TM_CODE ){\
--- a/DefinitionsAndGlobals.h Thu Jan 14 10:32:40 2016 +0000 +++ b/DefinitionsAndGlobals.h Thu Jan 14 15:33:57 2016 +0000 @@ -3,6 +3,10 @@ #define RX_TIMEOUT_LIMIT 0.5 #define COM_RX_UART_TX PTE20 #define COM_RX_UART_RX PTE21 + +// For serial port printing(SET BAUD RATE 1200) +// #define COM_RX_UART_TX USBTX +// #define COM_RX_UART_RX USBRX // COMMON SPI #define SPI_MOSI PTE1