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: mbed mbed-rtos SimpleDMA FreescaleIAP eeprom
Fork of CDMS_CODE_FM_28JAN2017 by
Diff: Flash.h
- Revision:
- 324:c0a5228cc666
- Parent:
- 322:7d906d34aaff
- Child:
- 325:d375c11595be
--- a/Flash.h Sat Dec 10 12:41:58 2016 +0000
+++ b/Flash.h Sat Dec 10 13:39:35 2016 +0000
@@ -13,7 +13,7 @@
void FLASH_INI()
{
- INITIAL_FLASH[16] = 8000;
+ INITIAL_FLASH[16] = 80000;
uint32_t read[32];
for(int i=0;i<32;i++)
{
@@ -51,6 +51,7 @@
COM_SESSION_TIMEOUT = read[14];
COM_RSSI_MIN = read[15];
SD_LIB_BLK_CURRENT = read[16];
+ CDMS_RESET_COUNTER = read[17];
}
/*Writing to the Flash*/
