• Unable to set ASM breakpoint
    I am unable to set breakpoints or single step through ASM 51 source code. In the starting ASM file I can set breakpoints and single step. In any other source file I can not set braekpoints and when I...
  • unable to set breakpoints
    I am debugging a program running in internal flash of an XC161 using ULINK. Here is an example function I want to debug. void BM_CbfCmd(word wNdx, byte bSub) { if(wNdx) {}; if(bSub) {}; //suppress...
  • Unable to set breakpoints in C code during Debug
    Hello, Here is a summary of the software/hardware that I am using - NXP LPC2103 uC, - Keil uVision4, - ULINK JTAG debugger After starting a debug session, I am unable to set breakpoints...
  • Unable to have breakpoint on HJTAG
    Hello All I am trying to work on LPC2103. Initially i am trying to make LED Toggle program work. I guess the program is not the issue as it works fine on a simulator. When i try to debug via...
  • Setting Breakpoint
    How to set break point from the output window? Say loop_flag = 1 is an instruction where I want to set the break point from the output window.