2022-06-27 10:34 AM
I'm using the STM32H757i Eval board. In STMCube repository for H7 v1.10.0, there is not a project folder for the STM32H757i eval board. I'd like to use the BSP LED/Touch drivers from the STM32H747i-EVAL project found in the cubeMX repository and potentially any others in the future. From what I could understand from UM2525, the eval boards are the same except for the actual micro-controllers.
Can I start a project with the STM32H757 project and link to the folder with the STM32H747 eval files?
Or, can I start a project in CubeMX for the STM32H747 and upload it to the STM32H757 allowing me to use any driver code written for the STM32H747i eval board.
Solved! Go to Solution.
2022-06-27 12:30 PM
The H757 is code compatible to the H747, so yes , you can run H747 code on the H757.
2022-06-27 12:30 PM
The H757 is code compatible to the H747, so yes , you can run H747 code on the H757.