• Modified from your feedback told Sir !
    Dear Sir, with the feedback given by you I was able to re-structure my I2C Interrupt routine.Interrupt is invoking properly everytime, but I am not able to get the desired result. I want to clarify...
  • 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...
  • 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...
  • RealView heroes - this is your moment!
    Hello all, void select_next_task(void) { if (l_task == 0) { l_task = 1 ; } else { l_task = 0 ; } } __asm void context_switch(void) { STMDB R13!, {R0-R12, LR} ; save context BL __cpp(select_next_task...
  • Time to update your compiler
    It's time to do some work on you're compiler. It generates the same code it did 20 years ago. I have to do tricks, instead of writing normal portable code, to get it to generate good code or just use...