7 years, 10 months ago.

Getting started on the STM32F746G-DISCO board with the AC6 SW4STM32 tool chain

Hello, I'm looking for a getting started guide or tutorial that will get me up and running with the STM32F746G-DISCO board and the AC6 SW4STM32 tool chain. Also, when I try to export a sample project such as this:

https://developer.mbed.org/teams/ST/code/DISCO-F746NG_blink_led/?platform=ST-Discovery-F746NG

With the platform and tool chain listed above the website just hangs. I've tried with multiple browsers on Windows. Any assistance in getting started here would be appreciated. Thanks

1 Answer

7 years, 10 months ago.

STM32F746G-DISCO platform is not yet supported to make it compile in the online IDE. But you can get a source code of STM32F746 in mbed-src, and build it at local compiler. You can run mbed_blinky in STM32F746G_DISCO following instructions in this link: https://developer.mbed.org/users/mzta/notebook/building-mbed_blinky-for-disco_f746ng-at-local/

Also, you can download STM32CubeF7 firmware package from this link: http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef7.html# Look in the "Demonstration" folder or refer to the examples under : STM32Cube_FW_F7_V1.4.0\Projects\STM32746G-Discovery, it may be helpful.

Regards