cancel
Showing results for 
Search instead for 
Did you mean: 

Rx buffer is evaluating

sid19
Associate

I am new to STM IDE.
I am using STM32 Cubemx with SIMCOM 7600C1. The code is in attachment.

I dont know what is happening but throwing following error:



Multiple errors reported.

 

1) Failed to execute MI command:

-var-create - * rx_buffer

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 rx_buffer

Error message from debugger back end:

No symbol "rx_buffer" in current context.

 

4) Failed to execute MI command:

-var-create - * rx_buffer

Error message from debugger back end:

-var-create: unable to create variable object

These are the error coming after debugging

1 REPLY 1
KDJEM.1
ST Employee

Hello @sid19 and welcome to the Community,

 

Could you please give more details about issue. Please take a look at this https://community.st.com/t5/community-guidelines/how-to-write-your-question-to-maximize-your-chances-to-find-a/ta-p/575228

Which STM32 MCU are using? Are you using a STM32 board?

Which STM32CubeIDE version are you using?

Ensure that the variable rx_buffer is properly declared and initialized in your code. 

Please take a look at this post may help  you.

Thank you.

Kaouthar

 

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.