• 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...
  • 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...
  • Left and right arrowkeys and the // do not work in the mcu 8051 ide
    As the title says the Left and Right arrow keys are not working in the 8051 ide. I installed the latest version I could find on my ubuntu 16.04 machine. Also when I use // for comments I get...
  • Left and right arrowkeys and the // do not work in the mcu 8051 ide
    As the title says the Left and Right arrow keys are not working in the 8051 ide. I installed the latest version I could find on my ubuntu 16.04 machine. Also when I use // for comments I get...
  • Overlays and optimizations on the 8051
    Is there anyway to "skip" an optimization level on Keil C51 ver 5.20? I continually get linker warnings about recursive calls. I have read app note 129 (many projects ago, and now do what it suggests...