• 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...
  • 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
  • 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) ...