• From your feedback
    Hey Linq, A good news infact for your valuable support , today I was able to comunicate with I2C , almost 90% is done . Can you help me out for these issues listed below .. the state where i get...
  • feedback on "HTTP Upload"
    Hi all, I used the HTTP_Upload example in order to update a board's firmware. Everything works fine, but I'd like to add a feedback about the updating status. I have no experience about web...
  • From a library I've been told to to support
    Hello good and kind people. I have been told to put some code into Keil MDK ARM. I have been told it works. Here is an extract. #define loop } long ratishmy(char **IPtab) { char mystring[10...
  • Asynchronous OUT endpoint with rate feedback
    I am developing a USB audio class 1.0 device which uses an async OUT endpoint which is associated with a feedback IN endpoint in windows vista environment. I am really in confusion with this feedback...
  • keil told me a warning about abs()
    Does abs function can not effect on unsigned long type ? BOOL bSameTime = (abs(ulData1 - ulData2) > 2) ? FALSE : TRUE; warning : taking the absolute value of unsigned type 'unsigned long...