• Logic MX Master 3S programming short cut can not working in Keil IDE? any solution to solve it?
    Logic MX Master 3S programming short cut can not working in Keil IDE? any solution to solve it?
  • Logic Analyzer
    How to use the logic analyzer in Uvision3?
  • Logic Operators
    Hi, I need help understanding these operations DEECON=(unsigned char)((adr>>8)&0x01); is adr being shifted to the right? and then? what is &0x01 ...a pointer? while((DEECON&0x80)==0); Explain...
  • Logic 5V
    How can I set the pin of a port to a 5 volts level? Using registers ODP, DP etc I've been able to reach a bare 3.5V Thanks
  • Debounce Logic
    I have done software debounce logic with 2/3 voter logic and kindly verify the coding i don't no whether it is correct or not. Please help me Coding: void inputRoutine() { uint16_t temp; InputP1_Temp...