
STMicroelectronics STM32F723E_DISCOVERY Board Support Package
This package contains project templates, system files and example programs for the STMicroelectronics STM32F723E_DISCOVERY.
CrossWorks Version 4 Installation Instructions
- To install this support package
-
- Click the Tools > Package Manager menu option to open the package manager window.
- Right click on the STMicroelectronics STM32F723E_DISCOVERY Board Support Package entry and select Install Selected Packages.
- Click Next to take you to the summary page.
- Click Next to install the package.
- Click Finish to close the package manager window.
- Click the Tools > Show Installed Packages.
- Click on the STMicroelectronics STM32F723E_DISCOVERY Board Support Package link to view the package and its contents.
- To manually install this support package
-
- If you have not done so already, install the following packages:
- Download the file ST_STM32F723E_DISCOVERY.hzq using your web browser.
- Click the Tools > Manually Install Packages menu option.
- Select the file you have just downloaded to install the package.
- Click the Tools > Show Installed Packages.
- Click on the STMicroelectronics STM32F723E_DISCOVERY Board Support Package link to view the package and its contents.
- To install this support package using other versions
Release Notes
3.0
- Initial Release.
Documentation
STM32F723E Discovery Loader
This package contains a flash loader that can flash the QUADSPI chip of the STM32F723E Discovery board (as well as the on chip flash of the STM32F723). You can place code or constant data into the QUADSPI flash as follows:
const char hello[] __attribute((section(".qspi"))) = "hello world\n";