• 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...
  • 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...
  • USB disconnect problem on stm32f205
    hello i am working on a project with stm32f205 and keil uvision5. i am using the cmsis rtos. when i plug the usb to my board the usb tasks are created quickly. the problem is when i unplug...
  • 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 ...