2025-08-22 8:07 AM
Hello,
I am having an issue with my STM32WBA65MI-based project file (IOC file) and CubeMX (6.15.0). It also happens when configuring the IOC file in CubeIDE 1.19.0.
When I configure the clocks and then generate code and save the IOC file and then close the IOC file, the code is correctly generated. However, when I open the IOC file again, the clock settings are different:
If I were to generate code, it would replace the "correct" code with the new settings.
Double-checking the original generated code, it seems that the settings are properly used to generate code. However, maybe the IOC file isn't being saved right, or loaded right?
I'm happy to send my IOC file via email but I'd rather not upload it here.
Thank you,
Jonathan
2025-08-22 8:34 AM - edited 2025-08-22 8:46 AM
Hello @JFisher-Legato ,
Let me thank you for posting and welcome to the ST Community.
For more investigation, could you please share with me your Ioc.File through Email.
Thanks.
Mahmoud
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.
2025-08-22 8:54 AM
Hello,
I created a new project with a new IOC file and this issue seems to be related to the STM32_WPAN middleware. I've attached this sample IOC file. My steps to reproduce the issue:
Thank you,
Jonathan