2022-01-21 03:38 AM
2022-01-21 04:11 AM
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
2022-01-21 04:24 AM
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.
2022-01-21 04:39 AM
Right, my mistake, sorry.
What about the lines?
Regards
/Peter
2022-01-21 04:57 AM
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.