Hello, I work with the uVision2 V2.12 development environment and the call stack in the single step debugger is always empty. What is the reason for that? Missing library, wrong setting, ... Thank you for any help! Best regards, Peter
Have you stepped into any functions that are called with the CALL instruction? Jon
Hi Jon, no, I didn't use the CALL instruction. The execution just runs into a break point and I can't see the call stack (to determine where I come from in the execution path). Thank you for further help, Peter