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 CDMS_CODE by
Revision 234:2a1ea88086f3, committed 2016-07-05
- Comitter:
- ee12b079
- Date:
- Tue Jul 05 19:07:02 2016 +0000
- Parent:
- 231:e2bd2a990bfe
- Commit message:
- Testing Anirudh's changes
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jul 05 11:27:29 2016 +0000
+++ b/main.cpp Tue Jul 05 19:07:02 2016 +0000
@@ -121,6 +121,10 @@
FCTN_CDMS_INIT_RTC();/* rtc initialization*/
FCTN_CDMS_SD_INIT();/* sd card initialization*/
+ //Flags for COM_ENABLE_TX and COM_DISABLE_TX
+ COM_AUTO_POWER_OFF_BAE_FLAG =0;
+ COM_TX_FLAG = 0;
+ Put BAE_SW_EN_FLAG = 1;
uint8_t test[512] = {0};
disk_write(test,7000); //to be used only just before launch
