• 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 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...
  • Problem with Logic Analyzer Window
    Hi everybody I have problem with the logic analyzer window. In Logic Analyzer window i have killed all the signal first but when i want signal after i have runned different program,its not working...
  • Circular buffer logical error?
    I was going through the sample code i obtained from the keil website for LpC2148 USB .As far as i could make out, the code just echos the contents of a buffer onto the hyperterminal when a keypress is...
  • Logical analyser Core registers
    Is it possible to add any of the Core (R0, R1 ... R13(SP)) registers to the Logical Analyser? Or any global kernel objects?