• 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
    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 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 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 software breakpoints in IAR IDE
    I'm using IAR Embedded Workbench to debug a Cortex-M0 system interfaced through ST-LINK/V2 SWD. The processor isn't officially supported because it is under development, but the configuration files...