• debug printf with debugger hardware
    I'm using the Nulink Pro debugger (Nuvoton Nu-Link Debug Adapter) with the Kiel IDE . The Keil IDE has a debug printf to use with Keil's Ulink debugger (which we don't have). I'm currently using the...
  • debug printf with debugger hardware
    I'm using the Nulink Pro debugger (Nuvoton Nu-Link Debug Adapter) with the Kiel IDE . The Keil IDE has a debug printf to use with Keil's Ulink debugger (which we don't have). I'm currently using the...
  • Debugging using hex file on hardware without C source code.
    Can i debug a code on hardware without the source C code with just using the .hex file. I have a hex file that i have read from an LPC2119 microcontroller using flash magic tool. I also have a custom...
  • Debugging using hex file on hardware without C source code.
    Can i debug a code on hardware without the source C code with just using the .hex file. I have a hex file that i have read from an LPC2119 microcontroller using flash magic tool. I also have a custom...
  • Can PC debug CMx-based MCU without debugger ?
    On ARM official website, I saw some description about debug method by Freescale Vybrid. It sounds like below (No JTAG or SW connection):   [PC Host]  <--- USB wire ---> [Freescale Vybrid] So it seems...