Giter VIP home page Giter VIP logo

w7500x-surf5's Introduction


Please refer to getting_started.md for examples usage.


W7500x-Surf5

W7500x-Surf5 library is developed based on the W7500x_StdPeriph_Lib, designed for use with the W7500 MCU. For detailed information about W7500x_StdPeriph_Lib, please refer to the W7500x_StdPeriph_Lib README.

Supported devices and toolchains

Supported Surf 5 devices

The W7500x-Surf5 Library supports Surf 5 devices.


Supported toolchains

The Standard Peripherals Library supports the following toolchains:

  • MDK-ARM (KEIL 5)
  • GNU MCU (Eclipse)
  • GNU Arm Embbeded Toolchain(VS Code)


How to use the Library

Create a project

Create a project in various toolchains.

If you want to create a project in the Keil 5 environment, use the template project under Project\W7500x_StdPeriph_Templates within the library.

Alternatively, if you want to create a project in the VS Code environment, use the template project under Project\W7500x_StdPeriph_Examples within the library.


Configure w7500x.h

The Library entry point is w7500x.h (under Libraries\CMSIS\Device\WIZnet\W7500\Include), user has to include it in the application main and configure it:

  • Select the target system clock source to be used, comment/uncomment the right define:
    /**
     * @brief In the following line adjust the value of External oscillator clock (8MHz ~ 24MHz)
     used in your application
    
     Tip: If you want to use the Internal 8MHz RC oscillator clock, uncomment the line below.
     */
    //#define OCLK_VALUE 12000000UL
    
  • Change the PLL value to be used.
    /**
     * @brief In the following line adjust the value of PLL
     */
    #define PLL_VALUE 1
    


Add the system_w7500x.c

Add the system_w7500x.c (under Libraries\CMSIS\Device\WIZnet\W7500\Source) file in your application, this file provide functions to setup the W7500x system.



How to use the Examples

Copy and Paste

Copy all source files from under Projects\W7500x_StdPeriph_Examples\xxx\xxx folder to the under src folder.



Revision History

v1.0.0

  • First release

w7500x-surf5's People

Contributors

theoim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.