|
From: Christian E. <ce...@gm...> - 2014-02-01 08:30:56
|
Version: openocd-0.7.0 Dear list, when do I have to configure rtos (FreeRTOS) support? - During initialisation (in openocd.cfg): It seems that OpenOCD reads information about tasks prior the .bss section on the target has been cleared. I get messages like "Error allocating memory for XXXXXXX (very high random number) threads". But sometimes it works correctly. - After reaching main: For some reason the thread list in Eclipse only shows one thread although I can see that OpenOCD successfully fetches the information about rtos threads from the target memory. regards Christian |