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

show debug information

Hello,

I want to install printf("hallo welt %d\n", intvariable) in my code for debug information. Where can I see this information when I have no usart? Is there a command line in uvision where I can see this?

Bernd

Parents
  • "I'm working with uvision and ulink2"

    The whole point of JTAG is that you no longer have to write code that consumes processor resources in order to "push" debug info to the debugger!

    Intead, you use the debugger to just view register vlaues, variables, etc - and it all just happens by the magic of JTAG!

    I suggest you spend some time reading the uLink and uVision manuals...

Reply
  • "I'm working with uvision and ulink2"

    The whole point of JTAG is that you no longer have to write code that consumes processor resources in order to "push" debug info to the debugger!

    Intead, you use the debugger to just view register vlaues, variables, etc - and it all just happens by the magic of JTAG!

    I suggest you spend some time reading the uLink and uVision manuals...

Children