@@ -18,22 +18,18 @@ system clock setup, web server implementation with device dashboard, and
1818automatic tests (including
1919[ automatic tests on a real hardware] ( https://github.com/cpq/continuous-hardware-test ) ).
2020
21- Throughout the guide, we will be using a
22- [ Nucleo-F429ZI] ( https://www.st.com/en/evaluation-tools/nucleo-f429zi.html )
23- development board ([ buy on
24- Mouser] ( https://eu.mouser.com/ProductDetail/STMicroelectronics/NUCLEO-F429ZI?qs=mKNKSX85ZJcE6FU0UkiXTA%3D%3D ) ).
2521Every chapter in this guide comes with a complete source code which gradually
2622progress in functionality and completeness. The last (web server) chapter is
2723the most complete, and can be used as a skeleton for the project of your own,
2824dear reader. Therefore, that last example project is provided for the other
29- boards too. To follow this tutorial, download MCU and dev board datasheets for
30- Nucleo-F429ZI .
31-
32- | Skeleton project | MCU datasheet | Board datasheet | Status |
33- | --------- | ---------------- | ------------- | ------------ |
34- | [ STM32 Nucleo-F429ZI] ( step-7-webserver/nucleo-f429zi/ ) | [ mcu datasheet] ( https://www.st.com/resource/en/reference_manual/dm00031020-stm32f405-415-stm32f407-417-stm32f427-437-and-stm32f429-439-advanced-arm-based-32-bit-mcus-stmicroelectronics.pdf ) | [ board datasheet] ( https://www.st.com/resource/en/user_manual/dm00244518-stm32-nucleo144-boards-mb1137-stmicroelectronics.pdf ) | complete |
35- | [ TI EK-TM4C1294XL] ( step-7-webserver/ek-tm4c1294xl/ ) | [ mcu datasheet] ( https://www.ti.com/lit/ds/symlink/tm4c1294ncpdt.pdf ) | [ board datasheet] ( https://www.ti.com/lit/ug/spmu365c/spmu365c.pdf ) | complete |
36- | [ RP2040 Pico-W5500] ( step-7-webserver/pico-w5500/ ) | [ mcu datasheet] ( https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf ) | [ board datasheet] ( https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico ) | complete |
25+ boards too. This tutorial uses the Nucleo-F429ZI development board, so go ahead
26+ and download the "mcu datasheet" and the "board datasheet" for it .
27+
28+ | Board | MCU datasheet | Board datasheet | Status | Skeleton project |
29+ | ----- | ------------- | --------------- | ------ | ---- ------------ |
30+ | STM32 Nucleo-F429ZI | [ mcu datasheet] ( https://www.st.com/resource/en/reference_manual/dm00031020-stm32f405-415-stm32f407-417-stm32f427-437-and-stm32f429-439-advanced-arm-based-32-bit-mcus-stmicroelectronics.pdf ) | [ board datasheet] ( https://www.st.com/resource/en/user_manual/dm00244518-stm32-nucleo144-boards-mb1137-stmicroelectronics.pdf ) | complete | [ link ] ( step-7-webserver/nucleo-f429zi/ ) |
31+ | TI EK-TM4C1294XL | [ mcu datasheet] ( https://www.ti.com/lit/ds/symlink/tm4c1294ncpdt.pdf ) | [ board datasheet] ( https://www.ti.com/lit/ug/spmu365c/spmu365c.pdf ) | complete | [ link ] ( step-7-webserver/ek-tm4c1294xl ) |
32+ | RP2040 Pico-W5500 | [ mcu datasheet] ( https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf ) | [ board datasheet] ( https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico ) | complete | [ link ] ( step-7-webserver/pico-w5500/ ) |
3733
3834Feel free to file an issue to support the board you work with.
3935
0 commit comments