cancel
Showing results for 
Search instead for 
Did you mean: 

H747i-DISCO programming/ creating binary

tw1
Associate

How would I be able to create a binary for this project or run it through CubeIDE? 

tw1_0-1732245633377.png

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!

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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?

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
SofLit
ST Employee

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?

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
tw1
Associate

It was an issue regarding file path naming being too long.