• Printf Display using ULINK2 debugger
    Hi, I have an LPC13xx mounted in LPCXpresso Base Board and I use the ULINK2 debugger.. I have a simple program that will display the printf output data...for example Display a "Hello World" in...
  • uVision Debugger displaying arrays of Structures
    I'm using uVision2 V2.40A. Please look the following example: struct structPeriod { int From; int To; int x[4]; }; struct structConfig { struct structPeriod Periods[5]; int x; int y; };...
  • Decimal display of variables
    Is it possible to change display mode to decimal, when cursor floats over variable name in the source window? regards Dejan
  • Problem on debugger with extern variable
    Hello everybody, I have a problem with a global variable. This variable is declared as extern. It is reset to 0 automatically inside the Keil µVisionb 4 debugger when used in a function written in...
  • Displaying Variable Address in the memory map
    How do I display a memory map of my variables and their addresses? I am looking through the .map file but I cannot see a final memory map of all the variables. Is there a way to do this with Keil...