• STM32F302: Stuck in Start up file
    I am running version Keil 4.73 and writing code for a STM32F302. I am running through an issue where when using the debugger I am unable to exit the file "staurtup_stm32f302xc.s". If I flash the controller...
  • Printf gets stuck in simCASE debugger
    Hi anybody in this forum please kindly help me to resolve the following problem: When I run the debugger (simCASE debugger) , each time when it reaches the printf commands, it stops completely...
  • application stuck in rt_put_prio
    /* Search for an entry in the list */ while ((p_CB2 != NULL) && (prio <= p_CB2->prio)) { p_CB = (P_XCB)p_CB2; p_CB2 = p_CB2->p_lnk; <--- sometimes stuck here } /* Entry found, insert the task into...
  • Stucking at breakpoint
    Hi, sometimes the debugger stucks at a breakpoint and even if I use single-step, step-over or just run the program, the PC does not change. Deleting the breakpoint does not fix the problem. I have...
  • SPI stucks waiting for semaphore
    Hi all, I'm trying to use the SPI interface on a STM32F407 with CMSIS, and KEIl RTX 4.74. Below you my sample code can be seen. The problem there is that within the function drv_Info->SendData(...