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

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 Nu-Link debugger through the Keil IDE. Can I use the debug printf with my current setup.

Parents
  • The Nu-link debugger connects over the following pins: ICE_DAT, ICE_CLK, reset and power. So it doesn't have a SWO pin. So does that mean that the debug printf won't work with my setup.

    The links you've attached are for cortex-m3. Our controller is a Nuvoton 120Le3bn which is a cortex M0. Hope that doesn't matter. I use the step debug with Keil and we connect the controller The debug printf.

Reply
  • The Nu-link debugger connects over the following pins: ICE_DAT, ICE_CLK, reset and power. So it doesn't have a SWO pin. So does that mean that the debug printf won't work with my setup.

    The links you've attached are for cortex-m3. Our controller is a Nuvoton 120Le3bn which is a cortex M0. Hope that doesn't matter. I use the step debug with Keil and we connect the controller The debug printf.

Children