2024-07-01 09:16 PM
Solved! Go to Solution.
2024-07-02 02:23 AM
Hello @Carter
First let me thank you for posting!
Unfortunately, not all STM32 MCUs have examples with an IOC file in the Cube FW. STM32CubeMX does not provide examples for all MCUs.
However, you can install the example and use it with the supported toolchain/IDE.
Thank you,
Souhaib
2024-07-02 02:23 AM
Hello @Carter
First let me thank you for posting!
Unfortunately, not all STM32 MCUs have examples with an IOC file in the Cube FW. STM32CubeMX does not provide examples for all MCUs.
However, you can install the example and use it with the supported toolchain/IDE.
Thank you,
Souhaib
2024-07-02 08:47 AM
@Carter If you urgently need to create a CubeMX .ioc file, or to adapt older example projects, help can be found here.
2024-07-02 11:34 PM
Thank you very much for your reply. Following your advice, I chose to use an IDE project that can be directly applied to implement the camera function of H747I-DISCO.
However, this is not sufficient to meet all the functional requirements of my design project. Therefore, I attempted to create an additional IDE file using CUBEMX. Through the AI function in CUBEMX, I deployed the neural network model I trained onto the board. In this project, I was able to successfully analyze the model and export the code.
After opening this file in the IDE's workspace, I tried to merge the two IDE projects into one project file. But this led to a new problem: the Include files in the two IDE files could not be copied or transferred. Why is this happening? What method should I use to achieve the merger of the two projects, so that I can use the neural network model to process the images received by the camera module?
2024-07-03 12:21 AM
It's alright now, I found the answer in the user manual. Thank you for your reply.