Latest FM Code with EEPROM
Dependencies: FreescaleIAP SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by
Diff: COM_MNG_TMTC.h
- Revision:
- 88:b9beee1a7a3e
- Parent:
- 87:6e154fd43531
- Child:
- 89:cca875337dd5
- Child:
- 90:df55a5f68331
--- a/COM_MNG_TMTC.h Wed Jan 20 17:00:54 2016 +0000 +++ b/COM_MNG_TMTC.h Thu Jan 21 14:35:11 2016 +0000 @@ -471,7 +471,7 @@ } case 2: { - //printf("Telecommand is for CDMS\r\n"); //apid = 10 corresponds to cdms + //gPC.printf("Telecommand is for CDMS\r\n"); //apid = 10 corresponds to cdms switch(GETservice_type(tc_ptr)) { case 0x60: @@ -1465,6 +1465,7 @@ /*execute_obsrs(current_TC, put_tm_here)*/\ /*read_TC(current_TC);*/\ execute_OBSRS_TC(current_TC);\ + adf_SND_SDCard();\ uint8_t tempExec = TC_STATE_SUCCESSFULLY_EXECUTED;\ PUTexec_status(current_TC, tempExec);\ /*PENDING: ABORT ON NACK CHECK, gMASTER_STATE VERIFICATION WITH SD CARD, session timeout, last executed ack l234*/\