• Interrupt vect never called [C++] - Cont.
    Continuation of this now locked thread: http://www.keil.com/forum/61560/ You continued on an older thread that is now auto-locked - a long time bug that Keil just seem to refuse to fix. Why lock...
  • Why the interrupt function never called
    I am working with Cypress ez-usb development board. The problem come to me is that a FIFO internal interrupt function never be called. What could be the problem? It supouse to write some data to enpoint...
  • STM32: MSC_MemoryVerify will be never called
    Hi, could someone tell me why the function MSC_MemoryVerify (using STM32F103 and windows xp) will be never called during or after writing a file to the mass storage device? I thought after writing...
  • Using RTX weak functions - rt_post_taskswitch() never called
    Hello I'm doing some experiments with RTX to investigate how quickly it switches between tasks and how much of the time I can make the processor (STM32F103 sleep. Following the advice in this...
  • A task calls os_dly_wait() then never be scheduled again
    We use RTX 3.0 for ST STR71x. Now we find a strange thing: the Fault Poll task TCB is lost from os_dly list , it should stay in os_dly list because its task state is WAIT_DLY state and Its stack shows...