Skip to main content
Visitor II
January 23, 2025
Solved

Getting started with a NUCLEO-H755ZI-Q board

  • January 23, 2025
  • 1 reply
  • 1093 views

I got a NUCLEO-H755ZI-Q board and downloaded all the docs and software (en.stm32cubeh7-v1-12-0.zip).

When I go to C:\STM32Cube_FW_H7_V1.12.0\Projects\NUCLEO-H755ZI-Q, there’s just a read.me file that says: “All projects available under Projects\NUCLEO-H745ZI-Q are fully compatible with NUCLEO-H755ZI-Q board.”

I follow the “C:/STM32Cube_FW_H7_V1.12.0/Projects/Archives/STM32CubeProjectsList.html” document

The only device that’s close is the STM32H745ZI which I select. It then displays the alert “The device STM32H745ZI_CM7 is not recognized by TrueSTUDIO.”

What component am I missing?

 

Also, where's the STM32CubeMX file for the NUCLEO-H755ZI-Q board?

    This topic has been closed for replies.
    Best answer by STTwo-32

    Hello @SoCalJim 

    First, the TrueSTUDIO is an obsolete IDE. So, I suggest you migrate to our STM32CubeIDE. This tool will help you to program smoothly our STM32 MCUs/Boards. Also, for the NUCLEO-H755ZI-Q, you can open, and example based on the NUCLEO-H745ZI-Q (using any one of the following tools: STM32CubeIDE, IAR and Keil) and run it on your NUCLEO-H755ZI-Q. It should be working fine. 

    For the Absence of the .IOC file, not all our examples are based on CubeMX configurations specially for the products launched before the STM32CubeMX.
    Best Regards.

    STTwo-32

    1 reply

    STTwo-32Answer
    Technical Moderator
    January 23, 2025

    Hello @SoCalJim 

    First, the TrueSTUDIO is an obsolete IDE. So, I suggest you migrate to our STM32CubeIDE. This tool will help you to program smoothly our STM32 MCUs/Boards. Also, for the NUCLEO-H755ZI-Q, you can open, and example based on the NUCLEO-H745ZI-Q (using any one of the following tools: STM32CubeIDE, IAR and Keil) and run it on your NUCLEO-H755ZI-Q. It should be working fine. 

    For the Absence of the .IOC file, not all our examples are based on CubeMX configurations specially for the products launched before the STM32CubeMX.
    Best Regards.

    STTwo-32