• Keil MDK + RL-ARM printf debugging
    Hello! I want to use "printf debugging" in my application. It is based on LPC1768 + JTAG, and I am using the RL-ARM. I tried to include the <stdio.h> in my program and added the 'printf("Hello...
  • How to use the Debug (Printf) Viewer
    Hello, I am new to the Keil interface and I want to configure the interface for using the Debug (Printf) Viewer. I am using the uVision 5.14. I am using a ST-Link as a debugger and I am following...
  • printf
    Hi, I am trying to run my first C program on Keil...it works perfectly until I insert a printf statement...am i missing something? #include <reg52.h> #include <stdio.h> void main(void) { unsigned...
  • ARM: Simulator printf
    I have created a project in Microvision 5 for an ARM Cortex-M0 (ARMCM0), and enabled the Simulator. I pull up the Debug (printf) Viewer and run the following code #include <stdio.h> main(void) ...
  • Printf() function for debugging process
    Hello! I wanted to use printf() function for debugging my project. I read the description about it but couldn't understand it, can u guys help me use it? i know that it prints the data in the "printf...