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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-21 3:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-21 4: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-21 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-21 4:39 AM
Right, my mistake, sorry.
What about the lines?
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-21 4: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.
