• Problems with array in Watch window
    I'm using MDK-ARM 4.21 with the ULINK Pro and a LPC1114/302. When I start debugging and the PC points on the "{" of the main routine, the addresses of the arrays NANDElecSignature and NANDElecSignature1...
  • uVision 5 stay always on top
    Hi all, i'm experiencing an annoying problem with uVision 5: when I go into debug session and then go back to the edit session, the uVision 5 stays always on top and I can't switch between the other...
  • Pointer stays at hardfault handler.
    Hi all I have create a new project, the same that the provided EXTI. With its own libraries, etc. It gets compiled succesfully but when debugging the pointer stays at this function. The project...
  • How to watch the *pointer = array[10] in the debug WATCH windows
    When the *pointer point to an array, as follow: int *pointer = malloc(sizeof(int) * 10); How can I watch the array in the debug WATCH windows? In Visual studio , we can use "pointer, 10" to watch...
  • My threads don't appear on Keil uVision's RTOS watch
    I'm using Keil uvision with RTX5 RTOS and for some reason I can't see the threads I'm creating in the RTOS watch... I can only see the built in rtx idle thread and timer thread... I've tested my threads...