Skip to content

Wiznet/W7500P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 

Repository files navigation

This repository is no longer supported. Please refer to the following repository:W7500x_StdPeriph_Lib

/*******************************************************************************************************************************************************

  • Copyright ¨Ï 2016 <WIZnet Co.,Ltd.>

  • Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ¡°Software¡±),

  • to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,

  • and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  • The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  • THE SOFTWARE IS PROVIDED ¡°AS IS¡±, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

  • FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

  • IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

  • TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *********************************************************************************************************************************************************/

Library and Peripheral Example

Overview

The W7500p provides the CMSIS, driver and Peripheral Example. The W7500p Standard Peripherals library provides a rich set of examples covering the main features of each peripheral. All the examples are independent from the WIZwiki-W7500 platform. Only source files are provided for each example and user can tailor the provided project template to run the selected example with his preferred toolchain.

  • Directory Structure

Fig.directory_structure

  • ioLibrary
    • Application
      • loopback
    • Ethernet
    • Internet
      • DHCP
      • DNS
      • httpServer
    • MDIO
  • Libraies
    • CMSIS :CMSIS Library
    • W7500x_stdPeriph_Driver
      • Each peripheral has a source code file W7500x_XXX.c and a header file W7500x_XXX.h. The W7500x_XXX.c file contains all the firmware functions required to use the XXX peripheral.
      • A single memory mapping file, W7500x.h, is supplied for all peripherals. It contains all the register declarations and bit definition. This is the only file that needs to be included in the user application to interface with the library.
  • Projects
    • peripheral_Examples
      • The W7500 standard Peripherals library provides a rich set of examples covering the main features of each peripheral.
  • Utilities
    • w7500p_flash_algo_mdk
      • The W7500 standard library provides W7500 128KB flash algorithm project to debug WIZwiki-W7500 with using ULINK debugger and CMSIS-DAP debugger.

Peripheral description and examples