• Again usb fails to enumerate
    hai, Earlier I had problems with FX2 enumeration. But when I changed the port it was working well. I have developed the firmware for one board with FX2. Now I want to use the same firmware for another...
  • Software, again?
    Air France Flight 447: "...The investigation is increasingly focused on whether external instruments on the Airbus A330 may have iced over, confusing speed sensors and leading computers to set the...
  • problem (continue and again)
    i wrote about similiar problem http://www.keil.com/forum/docs/thread9546.asp and now i have same problem i use odd adres memory (for example) and got problem text test progfam for ARM you may see...
  • timer problem again
    this is my code: timerVal.u16 = (((servoHundredEighty - servoZero) * (degreeValue/180)) + servoZero); if all the variable are declare in unsigned char...this method can be used? or how i need to...
  • printf problem again
    my code : #include <reg52.h> #include <stdio.h> #define uchar unsigned char void main() { uchar value; unsigned int address; uchar *data_buf; TMOD=0X20; // timer 1 mode 2 TH1=0xFD; // 9600...