• Analysis windows and call stack window
    Hello, I’m using uVision4 to debug an XC164 device. The hardware debug mode is choosed for this purpose. I have following questions: 1. All analysis windows (Logic Analyzer, Performance Analyzer...
  • Call Stack window empty
    Hi, can anyone tell me why i never see anything in the call stack window (watches), i expect to see the function calls as i debug and step into functions but nothing is shown. can anyone help?
  • Interpreting uVision Call Stack Window
    When viewing the stack frames in the Call Stack window, some of the items have a red arrow pointing to them. What does this arrow mean? And in the Value/Address field, some of the values are labeled...
  • Stack usage information
    How does one determine the stack usage and program size? On this page, it says to link with --callgraph to produce a static callgraph, showing information on stack usage and the functions. Not too...
  • Where is the stack?
    I have a few questions that may be related. I'm using a Cygnal C8051F021 which has 4352 bytes of XRAM. I have a c program using the LARGE memory model and am wondering how much stack I am using. I guess...