STM32CubeIDE doesn't generate code for timer15 for the STM32G070
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-31 10:13 PM
I set up the Timer15 in the IDE (inside a project I've been working on for a long), but the IDE isn't creating the code for it.
Before I set the timer up for this project, I tried a proof of concept in a newer and separate project (same timer and gpio) and it worked as expected. When I replayed the steps for the main project, code is missing.
Why the IDE isn't creating the code? I'm using 1.12.1 IDE release, which is the latest release that doesn't coerce me neither being connected to the Internet 100% of the time, nor to login in order to use the IDE.
Thank you!
- Labels:
-
Bug-report
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-31 11:48 PM - edited ‎2025-02-03 6:23 AM
Hello @XR.1
This behavior may be solved on the STM32CubeMX V6.13.0 and STM32CubeIDE V1.17.0 that need to be connected only for packages download. So, please try to use our last versions to ensure the best performance.
Best Regards.
STTwo-32
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-01 6:38 AM
> which is the latest release that doesn't coerce me neither being connected to the Internet 100% of the time, nor to login in order to use the IDE.
You don't need to be logged in or connected to the internet to use the IDE, only to download packages or updates. Even with the latest version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-01 8:22 PM
Hi. I do not want to login when using the IDE, and ST can't force me to do so. That's the reason why I'm stuck at 1.12.1 release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-02 1:11 AM - edited ‎2025-02-02 1:11 AM
So in this case. You can generate your code based on CubeMX and add manually the configuration for TIM15.
Best Regards.
STTwo-32
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-02-10 8:02 PM
Not a solution, but:
It's not a solution, but after closing the app and restarting my Linux Mint box STM32CubeIDE was able to generate the missing code for the timer. It was a surprise 'cause I didn't expect it to work, but at least it worked.
