Hi all,
I am using the MCBSTR9 board and I am running the RTX OS with two concurrent tasks. All is well but after it runs for awhile, it stops. When I break in, it sits in the OS idle loop. Have anyone experience this before? It does not crash but it somehow stopped running the two tasks that was initially running. The stop time is intermediate. It can run up to 30 minutes or as short as 5 minutes.
Any ideas?
Thanks, Tom
So they are sharing a mutex, but you get a lockup even if neither of the threads takes this mutex?
Is your timer tick still running?
Are you able to use a JTAG interface to check the current state of the two tasks?
Actually, after further testing, I found out that the I2C and UART interrupts are conflicting. Which I think is another topic dealing with nested interrupts.