We use Rowley CrossStudio for development. the ARM7_LPC2138_Rowley demo contains a thread.js file.
However, it seems to have a glitch which results in phantom threads being displayed at times. Possibly it has to with a change in the FreeRTOS list data structure. In any case, does anyone have an updated version of threads.js for FreeRTOS that might work better?
There is a single task deleted during initial startup of the scheduler. But we sometimes see 2 of these phantom threads, and they seem to come and go. The truth is that I haven’t really looked at the issue, I’ve just been hoping that it is not a real problem but just a display issue, and that someone else will have the same issue, fix it, and say something about the fix!