Skip to main content
Associate II
November 22, 2024
Solved

H747i-DISCO programming/ creating binary

  • November 22, 2024
  • 2 replies
  • 711 views

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!

Best answer by mƎALLEm

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?

2 replies

mƎALLEm
mƎALLEmBest answer
Technical Moderator
November 22, 2024

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."
tw1Author
Associate II
November 22, 2024

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