• 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...
  • USB soft disconnect
    Hi all, I am working with STM32F4xx. I want to re-initialize my USB device during the application is running. The problem is that PC doesn't recognize that USB device has changed its configuration...
  • USB Connect Disconnect Issue
    Hi, I am using STM32F207ZET6 microcontroller in one of my design. While implementing the USB in the device using the stack, I am facing USB Connect Disconnect issue. While troubleshooting, it...
  • debugger disconnection problem
    Hello, I use ULINK2 & uVision4 Tool I found that uVision4 exited from debug mode abnormally and due to that problem, I didn't debug my code. So, I want to know when the debug mode is disconneted ...
  • LPC2378 : USB Connect and Disconnect.
    Dear All, Hi !! I Have Implemented USB communication for LPC2378 processor. Now i am facing problem..when the USB is plugged off...the communication fails..and i have to report the status of the...