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?
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.
2023-01-31 02:46 PM
Hi! Here it is the debug configuration. How can i get the debug log? Thanks in advance!
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.
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
2023-02-07 05:46 PM