X-CUBE-AI integration and clock errors
Hello.
I'm working on the stm32h753vit6 MCU trying to integrate the X-CUBE-AI software package into my project and I noticed a couple of issues.
1) After installing the package, I go into the IOC and as soon as I enable the X-CUBE-AI, the RCC_OSC_OUT pin reverts to the reset_state for some reason.
2) Also as soon as I enable the X-CUBE-AI, Changes start happening in my clock tree.
If I set back the clock tree to the configuration it was before enabling the X-CUBE-AI, My code crashes at the SystemClock_Config method (The method is autogenerated and I don't make any changes to it).
Has anyone come across a similar issue?
Thank you in advance, Yonatan.
