Code generation glitch for RTC with STM32WL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-14 4:20 AM
I think I have had the same issue as: https://community.st.com/s/question/0D53W00001Z9hswSAB/code-generation-problem-for-rtc-with-stm32wl
However that thread never got answered so I post again, this time with additional information.
Im using
STM32CubeIDE 1.9.0
Build: 12015_20220302_0855
With MX
Version: 6.5.0-RC4
Build: 20220225-1913
Original IOC File working.
Then I enable RTC Calibration output on PA4
This silently makes lorawan settings glitch. Very easy to miss.
If I change "unknown" back to "RTC", then everything works as expected.
But if code is generated now, then we will get the AfterGlitch.ioc file (attached) and and we have the issue of hrtc renamed to h (among other things), see image below.
Solved! Go to Solution.
- Labels:
-
RTC
-
STM32CubeIDE
-
STM32CubeMX
-
STM32WL series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-19 9:42 AM
Hi @AAlat.1​
Thank you for your contributions and for your detailed explanations,
I confirm the issue on my side, it has been reported to STM32CubeMX development team .
Internal ticket number: 133317 (This is an internal tracking number and is not accessible or usable by customers).
I will keep you posted with updates.
Regards,
Aymen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-19 9:42 AM
Hi @AAlat.1​
Thank you for your contributions and for your detailed explanations,
I confirm the issue on my side, it has been reported to STM32CubeMX development team .
Internal ticket number: 133317 (This is an internal tracking number and is not accessible or usable by customers).
I will keep you posted with updates.
Regards,
Aymen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-20 3:06 AM
Great, thanks :)
