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 eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by
Diff: main.cpp
- Revision:
- 94:611c066467a1
- Parent:
- 93:4d76de54a699
- Child:
- 95:42d6747900cb
--- a/main.cpp Sun Jan 24 09:30:22 2016 +0000 +++ b/main.cpp Sun Jan 24 13:30:11 2016 +0000 @@ -61,10 +61,15 @@ // COM_MNG_TMTC THREAD gCOM_MNG_TMTC_THREAD = new Thread(COM_MNG_TMTC_FUN); gCOM_MNG_TMTC_THREAD->set_priority(osPriorityAboveNormal); + gPC.puts("allocating threads\r\n"); gSCIENCE_THREAD = new Thread(SCIENCE_FUN); - gSCIENCE_THREAD->set_priority(osPriorityBelowNormal); + // gPC.puts("step one complete\r\n"); + gSCIENCE_THREAD->set_priority(osPriorityAboveNormal); + gPC.puts("competed allocating threads\r\n"); // *******************INITIALISATIONS END******************** + /*Calculating Stack used*/ + int theAcount = 0; while(true){ Thread::wait(osWaitForever);