Skip to content

Latest commit

 

History

History
105 lines (73 loc) · 2.84 KB

README.md

File metadata and controls

105 lines (73 loc) · 2.84 KB

W5300 TOE Examples

Overview

The W5300 TOE examples use W5300 TOE Shield - ethernet I/O shield compatible with STM32 Nucleo-144 board built on WIZnet's W5300 ethernet chip, and STM32 Nucleo-144 board.

STM32 Nucleo-144 boards support the list below.

And W5300 TOE Examples supports two IDEs.

※ Please select and use the IDE according to the environment you are using.

Board Example Description
NUCLEO-F429ZI ARDUINO W5300 INO-based example implemented using ARDUINO IDE.

Directory Structure

W5300-TOE-ARDUINO
  ┃
  ┣ Etherent
  ┃   ┣ example
  ┃   ┃   ┣ AdvancedChatServer
  ┃   ┃   ┣ DNS
  ┃   ┃   ┣ DhcpAddressPrinter
  ┃   ┃   ┣ NTPClient
  ┃   ┃   ┣ UDP_Loopback
  ┃   ┃   ┗ WebServer
  ┃   ┗ src (W5300 ioLibrary for ARDUINO)
  ┗ FMC
  ┃   ┗ (STM32F's FMC Register Settup files)
  ┗ Static

Getting Started

Please refer to Getting Started for how to configure development environment or examples usage.

Appendix

Datasheet

Other Examples