Hello, when debugging an XC167CI Step CA with Keil uLink I have the following problem: if there is a SRST instruction in the code of the XC167CI, then µVision Debugger jumps to 0xFFFFFF instead of 0x000000, disassembly window shows then all instructions at odd addresses. After pressing RST, disassembly shows correctly instructions located at 0xC00000 (start of internal flash), but DPPs are displayed with their current value, not with the reset values mentioned in datasheet. When trying to Run the code after this reset, only jumps to 0xFFFFFF are done. The only way to continue debugging is to stop the debugger and then start it again. How can this problem be solved? Regards, Roland