• Simulator printf bug when using reg515a.h
    Can anyone else verify that the Hello example fails to output to the serial#1 window when the reg515a.h is included. Single stepping through the program I can see the characters being written to SBUF...
  • Simulator printf bug when using reg515a.h
    Can anyone else verify that the Hello example fails to output to the serial#1 window when the reg515a.h is included. Single stepping through the program I can see the characters being written to SBUF...
  • printf outputs wrong result when do multiplication
    volatile unsigned char a; a = 3; printf("%u\n", a * 100); The output is 11264. Why? Any reply would be greatly appreciated.
  • printf outputs wrong result when do multiplication
    volatile unsigned char a; a = 3; printf("%u\n", a * 100); The output is 11264. Why? Any reply would be greatly appreciated.
  • 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...