This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I set breakpoints in XC161CJ flash using just the serial monitor?

Does the Keil 166 toolset support debugging programs running in the flash of the XC161CJ using just the serial port? That is, will the monitor allow me to set breakpoints using the on chip debug facility without a special jtag wiggler?

Parents
  • No, setting breakpoints with the Monitor is not possible in Flash.

    The OCDS interface has hardware break registers, that allow you to set breakpoints without code modifications. Therefore the OCDS interface is definitly the way to go. We have a new tool release coming (beta is already available) that fully supports OCDS debugging via the LPT interface or the Keil ULINK JTAG adapter. The new version also integrates Flash download.

Reply
  • No, setting breakpoints with the Monitor is not possible in Flash.

    The OCDS interface has hardware break registers, that allow you to set breakpoints without code modifications. Therefore the OCDS interface is definitly the way to go. We have a new tool release coming (beta is already available) that fully supports OCDS debugging via the LPT interface or the Keil ULINK JTAG adapter. The new version also integrates Flash download.

Children