• i want to study about "MCU"
    8 posts and all talk about development board and 8051. can you use Proteus to simulate MCU and 8051 in keil.
  • i want to study about "MCU"
    8 posts and all talk about development board and 8051. can you use Proteus to simulate MCU and 8051 in keil.
  • 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...
  • Multitasking
    Hi Everybody, I am working with uPDS3400 and I started to work with the RTX51. My problem is that the OS don't creat a task that is not in the main file. How can I creat the tasks and communicate...