• Anomaly: pflash.a66 coding standards, mnemonics
    ISO/IEC 12207 (1995) 5.3.7.5 e) states: "Appropriateness of coding methods and standards used;". The generally accepted commercial practices recommend using mnemonics instead of numeric values. ...
  • Schultz' 8051 Programming and Multitasking Baud Rate Timer Anomaly
    Schultz claims compiler error in his 0-13-753-815-4 re tl1, th1 for setting up baud rate. He gives example: tl1 = ~( 1000/ 256) = 0xfd ) where the value should be 0xfc. However, he is calculating...
  • Printf
    How do printf with hyper terminal (COM2) my code is bad !!!
  • Printf !!!
    Hi, That routine should implement couple to see or to print in the serial window, in the C09-L? Without using the timers 0 and 1... In uVision2 the linker tells me that there is an error: ERROR...
  • Printf
    When I use printf, the uP hangs. When I use SBUF it owrks fine, what can be the problem ??? Hope someone can help me. I use an Atmel 89c52. Kindest regards, Ben Goofers #include <At89x52...