• Redefining putchar ()
    Hello All, I'm using a Keil eval Cortex-M3 eval board and using uVision v4.23, and trying to redirect printf output so stdout displays on the lovely LCD display instead to the serial port. I have...
  • regarding putchar
    putchar work when continuous debugging and show output on serial window, but when u debug step by step ,after executing putchar it not show output on serial window, how i overcome this problem
  • Redefining putchar ()
    Hello All, I'm using a Keil eval Cortex-M3 eval board and using uVision v4.23, and trying to redirect printf output so stdout displays on the lovely LCD display instead to the serial port. I have...
  • regarding putchar
    putchar work when continuous debugging and show output on serial window, but when u debug step by step ,after executing putchar it not show output on serial window, how i overcome this problem
  • putchar/printf problem
    Dear all, I am having problem with putchar function. When i am running a "putchar('A');" instruction, i am getting the Charater 'A' output on the serial window. But when i run next "putchar...