• Does the cclock setting affect entering jtag debug mode
    we use LPC2366 and keil uvision3 If we set the CCLOCK up to 60MHz, can't enter debug mode. I have tried to set the speed of JTAG to 5ookhz,5mhz... cant enter debug mode, when set CCLOCK to 57...
  • Does the cclock setting affect entering jtag debug mode
    we use LPC2366 and keil uvision3 If we set the CCLOCK up to 60MHz, can't enter debug mode. I have tried to set the speed of JTAG to 5ookhz,5mhz... cant enter debug mode, when set CCLOCK to 57...
  • Error 34 may be feature, not bug: can't watch or debug optimized-out variables
    Hi everyone, A noncontributing variable to the return value may be optimized out - probably depends on your compiler settings. If you add that variable to the watch window while debugging, you...
  • Error 34 may be feature, not bug: can't watch or debug optimized-out variables
    Hi everyone, A noncontributing variable to the return value may be optimized out - probably depends on your compiler settings. If you add that variable to the watch window while debugging, you...
  • Debugging ELF file built with MAKE utility
    Hi, I'm working on a project that uses RIOT-OS: www.github.com/.../wiki . I built one example on Windows-os as it is described here: www.github.com/.../Build-RIOT-on-Windows-OS . After that I'm trying...