2019-12-05 10:24 PM
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!
2019-12-05 10:46 PM
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
2019-12-05 10:50 PM
Thank you. Does this repository comes with CubeMx?
2019-12-05 11:06 PM
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.
2019-12-06 12:25 AM
Thanks a lot.
2019-12-06 01:11 AM
If you meant whether the examples contain CubeMX ioc projects, then no. ST managed to do that only for the G series.