PlatformIO with w7500

ORIGINAL POST
By Ivan Kravets
details

screenshot-20220512-175721.png

WIZNet W7500: development platform for PlatformIO

alt text

The IOP (Internet Offload Processor) W7500 is the one-chip solution which integrates an ARM Cortex-M0, 128KB Flash and hardwired TCP/IP core for various embedded application platform especially requiring Internet of things

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = wiznet7500
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-wiznet7500.git
board = ...
...

Configuration

Please navigate to documentation.

screenshot-20220512-175721.png

WIZNet W7500: development platform for PlatformIO

alt text

The IOP (Internet Offload Processor) W7500 is the one-chip solution which integrates an ARM Cortex-M0, 128KB Flash and hardwired TCP/IP core for various embedded application platform especially requiring Internet of things

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = wiznet7500
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-wiznet7500.git
board = ...
...

Configuration

Please navigate to documentation.

documents
Code
platform-wiznet7500

COMMENTS

Please Login to comment
  Subscribe  
Notify of
POSTED BY
Reusable S/W