• maybe bug: far argument to printf fails
    Hallo, I may have hit a bug in CX51 Ver 7.06. If a far variable is passed as an argument to printf function; it fails. I wrote this program: #include <Philips\reg51m.h> #include <stdio.h> ...
  • maybe bug: far argument to printf fails
    Hallo, I may have hit a bug in CX51 Ver 7.06. If a far variable is passed as an argument to printf function; it fails. I wrote this program: #include <Philips\reg51m.h> #include <stdio.h> ...
  • 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...
  • 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) ...