• URGENT : ulink not found
    Hi friends, I am using the ulink2 USB for last three months without the problem. But now i got problem "when i connect the ulink2 USB to the PC the RED LED only glowing,the other 2 LEDs are...
  • URGENT : ulink not found
    Hi friends, I am using the ulink2 USB for last three months without the problem. But now i got problem "when i connect the ulink2 USB to the PC the RED LED only glowing,the other 2 LEDs are...
  • interrups not working properly
    hi, I am new to implementing interrupts and arm 7 as well. I have just tried one example after reading the manual as well as some post. I have few questions about the register values. 1)How do we...
  • interrups not working properly
    hi, I am new to implementing interrupts and arm 7 as well. I have just tried one example after reading the manual as well as some post. I have few questions about the register values. 1)How do we...
  • sscanf does not work properly
    I started to use the sscanf function to parse commands from serial port and found out that it does not work as it must do. Example: int i, j = 0x1234; char c = '\0'; i = sscanf("anything", "%d%c",...