Debugging tool for mbed enabled microcontrollers, especially for NUCLEO-F303RE and STM32F042F6P6.

Revision:
10:4d5f38d996e2
Parent:
9:59344a584e18
Child:
12:a8ab6e018422
--- a/Debug.h	Thu May 09 21:12:57 2019 +0000
+++ b/Debug.h	Thu May 09 21:14:13 2019 +0000
@@ -250,7 +250,7 @@
  * int main(){
  *     pc.breakpoint(__LINE__,0x48000000);
  *     DigitalOut out2 (PA_0);
- *     pc.breakpoint(__LINE__,0x48000000);
+ *     pc.breakpoint(__LINE__,0x48000001);
  *     AnalogIn analog2 (PA_1);
  *     pc.breakpoint(__LINE__,0x4800000C);
  *     DigitalIn di1(PA_7, PullUp);
@@ -339,7 +339,7 @@
  *  
  * int main(){
  *     pc.format(2,2,1,3);//breakpoint count,line number, address, value
- *     pc.breakpoint(__LINE__,0x48000000, 2);
+ *     pc.breakpoint(__LINE__,0x48000001, 2);
  *     DigitalOut out2 (PA_0);
  *     pc.breakpoint(__LINE__,0x48000014, -3);
  *     AnalogIn analog2 (PA_1);