• Logical bit operation
    Hello, I have following code: Unsigned int freq; int N_counter[24] freq=248; N_Counter[15]=(freq& 0x0001); N_Counter[14]=(freq & 0x0002); N_Counter[13]=(freq & 0x0004); N_Counter[12]=(freq...
  • Logical bit operation
    Hello, I have following code: Unsigned int freq; int N_counter[24] freq=248; N_Counter[15]=(freq& 0x0001); N_Counter[14]=(freq & 0x0002); N_Counter[13]=(freq & 0x0004); N_Counter[12]=(freq...
  • Logical Operator AND in uVision
    I need to know what is wrong with uVision. I had not seen this before. I wrote this piece of code in uVisio, the program is not working well. When I simulated it, I realized the compiler is not...
  • Logical Operator AND in uVision
    I need to know what is wrong with uVision. I had not seen this before. I wrote this piece of code in uVisio, the program is not working well. When I simulated it, I realized the compiler is not...
  • Logic Analyzer
    How to use the logic analyzer in Uvision3?