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 mbed-rtos mbed
Fork of workinQM_5thJan_azad by
Diff: TCTM.cpp
- Revision:
- 92:0d6e6ff9b7c9
- Parent:
- 83:78b6a62cdf6a
- Child:
- 93:e3fd5439e919
--- a/TCTM.cpp Tue Jan 03 09:57:58 2017 +0000 +++ b/TCTM.cpp Wed Jan 04 09:47:03 2017 +0000 @@ -680,6 +680,7 @@ //FLASH_DATA[0] = (((uint32_t)tc[5] << 24) | ((uint32_t)tc[6] << 16) | ((uint32_t)tc[7] << 8) | (uint32_t)tc[8]); //FCTN_BAE_WR_FLASH(0,FLASH_DATA[0]); BCN_LONG_MSG_TYPE = tc[8]; + gpc.printf("\n\rReceived BCN_LMB_TYPE tc, new BCN_LONG_MSG_TYPE = %d",tc[8]); FLASH_DATA = FCTN_BAE_RD_FLASH_ENTITY(0); FLASH_DATA = (FLASH_DATA & 0xFFFFFBFF) | (10<<(uint32_t)tc[8]);//see if uint8 to uint32 conversion works FCTN_BAE_WR_FLASH(0,FLASH_DATA);