I have an RTX5 project. The project appears to run OK, but the RTX
RTOS component viewer shows errors after the kernel starts. This
error is shown in the command window:
Expression: 'ipsr = __GetRegVal("XPSR") & 0x01FF;
psp = (v8m_ns == 0) ? (__GetRegVal("PSP")) : (__GetRegVal("PSP_NS"));
psp = (psp == 0) ? (TCB[i].sp) : (psp);
sp = ((ipsr != 0) && (ips
↧