Skip to content

Minimum working example for STM32 Nuclear F767ZI. Builds FreeRTOS and a web server.

Notifications You must be signed in to change notification settings

apl-ocean-engineering/stm32-nucleo_F767ZI_FreeRTOS_LwIP

Repository files navigation

This repo contains a project for the STM32CubeIDE based on the FreeRTOS + LwIP "application" provided as a sample in the STM32 firmware pack.

The source example is for the Nucleo-F767ZI development, and this repo has only been tested against that development board. In contrast to that original example, the goal of this repo is to be wholly self-contained, and as such this repo contains subsets of the STM32 CMSIS and BSP, FreeRTOS and LwIP.

As configured, the application acquires an IP address through DHCP and includes an HTTP server. The server displays a static front page (at http://ip_address/), as well as a dynamically-reloading task list at http://ip_address/STM32F7xxTASKS.html.

License

FreeRTOS is distributed under the MIT License.

LwIP is distributed under "a BSD license".

About

Minimum working example for STM32 Nuclear F767ZI. Builds FreeRTOS and a web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages