• printf anomaly
    I have an array unsigned char v[4] The 4 elements contain ASCII numerical characters that are the result of various calculations and the contents of the array is in the form: - x.xx (in other words...
  • printf anomaly
    I have an array unsigned char v[4] The 4 elements contain ASCII numerical characters that are the result of various calculations and the contents of the array is in the form: - x.xx (in other words...
  • Application note 138 should provide pflash.a66 in C
    Keil should provide fplash.c which would be the C equivalent to pflash.a66.
  • Application note 138 should provide pflash.a66 in C
    Keil should provide fplash.c which would be the C equivalent to pflash.a66.
  • 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...