Next: , Previous: , Up: Top   [Contents][Index]


5 Debugging

µPad can be used for low level debugging of programs running on the device. “Low level” means that you can examine bytes in the micro-controller’s complete address space, the value of the CPU’s registers. You can also explicitly write those addresses and registers. You can cause the processor to execute single instructions and examine the effect of those instructions.

Since debugging is normally an inherently interactive process µPad has a mode which allows you to interact with the controller.