
DocID025933 Rev 1 9/11
UM1733 Firmware package
10
3.2 Programming firmware application
3.2.1 IDE requirements
To start programming, user must:
•Install the preferred Integrated Development Environment (IDE).
•Install the ST-LINK/V2-1 driver from the ST web site.
Note: Required information to download and install desired IDE and ST-LINK/V2-1 are detailed in
Getting started with STM32F334 Discovery software development tools.
3.2.2 Programming application
Several IP examples are provided with the firmware package (see Figure 3) under
STM32F3348-Discovery_FW_VX.Y.Z /Projects/ and the user must use one of the three tool
chains supported to program applications on the STM32F3348-DISCO board.
To program application the Template example, follow the sequence below:
1. Open application folder STM32F3348-Discovery_FW_VX.Y.Z /Projects/Template.
2. Select the desired IDE project (EWARM for IAR, MDK-ARM for Keil or TrueSTUDIO for
Attolic)
3. Double click on the project file (for example: Template.eww for EWARM)
4. Rebuild all files: Project->Rebuild all
5. Load project image: Project->Debug
6. Run program: Debug->Go
The demo software, as well as other software examples that allow you to discover the
STM32F3 series features are available at www.st.com/stm32f3-discovery.