Search Results
Search results 1-7 of 7.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
[SOLVED] Two user modules causes freeze due to infinite loop in SEGGER_SYSVIEW_SendModuleDescription
PostOk nevermind this was caused by calling SEGGER_SYSVIEW_RegisterModule from _cbSendSystemDesc. It is fixed by moving the call to SEGGER_SYSVIEW_Conf.
-
[SOLVED] Two user modules causes freeze due to infinite loop in SEGGER_SYSVIEW_SendModuleDescription
PostHi again, FYI I experience a freeze after a few seconds now that I have two user modules. I found SEGGER_SYSVIEW_SendModuleDescription to be in an infinite loop. Basically an instance of pModule's pNext pointer pointed to itself somehow. Thanks, Alex
-
Hi Nino, Yes its an RTOS application. I have had FreeRTOS9 working and in the midst of upgrading to FreeRTOS10. I have also previously used Percepio extensively. So I think the role of user events is uncertain hence the question right? So whilst there is module events which I have used, I imagine a new dev might start with user events as its simple. The first thing they would look for once getting that to work, would be to modify a description file to map numbers to readable meaningful named eve…
-
Hi, I have SystemView working now with FreeRTOS/STM32F4xx. Its a great tool, thank you. I have a custom module working with descriptions file. As an aside, I also found user events useful for more short term debugging. Is it possible to load a descriptions file for the user events? Or is the custom module the required approach? Thanks Alex.
-
Hi, I am wondering what the limit is in the FreeRTOS plugin relating to the number of thread priorities. This is set by configMAX_PRIORITIES in FreeRTOS. I am experiencing the limit and was not able to debug using this plugin until I reduced the max priorities to 17. Thanks Alex.