• printf problem (nothing in Debug (printf) window)
    Hi all, I have nothing in the Debug (printf) window dialog when I use the printf instruction. (UART #x too) Is there something to initialize, or include a specific header? How the printf could...
  • printf problem (nothing in Debug (printf) window)
    Hi all, I have nothing in the Debug (printf) window dialog when I use the printf instruction. (UART #x too) Is there something to initialize, or include a specific header? How the printf could...
  • printf() problem
    printf("%#02bx",0xff); The above line of code does what I'd expect, ie it prints out "0xff". However, printf("%#02bx",0x00); prints out "0x000000000000000"..... for a very long time. The...
  • Printf problem..
    Hi, This is my program. int a = 0x0A; printf("%c",a); Why is it that the output from the serial port is 0x0D and 0x0A instead of just 0x0A itself? Thanks..
  • printf problem
    still can't fix my printf problem ... I linked the program without the option to overlay variables and it still didn't work ... does this eliminate the overlay feature as a problem? my putchar...