Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello, Not the reply I was hoping for but none-the-less, thank you very much for your reply. Regards

  • How can I use a Segger J-Link with GDB and view the state of multiple RTOS threads? My setup: * J-Link Ultra+ * J-Link GDBServer 4.97I * GNU GDB client * STM32F207 * ThreadX RTOS * Eclipse IDE I can connect to the MCU and debug just fine (single-step, view memory, etc). However it only shows one thread. Issuing the GDB command: 'info threads' only returns one thread as well. I believe my GDB client is capable of receiving thread events from the RTOS (ThreadX) as I can view multiple threads using…