cancel
Showing results for 
Search instead for 
Did you mean: 

I've installed the new CubeIDE instead of SW4STM32. Now, in debug mode, at some lines step into lasts up to 3 seconds. I didn't had this behavior in SW4STM32. How can I improve that?

WUnra.1
Associate II
 
4 REPLIES 4
Peter BENSCH
ST Employee

Welcome, @Community member​, to the community!

Is the project the same as with Atollic?

Are there any peculiarities where this occurs, e.g. similarities between the lines?

Regards

/Peter

In order 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.
WUnra.1
Associate II

SW4STM32 is not Atollic, it's: "System Workbench for STM32: free IDE on Windows, Linux and OS X"

It's the same project, I've imported from System Workbench into CubeIDE.

Peter BENSCH
ST Employee

Right, my mistake, sorry.

What about the lines?

Regards

/Peter

In order 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.
WUnra.1
Associate II

e.g.

if(LPUART_IN_BUFFER[LPUART_IN_BUFFER_out].data[j]<='9') multiplicator = 0x1000*(LPUART_IN_BUFFER[LPUART_IN_BUFFER_out].data[j]-'0');

 Overall, each step takes longer compared to System Workbench.