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: ISP.cpp
- Revision:
- 4:8046ba0a87b5
- Parent:
- 3:eb6d9211592d
- Child:
- 5:6134277e4d57
--- a/ISP.cpp Thu Sep 29 15:15:57 2011 +0000 +++ b/ISP.cpp Fri Sep 30 09:16:45 2011 +0000 @@ -15,7 +15,7 @@ pc.printf("**** LPC1xxx Flash Bootloader ****\n\n\r"); if(CheckTargetPresent()==0) { - pc.printf("ERROR: Communication failed with board. Ensure board reset and P2.10 pulled low before running mbed program!\r\n\n"); + pc.printf("ERROR: Communication failed with board. Ensure board reset and P2.10 pulled low before running mbed program! If the setup is correct, try lowering the baud rate, set in main.cpp.\r\n\n"); exit(0); }