Hi all,
I'm am currently searching for a hard to find bug in my software and wanted to try out the threading support for JLinkGDBServer.
I have a Reneases RX71m target that runs FreeRTOS v10.2.1 with JLink V6.46
I have configUSE_PORT_OPTIMISED_TASK_SELECTION 0 and added the freertos_tasks_c_additions.h construct.
I start the server with
and my debugger via:
But the plugin initialization fails
The application is started by a self written bootloader (also FreeRTOS) which starts the application.
Normal breakpoints as well as halt/step and continue work as expected.
Does anyone have an idea what could be the Problem (0xD31FFFF?)
I'm am currently searching for a hard to find bug in my software and wanted to try out the threading support for JLinkGDBServer.
I have a Reneases RX71m target that runs FreeRTOS v10.2.1 with JLink V6.46
I have configUSE_PORT_OPTIMISED_TASK_SELECTION 0 and added the freertos_tasks_c_additions.h construct.
I start the server with
But the plugin initialization fails
Source Code
- 03-00000000-00-00023883-004B: Loading RTOS plugin: /opt/SEGGER/JLink/GDBServer/RTOSPlugin_FreeRTOS.so...
- 03-00000000-00-00023883-002B: RTOS plugin (API v1.0) loaded successfully
- 02-00000000-00-00023883-0051: T1AFFD700 023:883 JLINK_CORE_GetFound() returns 0xD31FFFF (0000ms, 0174ms total)
- 03-00000000-00-00023883-001C: RTOS plugin: Failed to load
The application is started by a self written bootloader (also FreeRTOS) which starts the application.
Normal breakpoints as well as halt/step and continue work as expected.
Does anyone have an idea what could be the Problem (0xD31FFFF?)