Dependencies:   mbed

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);
     }