• simulating printf
    hello, i'm using uVision3. question1: i want to simulate the printf so i can see what is printing. I've tried SLOG but nothing is write to the created file. WHY ? question2: Why when i debug my...
  • Keil ITM_SendChar() printf() issue
  • 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) ...
  • Using Simulator printf("%s")
    Can anyone tell me how to print the value of a source code string in the simulator? I am trying to use the simulator printf() function in a breakpoint assignment as follows: bs \assertions\assert\81...
  • Simulator printf needs setup?
    I'm trying to use printf() on uVision4 in Simulation mode. The code runs or steps fine in the debugger but the "Debug (printf) Viewer" doesn't show anything. Was I wrong to assume that it should "just...