Search Results

Search results 1-1 of 1.

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

  • Hi, Looking for some help here, I'm probably missing something very obvious . I'm working with an STM F7 with RTOS 10.2.1 I've patched the RTOS files and added the required Segger source files to the project and so far the RTOS hooks are working fine, I can see all the tasks running in real-time. I can add instrumentation calls in any of the tasks and the information is logged as expected. The problem starts as soon as I instrument anything which isn't within an RTOS task context, for example, a…