• 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.
  • "mnemonic expected" error
    hello I have this error due to my assembly debugging in keil uvision4 for infineon c167cs device: main.c(15): error C195: inline-asm: Mnemonic expected does anyone know what it is about?? ...
  • Short form Mnemonic
    Note: This was originally posted on 21st March 2011 at http://forums.arm.com Hi. Does anybody knows where I can find Short Form Mnemonic documentation. For example add r0, r0, r1 can be replace by add...
  • 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...