Error from debugger back end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-28 03:08 AM
While programming an stm32f446re in stm32cubeide 1.10, UART protocol caused me trouble as this errors appeared:
1) Failed to execute MI command:
-var-create - * UART
Error message from debugger back end:
-var-create: unable to create variable object
2) Unable to create variable object
3) Failed to execute MI command:
-data-evaluate-expression UART
Error message from debugger back end:
No symbol "UART" in current context.
4) Failed to execute MI command:
-var-create - * UART
Error message from debugger back end:
-var-create: unable to create variable object
Does anyone knows how to solve it?
- Labels:
-
STM32CubeIDE
-
STM32F4 Series
-
UART-USART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-30 01:27 AM
Hello @jreis.1​
First let me thank you for posting.
Could you share the debug configuration as well as the complete debug log to give a clearer view about the issue.
Thanks,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-31 02:46 PM
Hi! Here it is the debug configuration. How can i get the debug log? Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-01 07:18 AM
Hello @jreis.1​
My bad I should have put a description on how to get the debug log.
Under the debug configuration -> Debugger check the log to file option as shown in the screenshots:
Kind regards,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-01 09:24 AM
Hi, thanks for the help! right now I don't have the Nucleo with me, can I send the debug log here on Tuesday?
Regards,
João
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-07 05:46 PM
Hi, today i changed my nucleo board and the error dissapeard, altough i continue not reciveing uart messages... at least the it is not activating.
Here it is the debug log.