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 COM_MNG_TMTC_SIMPLE_pl123 by
Revision 90:df55a5f68331, committed 2016-01-22
- Comitter:
- ee12b079
- Date:
- Fri Jan 22 12:54:21 2016 +0000
- Parent:
- 88:b9beee1a7a3e
- Child:
- 91:05cf9d71a665
- Commit message:
- EOS detected but data needs to be checked, bugs solved: (1) chip select not made 1, (2) connections are lose at sd card side
Changed in this revision
--- a/COM_MNG_TMTC.h Thu Jan 21 14:35:11 2016 +0000
+++ b/COM_MNG_TMTC.h Fri Jan 22 12:54:21 2016 +0000
@@ -1438,8 +1438,8 @@
tm_ptr = tm_ptr->next_TM;\
}\
/*SEND call sign, ACK_L1, NON OBSRS TM TO GS*/\
- snd_tm.head_pointer(tm_ptr_head);\
- adf_not_SDcard;\
+ /*snd_tm.head_pointer(tm_ptr_head);*/\
+ /*adf_not_SDcard;*/\
/*DELETE THE TM AFTER USE*/\
tm_ptr = tm_ptr_head;\
overflowCountExecute = 0;\
--- a/COM_POWER_ON_TX.h Thu Jan 21 14:35:11 2016 +0000
+++ b/COM_POWER_ON_TX.h Fri Jan 22 12:54:21 2016 +0000
@@ -72,8 +72,8 @@
get_tc_list(power_on_tm->next_TM, 0x00);\
/*PENDING: TRANSMIT ABOVE TM*/\
/*Call Sign, ACK_L1, TC_LIST*/\
- snd_tm.head_pointer(power_on_tm_head);\
- adf_not_SDcard;\
+ /*snd_tm.head_pointer(power_on_tm_head);*/\
+ /*adf_not_SDcard;*/\
/*deleting the telemetry*/\
power_on_tm = power_on_tm_head;\
overFlowCountADF = 0;\
--- a/main.cpp Thu Jan 21 14:35:11 2016 +0000
+++ b/main.cpp Fri Jan 22 12:54:21 2016 +0000
@@ -44,6 +44,7 @@
// SD CARD
cs_sd = 1;
gCS_RTC = 1;
+ gCS_ADF = 1;
// initialise_card();
// int result= initialise_card();
// disk_initialize();
