• ETM trace, can the contents of memory accesses be seen
    Hi, our verification activities forbid code instrumentation or execution control, we only test production code. ETM tracing looks good but it is instruction trace. Our testing needs to watch memory or...
  • ETM trace, can the contents of memory accesses be seen
    Hi, our verification activities forbid code instrumentation or execution control, we only test production code. ETM tracing looks good but it is instruction trace. Our testing needs to watch memory or...
  • IAR J-Trace/J-Link with KEIL uVision
    Hello everyone. Our target system is NXP LPC2468. Recently we have purchased an IAR J-Trace/J-Tag hardware with orientation on IAR Development Environment (and compiler) . After some time (and plenty...
  • IAR J-Trace/J-Link with KEIL uVision
    Hello everyone. Our target system is NXP LPC2468. Recently we have purchased an IAR J-Trace/J-Tag hardware with orientation on IAR Development Environment (and compiler) . After some time (and plenty...
  • uVision Debugger does not display the content of arrays correctly
    When using arrays and structs uVision debugger shows all elements as 0x00 even though the data is correct. I can verify the data is correct by outputing the array or structs contents to the STDIO. ...