• putchar uses LPC21xx address for ADUC7026
    Hello to all. I have this EVAL-ADUC7026 Board from Analog Devices. Now i have a problem with the "hello world" Example: The ADUC7026 enters the Abort-Mode. I debuged it: The printf-function seems to...
  • putchar uses LPC21xx address for ADUC7026
    Hello to all. I have this EVAL-ADUC7026 Board from Analog Devices. Now i have a problem with the "hello world" Example: The ADUC7026 enters the Abort-Mode. I debuged it: The printf-function seems to...
  • 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...
  • 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...
  • putchar and printf problem
    Hi, I'm using Silabs IDE and KEIL C 51. I want to use printf, I know that printf is using putchar. So I've modified the file PUTCHAR.C to meet my HARDWARE UART the file PUTCHAR.C is located in the...