• uVision3 IDE error using watch window #1
    I am using ULINK2 and uVision3 V3.53 to debug my embedded system. I typed in a variable in the Watch #1 window so that I could watch a variable as it goes through the program. This was working great...
  • uVision3 IDE error using watch window #1
    I am using ULINK2 and uVision3 V3.53 to debug my embedded system. I typed in a variable in the Watch #1 window so that I could watch a variable as it goes through the program. This was working great...
  • 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...
  • 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...
  • Watch window problems
    I did a couple of searches and found some references to the problems I am having. But I don't think this is fully addressed, so I'll ask here. I am using the contest eval board from Luminary Micro...