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
Solved. Watch RTX RTOS will display only Threads, Message Queues and so on created with RTOS V2 API functions.