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

RTX6 migration - Watch RTX RTOS window

Starting migration from RTX to RTX5.

Managed app_main() and new main() and it seems my application is running.

But: RTX RTOS watch window does not show my application threads, nor semaphores, nor message queues.

After osKernelStart() has executed, my threads are running (setting a breakpoint there stops execution),
but RTX RTOS watch window only shows two RTX internal threads: osRtxIdleThread and osRtxTimerThread.

In addition the update rate of this window seems not helpful.

Any thing missed to configure?

Best regards
Juergen