Skip to content

STM32 Secure Patching Bootloader reference projects for STM32F4 series

License

Notifications You must be signed in to change notification settings

firmwaremodules/STM32CubeF4

 
 

Repository files navigation

STM32 Secure Patching Bootloader Reference Project Integrations for STM32F4

stm32-secure-patching-bootloader

This repository is a fork of the main STM32CubeF4 repository. We have integrated our bootloader with the projects listed below. You can use these projects as references or starting points for your own bootloader integrations.

The bootloader is incorporated as a subrepo Bootloader. To build the reference projects you must init and checkout the bootloader subrepo as well:

  • git clone --recursive https://github.com/firmwaremodules/STM32CubeF4

or for already cloned repository without --recursive:

  • git submodule update --init
Board Project Decription
NUCLEO-F429ZI Applications/LwIP_HTTP_Server_Netconn_RTOS Firmware update through ethernet and embedded web server using multipart/form-data method.
DISCO-F469I TouchGFX Demo Bootloader integration with a real TouchGFX app

Outputs are in

  • Project/Binary

STM32CubeF4 MCU Firmware Package

latest tag

STM32Cube is an STMicroelectronics original initiative to ease the 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 drivers layer, the API 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/or demonstrations) for each board provided by this STM32 series

The STM32CubeF4 MCU Package projects are directly running on the STM32F4 series boards. You can find in each Projects/Board name directories a set of software projects (Applications/Demonstration/Examples).

In this FW Package, the modules Middlewares/ST/TouchGFX Middlewares/ST/STemWin Middlewares/ST/STM32_Audio are not directly accessible. They must be downloaded from a ST server, the respective URL are available in a readme.txt file inside each module.

Release note

Details about the content of this release are available in the release note here.

Boards available

Troubleshooting

Caution : The issues and the pull-requests are strictly limited to submit problems or suggestions related to the software delivered in this repository.

For any other question related to the product, the hardware performance or characteristics, the tools, the environment, you can submit it to the ST Community on the STM32 MCUs related page.

About

STM32 Secure Patching Bootloader reference projects for STM32F4 series

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.6%
  • C++ 17.3%
  • Assembly 11.5%
  • HTML 4.3%
  • JavaScript 0.2%
  • CSS 0.1%