STMicroelectronics STM32F746G_DISCOVERY Board Support Package

This package contains project templates, system files and example programs for the STMicroelectronics STM32F746G_DISCOVERY.

CrossWorks Version 4 Installation Instructions

To install this support package
  1. Click the Tools > Package Manager menu option to open the package manager window.
  2. Right click on the STMicroelectronics STM32F746G_DISCOVERY Board Support Package entry and select Install Selected Packages.
  3. Click Next to take you to the summary page.
  4. Click Next to install the package.
  5. Click Finish to close the package manager window.
  6. Click the Tools > Show Installed Packages.
  7. Click on the STMicroelectronics STM32F746G_DISCOVERY Board Support Package link to view the package and its contents.
To manually install this support package
  1. If you have not done so already, install the following packages:
  2. Download the file ST_STM32F746G_DISCOVERY.hzq using your web browser.
  3. Click the Tools > Manually Install Packages menu option.
  4. Select the file you have just downloaded to install the package.
  5. Click the Tools > Show Installed Packages.
  6. Click on the STMicroelectronics STM32F746G_DISCOVERY Board Support Package link to view the package and its contents.
To install this support package using other versions

Release Notes

3.1

3.0

Documentation

STM32F746G Discovery Loader

This package contains a flash loader that can flash the QUADSPI chip of the STM32F746G Discovery board (as well as the on chip flash of the STM32F746). You can place code or constant data into the QUADSPI flash as follows:

    const char hello[] __attribute((section(".qspi"))) = "hello world\n";