This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX problem

Hello,

I have implement a software using the RTX but after running for more than 10 hours the kernel gets stuck. When running the debugger, it seems to be stuck at the os_put_dly() function. It seems to loop round the following assembly instructions.

LDR R4, [R2, #0x0c]
CMP R4, #0x00
BNE 0x00005904
LSL R2, R4, #0
LDRH R4, [R4, #0x14]
ADD R3, R4, R3
CMP R3,R1
BCC 0x000058EC

Any ideas?

Cheers
Paul

0