# STM32CubeF3 MCU Firmware Package ![latest tag](https://img.shields.io/github/v/tag/STMicroelectronics/STM32CubeF3.svg?color=brightgreen) **STM32Cube** is an STMicroelectronics original initiative to ease developers' life by reducing efforts, time and cost. **STM32Cube** covers the overall STM32 products portfolio. It includes a comprehensive embedded software platform delivered for each STM32 series. * The CMSIS modules (core and device) corresponding to the ARM(tm) core implemented in this STM32 product. * The STM32 HAL-LL drivers, an abstraction layer offering a set of APIs ensuring maximized portability across the STM32 portfolio. * The BSP drivers of each evaluation, demonstration or nucleo board provided for this STM32 series. * A consistent set of middleware libraries such as RTOS, USB, FatFS, graphics, touch sensing library... * A full set of software projects (basic examples, applications, and demonstrations) for each board provided for this STM32 series. The **STM32CubeF3 MCU Package** projects are directly running on the STM32F3 series boards. You can find in each Projects/*Board name* directories a set of software projects (Applications/Demonstration/Examples). ## Some middleware libraries are unavailable in this repository In this repository, the middleware libraries listed below **along with** the projects (demos, applications, and examples) using them, are **not available** as they (the middleware libraries) are subject to some restrictive license terms requiring the user's approval via a "click thru" procedure. * `./Middlewares/ST/STemWin` If needed, they can be found inside the full firmware package available on our website `st.com` and downloadable from [here](https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef3.html#get-software). You will be prompted to login or to register in case you have no account. ## Release note Details about the content of this release are available in the release note [here](https://htmlpreview.github.io/?https://github.com/STMicroelectronics/STM32CubeF3/blob/master/Release_Notes.html). ## Boards available * STM32F3 * [STM32303E-EVAL](https://www.st.com/en/product/stm32303e-eval.html) * [STM32373C-EVAL](https://www.st.com/en/product/stm32373c-eval.html) * [32F3348DISCOVERY](https://www.st.com/en/evaluation-tools/32f3348discovery.html) * [STM32F3DISCOVERY](https://www.st.com/en/evaluation-tools/stm32f3discovery.html) * [NUCLEO-F301K8](https://www.st.com/en/evaluation-tools/nucleo-f301k8.html) * [NUCLEO-F302R8](https://www.st.com/en/product/nucleo-f302r8.html) * [NUCLEO-F303K8](https://www.st.com/en/product/nucleo-f303k8.html) * [NUCLEO-F303RE](https://www.st.com/en/evaluation-tools/nucleo-f303re.html) * [NUCLEO-F303ZE](https://www.st.com/en/evaluation-tools/nucleo-f303ze.html) * [NUCLEO-F334R8](https://www.st.com/en/evaluation-tools/nucleo-f334r8.html) ## Troubleshooting Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) guide.