Hello everybody! I want to do an memory check on a XC16X board. My problem is, that I don't know how to check the stack? Can I copy the stack and move the pointer, or is there any other way to do that. Interrupts are disabled. regards Philipp Kueber
I don't understand what the problem is. What kind of memory check? And why is the stack a problem? - mike
Sorry, I'm being stupid. Obviously you need to move the stack out of the way. As far as I know, you only need to modify 4 registers: SP, SPSEG, STKOV, STKUN. Regards, - mike
Hello Mike, thank you for your fast answer. This may help me. best regards Philipp Kueber