基本信息
源码名称:GD32E503V的W5500以太网开发例程
源码大小:1.84M
文件格式:.7z
开发语言:C/C++
更新时间:2023-01-05
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 5 元 
   源码介绍

GD32E503V的W5500以太网开发例程

GD32E503V-EVAL-W5500,这是GD32E503V的W5500以太网开发例程,对开发者非常实用

.
├── GD32E503V-EVAL-W5500
│   ├── GD32E50x_Firmware_Library
│   │   ├── CMSIS
│   │   │   ├── GD
│   │   │   │   └── GD32E50x
│   │   │   │       ├── Include
│   │   │   │       │   ├── gd32e50x.h
│   │   │   │       │   └── system_gd32e50x.h
│   │   │   │       └── Source
│   │   │   │           ├── ARM
│   │   │   │           │   ├── startup_gd32e50x_cl.s
│   │   │   │           │   ├── startup_gd32e50x_hd.s
│   │   │   │           │   ├── startup_gd32e50x_xd.s
│   │   │   │           │   └── startup_gd32eprt.s
│   │   │   │           ├── IAR
│   │   │   │           │   ├── startup_gd32e50x_cl.s
│   │   │   │           │   ├── startup_gd32e50x_hd.s
│   │   │   │           │   ├── startup_gd32e50x_xd.s
│   │   │   │           │   └── startup_gd32eprt.s
│   │   │   │           └── system_gd32e50x.c
│   │   │   ├── cmsis_armcc.h
│   │   │   ├── cmsis_compiler.h
│   │   │   ├── cmsis_iccarm.h
│   │   │   ├── cmsis_version.h
│   │   │   └── core_cm33.h
│   │   ├── GD32E50x_standard_peripheral
│   │   │   ├── Include
│   │   │   │   ├── gd32e50x_adc.h
│   │   │   │   ├── gd32e50x_bkp.h
│   │   │   │   ├── gd32e50x_cmp.h
│   │   │   │   ├── gd32e50x_crc.h
│   │   │   │   ├── gd32e50x_ctc.h
│   │   │   │   ├── gd32e50x_dac.h
│   │   │   │   ├── gd32e50x_dbg.h
│   │   │   │   ├── gd32e50x_dma.h
│   │   │   │   ├── gd32e50x_enet.h
│   │   │   │   ├── gd32e50x_exmc.h
│   │   │   │   ├── gd32e50x_exti.h
│   │   │   │   ├── gd32e50x_fmc.h
│   │   │   │   ├── gd32e50x_fwdgt.h
│   │   │   │   ├── gd32e50x_gpio.h
│   │   │   │   ├── gd32e50x_i2c.h
│   │   │   │   ├── gd32e50x_misc.h
│   │   │   │   ├── gd32e50x_pmu.h
│   │   │   │   ├── gd32e50x_rcu.h
│   │   │   │   ├── gd32e50x_rtc.h
│   │   │   │   ├── gd32e50x_sdio.h
│   │   │   │   ├── gd32e50x_shrtimer.h
│   │   │   │   ├── gd32e50x_spi.h
│   │   │   │   ├── gd32e50x_sqpi.h
│   │   │   │   ├── gd32e50x_timer.h
│   │   │   │   ├── gd32e50x_tmu.h
│   │   │   │   ├── gd32e50x_usart.h
│   │   │   │   └── gd32e50x_wwdgt.h
│   │   │   └── Source
│   │   │       ├── gd32e50x_adc.c
│   │   │       ├── gd32e50x_bkp.c
│   │   │       ├── gd32e50x_cmp.c
│   │   │       ├── gd32e50x_crc.c
│   │   │       ├── gd32e50x_ctc.c
│   │   │       ├── gd32e50x_dac.c
│   │   │       ├── gd32e50x_dbg.c
│   │   │       ├── gd32e50x_dma.c
│   │   │       ├── gd32e50x_enet.c
│   │   │       ├── gd32e50x_exmc.c
│   │   │       ├── gd32e50x_exti.c
│   │   │       ├── gd32e50x_fmc.c
│   │   │       ├── gd32e50x_fwdgt.c
│   │   │       ├── gd32e50x_gpio.c
│   │   │       ├── gd32e50x_i2c.c
│   │   │       ├── gd32e50x_misc.c
│   │   │       ├── gd32e50x_pmu.c
│   │   │       ├── gd32e50x_rcu.c
│   │   │       ├── gd32e50x_rtc.c
│   │   │       ├── gd32e50x_sdio.c
│   │   │       ├── gd32e50x_shrtimer.c
│   │   │       ├── gd32e50x_spi.c
│   │   │       ├── gd32e50x_sqpi.c
│   │   │       ├── gd32e50x_timer.c
│   │   │       ├── gd32e50x_tmu.c
│   │   │       ├── gd32e50x_usart.c
│   │   │       └── gd32e50x_wwdgt.c
│   │   ├── GD32E50x_usbd_library
│   │   │   ├── class
│   │   │   │   └── device
│   │   │   │       ├── audio
│   │   │   │       │   ├── Include
│   │   │   │       │   │   ├── audio_core.h
│   │   │   │       │   │   └── audio_out_itf.h
│   │   │   │       │   └── Source
│   │   │   │       │       ├── audio_core.c
│   │   │   │       │       └── audio_out_itf.c
│   │   │   │       ├── cdc
│   │   │   │       │   ├── Include
│   │   │   │       │   │   └── cdc_acm_core.h
│   │   │   │       │   └── Source
│   │   │   │       │       └── cdc_acm_core.c
│   │   │   │       ├── dfu
│   │   │   │       │   ├── Include
│   │   │   │       │   │   └── dfu_core.h
│   │   │   │       │   └── Source
│   │   │   │       │       └── dfu_core.c
│   │   │   │       ├── hid
│   │   │   │       │   ├── Include
│   │   │   │       │   │   ├── custom_hid_core.h
│   │   │   │       │   │   ├── standard_hid_core.h
│   │   │   │       │   │   └── usb_hid.h
│   │   │   │       │   └── Source
│   │   │   │       │       ├── custom_hid_core.c
│   │   │   │       │       └── standard_hid_core.c
│   │   │   │       ├── iap
│   │   │   │       │   ├── Include
│   │   │   │       │   │   └── usb_iap_core.h
│   │   │   │       │   └── Source
│   │   │   │       │       └── usb_iap_core.c
│   │   │   │       ├── msc
│   │   │   │       │   ├── Include
│   │   │   │       │   │   ├── msc_bbb_scsi.h
│   │   │   │       │   │   ├── msc_core.h
│   │   │   │       │   │   └── msc_mem.h
│   │   │   │       │   └── Source
│   │   │   │       │       ├── msc_bbb_scsi.c
│   │   │   │       │       └── msc_core.c
│   │   │   │       └── printer
│   │   │   │           ├── Include
│   │   │   │           │   └── printer_core.h
│   │   │   │           └── Source
│   │   │   │               └── printer_core.c
│   │   │   ├── device
│   │   │   │   ├── Include
│   │   │   │   │   ├── usb_ch9_std.h
│   │   │   │   │   ├── usbd_core.h
│   │   │   │   │   ├── usbd_enum.h
│   │   │   │   │   ├── usbd_pwr.h
│   │   │   │   │   └── usbd_transc.h
│   │   │   │   └── Source
│   │   │   │       ├── usbd_core.c
│   │   │   │       ├── usbd_enum.c
│   │   │   │       ├── usbd_pwr.c
│   │   │   │       └── usbd_transc.c
│   │   │   └── usbd
│   │   │       ├── Include
│   │   │       │   ├── usbd_lld_core.h
│   │   │       │   ├── usbd_lld_int.h
│   │   │       │   └── usbd_lld_regs.h
│   │   │       └── Source
│   │   │           ├── usbd_lld_core.c
│   │   │           └── usbd_lld_int.c
│   │   └── GD32E50x_usbhs_library
│   │       ├── device
│   │       │   ├── class
│   │       │   │   ├── audio
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── audio_core.h
│   │       │   │   │   │   └── audio_out_itf.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── audio_core.c
│   │       │   │   │       └── audio_out_itf.c
│   │       │   │   ├── cdc
│   │       │   │   │   ├── Include
│   │       │   │   │   │   └── cdc_acm_core.h
│   │       │   │   │   └── Source
│   │       │   │   │       └── cdc_acm_core.c
│   │       │   │   ├── dfu
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── dfu_core.h
│   │       │   │   │   │   └── dfu_mal.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── dfu_core.c
│   │       │   │   │       └── dfu_mal.c
│   │       │   │   ├── hid
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── custom_hid_core.h
│   │       │   │   │   │   ├── standard_hid_core.h
│   │       │   │   │   │   └── std_hid_mouse_core.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── custom_hid_core.c
│   │       │   │   │       ├── standard_hid_core.c
│   │       │   │   │       └── std_hid_mouse_core.c
│   │       │   │   ├── iap
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── usb_iap_core.h
│   │       │   │   │   │   └── usb_iap_libusb.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── usb_iap_core.c
│   │       │   │   │       └── usb_iap_libusb.c
│   │       │   │   ├── msc
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── usbd_msc_bbb.h
│   │       │   │   │   │   ├── usbd_msc_core.h
│   │       │   │   │   │   ├── usbd_msc_data.h
│   │       │   │   │   │   ├── usbd_msc_efs.h
│   │       │   │   │   │   ├── usbd_msc_mem.h
│   │       │   │   │   │   └── usbd_msc_scsi.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── usbd_msc_bbb.c
│   │       │   │   │       ├── usbd_msc_core.c
│   │       │   │   │       ├── usbd_msc_data.c
│   │       │   │   │       ├── usbd_msc_efs.c
│   │       │   │   │       └── usbd_msc_scsi.c
│   │       │   │   └── printer
│   │       │   │       ├── Include
│   │       │   │       │   └── printer_core.h
│   │       │   │       └── Source
│   │       │   │           └── printer_core.c
│   │       │   └── core
│   │       │       ├── Include
│   │       │       │   ├── usbd_core.h
│   │       │       │   ├── usbd_enum.h
│   │       │       │   └── usbd_transc.h
│   │       │       └── Source
│   │       │           ├── usbd_core.c
│   │       │           ├── usbd_enum.c
│   │       │           └── usbd_transc.c
│   │       ├── driver
│   │       │   ├── Include
│   │       │   │   ├── drv_usb_core.h
│   │       │   │   ├── drv_usb_dev.h
│   │       │   │   ├── drv_usb_host.h
│   │       │   │   ├── drv_usb_hw.h
│   │       │   │   ├── drv_usb_regs.h
│   │       │   │   ├── drv_usbd_int.h
│   │       │   │   └── drv_usbh_int.h
│   │       │   └── Source
│   │       │       ├── drv_usb_core.c
│   │       │       ├── drv_usb_dev.c
│   │       │       ├── drv_usb_host.c
│   │       │       ├── drv_usbd_int.c
│   │       │       └── drv_usbh_int.c
│   │       ├── host
│   │       │   ├── class
│   │       │   │   ├── cdc
│   │       │   │   │   ├── Include
│   │       │   │   │   │   └── usbh_cdc_core.h
│   │       │   │   │   └── Source
│   │       │   │   │       └── usbh_cdc_core.c
│   │       │   │   ├── hid
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── usbh_hid_core.h
│   │       │   │   │   │   ├── usbh_hid_keybd.h
│   │       │   │   │   │   ├── usbh_hid_mouse.h
│   │       │   │   │   │   ├── usbh_hid_parser.h
│   │       │   │   │   │   └── usbh_hid_usage.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── usbh_hid_core.c
│   │       │   │   │       ├── usbh_hid_keybd.c
│   │       │   │   │       ├── usbh_hid_mouse.c
│   │       │   │   │       └── usbh_hid_parser.c
│   │       │   │   └── msc
│   │       │   │       ├── Include
│   │       │   │       │   ├── usbh_msc_bbb.h
│   │       │   │       │   ├── usbh_msc_core.h
│   │       │   │       │   └── usbh_msc_scsi.h
│   │       │   │       └── Source
│   │       │   │           ├── usbh_msc_bbb.c
│   │       │   │           ├── usbh_msc_core.c
│   │       │   │           ├── usbh_msc_fatfs.c
│   │       │   │           └── usbh_msc_scsi.c
│   │       │   └── core
│   │       │       ├── Include
│   │       │       │   ├── usbh_core.h
│   │       │       │   ├── usbh_enum.h
│   │       │       │   ├── usbh_pipe.h
│   │       │       │   └── usbh_transc.h
│   │       │       └── Source
│   │       │           ├── usbh_core.c
│   │       │           ├── usbh_enum.c
│   │       │           ├── usbh_pipe.c
│   │       │           └── usbh_transc.c
│   │       └── ustd
│   │           ├── class
│   │           │   ├── cdc
│   │           │   │   └── usb_cdc.h
│   │           │   ├── hid
│   │           │   │   └── usb_hid.h
│   │           │   └── msc
│   │           │       ├── msc_bbb.h
│   │           │       ├── msc_scsi.h
│   │           │       └── usb_msc.h
│   │           └── common
│   │               └── usb_ch9_std.h
│   ├── gd25qxx
│   │   ├── gd25qxx.c
│   │   └── gd25qxx.h
│   ├── hal
│   │   ├── hal.c
│   │   └── hal.h
│   ├── ioLibrary_Driver
│   │   ├── Application
│   │   │   └── loopback
│   │   │       ├── loopback.c
│   │   │       └── loopback.h
│   │   ├── Ethernet
│   │   │   ├── Socket_APIs_V3.0.3.chm
│   │   │   ├── W5100
│   │   │   │   ├── w5100.c
│   │   │   │   └── w5100.h
│   │   │   ├── W5200
│   │   │   │   ├── w5200.c
│   │   │   │   └── w5200.h
│   │   │   ├── W5300
│   │   │   │   ├── w5300.c
│   │   │   │   └── w5300.h
│   │   │   ├── W5500
│   │   │   │   ├── w5500.c
│   │   │   │   └── w5500.h
│   │   │   ├── socket.c
│   │   │   ├── socket.h
│   │   │   ├── wizchip_conf.c
│   │   │   └── wizchip_conf.h
│   │   ├── Internet
│   │   │   ├── DHCP
│   │   │   │   ├── dhcp.c
│   │   │   │   └── dhcp.h
│   │   │   ├── DNS
│   │   │   │   ├── dns.c
│   │   │   │   └── dns.h
│   │   │   ├── FTPClient
│   │   │   │   ├── ftpc.c
│   │   │   │   ├── ftpc.h
│   │   │   │   └── stdio_private.h
│   │   │   ├── FTPServer
│   │   │   │   ├── ftpd.c
│   │   │   │   ├── ftpd.h
│   │   │   │   └── stdio_private.h
│   │   │   ├── MQTT
│   │   │   │   ├── MQTTClient.c
│   │   │   │   ├── MQTTClient.h
│   │   │   │   ├── MQTTPacket
│   │   │   │   │   └── src
│   │   │   │   │       ├── MQTTConnect.h
│   │   │   │   │       ├── MQTTConnectClient.c
│   │   │   │   │       ├── MQTTConnectServer.c
│   │   │   │   │       ├── MQTTDeserializePublish.c
│   │   │   │   │       ├── MQTTFormat.c
│   │   │   │   │       ├── MQTTFormat.h
│   │   │   │   │       ├── MQTTPacket.c
│   │   │   │   │       ├── MQTTPacket.h
│   │   │   │   │       ├── MQTTPublish.h
│   │   │   │   │       ├── MQTTSerializePublish.c
│   │   │   │   │       ├── MQTTSubscribe.h
│   │   │   │   │       ├── MQTTSubscribeClient.c
│   │   │   │   │       ├── MQTTSubscribeServer.c
│   │   │   │   │       ├── MQTTUnsubscribe.h
│   │   │   │   │       ├── MQTTUnsubscribeClient.c
│   │   │   │   │       ├── MQTTUnsubscribeServer.c
│   │   │   │   │       └── StackTrace.h
│   │   │   │   ├── mqtt_interface.c
│   │   │   │   └── mqtt_interface.h
│   │   │   ├── SNMP
│   │   │   │   ├── snmp.c
│   │   │   │   ├── snmp.h
│   │   │   │   ├── snmp_custom.c
│   │   │   │   ├── snmp_custom.h
│   │   │   │   └── tools
│   │   │   │       ├── OID_Converter
│   │   │   │       │   └── Readme.txt
│   │   │   │       └── net-snmp-5.7(win32-bin)
│   │   │   │           └── snmptrapd.conf
│   │   │   ├── SNTP
│   │   │   │   ├── SNTP.rar
│   │   │   │   ├── sntp.c
│   │   │   │   └── sntp.h
│   │   │   ├── TFTP
│   │   │   │   ├── netutil.c
│   │   │   │   ├── netutil.h
│   │   │   │   ├── tftp.c
│   │   │   │   └── tftp.h
│   │   │   └── httpServer
│   │   │       ├── httpParser.c
│   │   │       ├── httpParser.h
│   │   │       ├── httpServer.c
│   │   │       ├── httpServer.h
│   │   │       ├── httpUtil.c
│   │   │       └── httpUtil.h
│   │   └── README.md
│   ├── littlefs
│   │   ├── lfs.c
│   │   ├── lfs.h
│   │   ├── lfs_util.c
│   │   └── lfs_util.h
│   ├── littlefs_bsp
│   │   ├── littlefs_bsp.c
│   │   └── littlefs_bsp.h
│   ├── main
│   │   ├── gd32e50x_it.c
│   │   ├── gd32e50x_it.h
│   │   ├── gd32e50x_libopt.h
│   │   ├── main.c
│   │   ├── startup_gd32e50x_hd.s
│   │   ├── system_gd32e50x.c
│   │   ├── systick.c
│   │   └── systick.h
│   ├── project
│   │   ├── EventRecorderStub.scvd
│   │   ├── GD32E503V-EVAL.uvguix.lyaxf-jarbo
│   │   ├── GD32E503V-EVAL.uvoptx
│   │   ├── GD32E503V-EVAL.uvprojx
│   │   ├── Listings
│   │   │   └── GD32E503V-EVAL.map
│   │   ├── Objects
│   │   └── RTE
│   │       └── _GD32E503V_EVAL
│   │           └── RTE_Components.h
│   └── wiz5500
│       ├── wiz5500.c
│       └── wiz5500.h
└── GD32E503V的W5500以太网开发例程_GD32E503V-EVAL-W5500.7z

126 directories, 282 files