• call stack + locals cant access thread
    Hi, I have a thread that is not responding for some reason (MDK ARM pro) . The thread viewer shows it is waiting (for MBX not OR as it should be) using 11% of the stack out of 84% in total. When I try...
  • Wron call stack + Locals data type
    Hi everybody I would like to know if it is possible to force Keil to display a specific type for a data in debugging mode in the call Stack + Local? I have a parameter type which is a struct but...
  • stack frame with function call in interrupt
    I call a short and easy function out of an timer interrupt. This causes the c51 compiler to push all registers (A, B, DPH, DPL, PSW AR0..AR7) to the stack without any necessarity (they are not changed...
  • AT91SAM7S: nested interrupt function
    Hi, I want to add a function handling nested interrupts for the controller. Could you tell me the right position to add this function? startup-file: Undef_Handler B Undef_Handler SWI_Handler...
  • Keil uVision 5.14 Call Stack + Locals Window is empty
    My Environment: Keil uVision 5.14 MDK-Lite = free version with 32K size limit. Using ST-Link Debugger. My target is the STM32 F4 Discovery board with the STM32F407VGT6 processor. My project: ...