We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
ok - that means I'm on the wrong way with printf(). I have to learn to read the ASM debug information.
thanks for your answer
"I have to learn to read the ASM debug information."
No - the tools provide Source-Level debug information.
Again, see the Manuals
Having said that, it will be a distinct disadvantage if you cannot at least read assembler...