Change reference to picture

neilh 2015-11-20 12:11:35 -08:00
parent 6eab490a89
commit 9fd1bad489
1 changed files with 2 additions and 3 deletions

@ -30,9 +30,8 @@ The Nucleo-F401RE board also has two "ST-LINK" jumpers that need to be removed t
**Note:** I anchored the wires by weaving them through adjacent holes, when soldering to the pyboard so that the stress of moving the boards didn't wiggle the wire. The wire is at its most vulnerable point where it is soldered to the board. **Note:** I anchored the wires by weaving them through adjacent holes, when soldering to the pyboard so that the stress of moving the boards didn't wiggle the wire. The wire is at its most vulnerable point where it is soldered to the board.
![Wiring of ST-Link to PYBV10](https://drive.google.com/file/d/0B6fVhttwRUumejBuRnFNSm5NSXc/view?usp=sharing) ![pyBoard wired to a ST-LINK on a Nucleo-F401RE](http://forum.micropython.org/download/file.php?id=159)
or
[Wiring of ST-Link to PYBV10](https://drive.google.com/file/d/0B6fVhttwRUumejBuRnFNSm5NSXc/view?pli=1)
##symbolic debugging ##symbolic debugging
Symbolic debugging is useful for checking out the interface to hardware - single stepping through each line of code, and looking at the registers/variables. Symbolic debugging often relies on a toolchain that can be difficult to get right - so often its more pain to setup and debug the debugger than it is to use other methods. Symbolic debugging is useful for checking out the interface to hardware - single stepping through each line of code, and looking at the registers/variables. Symbolic debugging often relies on a toolchain that can be difficult to get right - so often its more pain to setup and debug the debugger than it is to use other methods.