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.
Diff: bdmtrionic.cpp
- Revision:
- 6:2fbcbebed28c
- Parent:
- 5:1775b4b13232
--- a/bdmtrionic.cpp Sat Apr 25 17:07:08 2015 +0000
+++ b/bdmtrionic.cpp Sat Apr 23 18:31:40 2016 +0000
@@ -1180,7 +1180,7 @@
// if (sysreg_write(0x0, &driverAddress) != TERM_OK) return TERM_ERR;
// break;
do {
- if (!bdmRunDriver(0x0, 20000)) {
+ if (!bdmRunDriver(0x0, 200000)) {
printf("WARNING: An error occured when I tried to erase the FLASH chips :-(\r\n");
return TERM_ERR;
}