2023-06-26 01:41 AM
Hello everybody,
I started to use the AI Cube MX extension and developed an application on the NUCLEO-F746ZG Board. It all worked very well.
Now I am trying to integrate this small application into a bigger, existing project.
There seems to be a problem with the Init function of the AI, it causes a reset after a few seconds.
There are a few possible problems I identified:
- the project was configured with a CubeMX Version the AI extension is not compatible with
- the clock configurations of the two project parts seem to clash (HSE_ON vs. HSE_BYPASS)
Does anyone have experience with that?
Does anyone know any clock configuration etc. that the AI extension is compatible with? I cannot find much in the documentation...