Tracealyzer on STM32MP1 #52906
Replies: 1 comment 7 replies
-
@eriktamlin We have been able to get Tracealyzer to work. It seems there's an issue (linker errors) with the built-in hooks in some of the drivers. Build log showing linker errors:
Sample line that causes linker error (constructor initializer list entry in Board_Manager.cpp line 44): In general, it seems like the linker error has to do with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the Tracealyzer to work with the STM32MP157-C target; however, I am running into issues. Specifically, I'm only trying to profile the M4 core. I have setup my Zephyr project and Tracealyzer configuration per the instructions in the Tracealyzer "Getting Started" page for Zephyr.
Other relevant setup details:
I am able to "connect" to the target from in the Live Stream mode. However, when I "Start Session", I get "Session error: Failed to send stop command! RTT not connected?". See screenshot below. Any insight into what could be going on will be highly appreciated.

CC: @FRASTM @nashif @eriktamlin
Beta Was this translation helpful? Give feedback.
All reactions