Firmware support for NUCLEO-F767ZI and NUCLEO-H743ZI2

Hi! I’m a beginner, I’ve only worked with Arduino.

There is a project whose firmware is written for NUCLEO-F767ZI. I have a NUCLEO-H743ZI2. Will this firmware work for me?

I know that the firmware was written using CMSIS.

Here is a comparison of these two boards:

P.s. The firmware is already in the binary file.

Hello,

I am not sure what exactly you asking for, and it not seems to be related to ARM Mbed.
But in generally, any binary for F7 will not work with H7, you need source code and migrate project to correct target.

BR, Jan