Examples for STM32H747I-DISCO board
I just purchased a brand new STM32H747I-DISCO board. I installed all the suggested software. I followed the step-by-step guide from ST Microelectronics. I downloaded the STM32Cube MCU Firmware Package for STM32H7 series. I picked STM32H7 series instead of the suggested STM32L4 because my discovery board contains STM32H7x MCU.
I tried to open the blinking LED (with interrupts) example from C:\Users\[user_name]\STM32Cube\Repository\STM32Cube_FW_H7_V1.9.0\Projects\STM32H747I-DISCO\Examples\GPIO\GPIO_EXTI folder as it is suggested.
The TrueSTUDIO -during importing the example – showed an error message about the imported project is not compatible with the STM32H747I-DISCO board and I must select another board or an another MCUMCU. The problem is the STM32H747I-DISCO board nor the STM32H747I MCU are not listed.
Finally, I got 3 projects:
- EWARM
- GPIO_EXT
- STM32H747I-DISCO
I tried to build each projects (excluding/closing the others). The build was not successful I got several errors. I do not know what I did wrong.
So my questions are: (I am familiar with Silicon Labs/TI 8 and 32 bit MCUs since 15 years or more.)
- Is there a Step-by-Step guide for STM32H747I-DISCO board? ST website shows step-by-step guide form NUCLEO-L476RG which is slightly different from STM32H747I-DISCO board.
- It seems to me the dual core STM32 MCUs are not supported in TrueSTUDIO nor in STM32CubeMX applications. From where can I get sample programs which can be run in STM32H747I-DISCO board?
- If I plug the USB cable into the board I could not find any sign that the STM32H747I-DISCO board would detected?
Thanks for your help.
