Skip to main content
Associate
November 21, 2024
Solved

STM32CubeMX file for the STM32H747I_DISCO_USB_Webcam example?

  • November 21, 2024
  • 1 reply
  • 1167 views

I want to make some modifications to the STM32H747I_DISCO_USB_Webcam example embedded in the FP-AI-VISION1 package, however I cannot find a way to open it in STM32CubeMX. I also checked the repository on GitHub for this example and no success. Any idea about how to open the settings of this example in STM32CubeMX?

 

Thanks!

This topic has been closed for replies.
Best answer by Andrew Neil

You mean a .ioc file?

Not all examples have a .ioc file:

https://community.st.com/t5/stm32-mcus-products/some-example-projects-don-t-use-ioc-file/m-p/698338/highlight/true#M255312

 

1 reply

Andrew Neil
Andrew NeilBest answer
Super User
November 21, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Associate
November 21, 2024

Got it. If I understood correctly I might need to export all the settings manually in STM32CubeMX then.

Andrew Neil
Super User
November 21, 2024

So there is no CubeMX project - if you want one, you're going to have to create it yourself based on the settings in the code.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.