The GoodFET can program an MSP430's flash memory!
[goodfet] / firmware / apps / monitor / monitor.c
index defa814..d820107 100644 (file)
@@ -15,5 +15,10 @@ void monitorhandle(unsigned char app,
     cmddata[0]=memorybyte[cmddataword[0]];
     txdata(app,verb,1);
     break;
     cmddata[0]=memorybyte[cmddataword[0]];
     txdata(app,verb,1);
     break;
+  case MONITOR_CHANGE_BAUD:
+    //This command, and ONLY this command, does not reply.
+    setbaud(cmddata[0]);
+    //txdata(app,verb,0);
+    break;
   }
 }
   }
 }