cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H747 programming steps and programming platform

GunkutA
Senior

Hello, normally I use STM32F103 microcontrollers and recently got a STM32H747 Discovery Kit. However I have no idea how to develop a program for it or compile that program. Normally I use Atollic True Studio but I don't know if it supports this discovery kit. I could not find any information about that over the internet. So can someone answer these questions for me? I will appreciate it:

1) How can I program STM32H747 Discovery Kit and compile it.

2) Is Atollica True Studio supports this kit? If not what platform I can use similar to Atollic. ( I guess Keil supports it, but a free option would be better.)

3) Is there documents about where to develop programs for this kit and how to program them over the internet? All I could find are "Getting Started with STM32H747" which shows buttons and units on it.

Thanks beforehand!

5 REPLIES 5

IAR or KEIL would be more capable tools

Many examples in CubeH7 repository

STM32Cube_FW_H7_V1.5.0\Projects\STM32H747I-DISCO\Examples

STM32Cube_FW_H7_V1.5.0\Projects\STM32H747I-DISCO\Applications

STM32Cube_FW_H7_V1.5.0\Drivers\BSP\STM32H747I-Discovery\stm32h747i_discovery.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you. Does this repository comes with CubeMx?

https://www.st.com/en/embedded-software/stm32cubeh7.html

CubeMX can download it, or you can unpack the .ZIP yourself

If you're currently using CubeMX check what you have in the repository directory.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks a lot.

If you meant whether the examples contain CubeMX ioc projects, then no. ST managed to do that only for the G series.