2024-11-21 07:31 PM
How would I be able to create a binary for this project or run it through CubeIDE?
For some context I have taken this project from the FP-AI-VISION1_V3.1.0 pack, made some modifications, and would like to flash my H747i board with it. I can build the CM4 and CM7 files but when it comes to running the entire project or creating a binary for it I am at a loss.
Thank you!
Solved! Go to Solution.
2024-11-22 12:09 AM
Hello,
@tw1 wrote:
I can build the CM4 and CM7 files but when it comes to running the entire project or creating a binary for it I am at a loss.
Not sure what the problem is, but the there is no hex or bin generated after the compilation but you can use .elf files located under :
STM32CubeIDE\CM4\Debug\ -> for CM4
STM32CubeIDE\CM7\Debug\ -> for CM7
To load the two binaries for both CM4 and CM7 with STM32CubeProgrammer tool.
Otherwise could you please detail what you did exactly at programming step?
2024-11-22 12:09 AM
Hello,
@tw1 wrote:
I can build the CM4 and CM7 files but when it comes to running the entire project or creating a binary for it I am at a loss.
Not sure what the problem is, but the there is no hex or bin generated after the compilation but you can use .elf files located under :
STM32CubeIDE\CM4\Debug\ -> for CM4
STM32CubeIDE\CM7\Debug\ -> for CM7
To load the two binaries for both CM4 and CM7 with STM32CubeProgrammer tool.
Otherwise could you please detail what you did exactly at programming step?
2024-11-22 03:45 PM
It was an issue regarding file path naming being too long.