2025-01-22 05:01 PM
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?
Solved! Go to Solution.
2025-01-22 10:55 PM - edited 2025-02-21 09:10 AM
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
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.
2025-01-22 10:55 PM - edited 2025-02-21 09:10 AM
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
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.