Page 1 of 1

openocd -rtos "chibios"

Posted: Sun Feb 23, 2025 3:18 pm
by Tuxford
I downloaded latest ChibiStudio for Linux. My local openocd version 0.12.0.
Config options are next:

Code: Select all

-f interface/stlink.cfg -f target/stm32f1x.cfg -c "$_TARGETNAME configure -rtos chibios"

But there is no success.

Code: Select all

Warn : ChibiOS/RT memory signature claims to be bigger than expected. Assuming compatibility...
Info : Successfully loaded memory map of ChibiOS/RT target running version 7.0.4
Error: ChibiOS registry integrity check failed, double linked list violation
Info : Only showing current execution because of a broken ChibiOS thread registry.
Error: ChibiOS registry integrity check failed, double linked list violation


What I missed?

Re: openocd -rtos "chibios"

Posted: Sun Feb 23, 2025 4:22 pm
by Giovanni
Hi,

OpenOCD support is not yet updated to the latest ChibiOS versions.

You may try the ChibiOS Debugger View in ChibiStudio, it provides even better functionality.

Giovanni