cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX file for the STM32H747I_DISCO_USB_Webcam example?

jufgiraldoca
Associate

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!

1 ACCEPTED SOLUTION

Accepted Solutions

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

 

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.

View solution in original post

3 REPLIES 3

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

 

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.

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

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.