Integrate real time debugger issue(Integrate Segger RTT viewer with STM32F411RE in eclipse ide) #613
Unanswered
Sami2098
asked this question in
Debug Plug-ins Q&A
Replies: 2 comments
|
I have no experience with Segger RTT viewer connecting to OpenOCD. I suggest you first experiment with a debug session started by hand in a terminal and only if you succeed consider using it in Eclipse. |
0 replies
|
In case it helps at all, that error message crops up on the Segger forums and in other places in relation to the Segger RTT viewer. You can find these by using a web search. As far as I can tell the message occurs due to the nature of the RTT data being sent from the target so you might want to check/clarify what exactly you're sending from the target side. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
hello all,
I was trying to integrate Segger RTT viewer with STM32F411RE in eclipse ide
all time when I connect RTT viewer this error occure in RTT viewer
"ERROR: : Terminal change character (IAC) followed by invalid character (non-hexadecimal)."
I also attach debugger configuration
All reactions