• combining two Interrupts
    I want to detect positive and negative edges that are generated by a limit switch. 1. I am using P89V51RD2 . 2. I want to do two different tasks upon these edges. 3. I am making use of capture...
  • combining two Interrupts
    I want to detect positive and negative edges that are generated by a limit switch. 1. I am using P89V51RD2 . 2. I want to do two different tasks upon these edges. 3. I am making use of capture...
  • combine two projects with diff optimizations
    1. I have two projects. One is time critical so I have optimized it with cross-module+level 3+ time. 2. Second is not time critical & want to optimize for size- cross mod+microlib+level2. Can...
  • combine two projects with diff optimizations
    1. I have two projects. One is time critical so I have optimized it with cross-module+level 3+ time. 2. Second is not time critical & want to optimize for size- cross mod+microlib+level2. Can...
  • combining two characters to get an integer
    hi, I want to use monitor51 to test my code that collects some analog data and feeds it to ADC on-board of 8051. I am using uVision2. I have read somwhere that it is necessary to download mon51.exe...