文件名称:STM32F103VCT6+W5500 TCP 服务端通信成功,开了一个服务端口
文件大小:329KB
文件格式:ZIP
更新时间:2017-04-02 03:05:16
STM32F103 W5500 TCP Server 通信
在STM32F103VCT6上调通了W5500的TCP连接通讯的程序。试验方法: 网络调试助手,如:NetAssist.exe 然后,在STM32试验板上连接W5500模块。把W5500网口连接到路由器或是通过交叉线直接连到PC。 然后先ping一下,确认IP等设置好了。 然后打开网络调试助手,协议类型选择:TCP Client,因为STM32+W5500程序为TCP服务端程序。 服务的IP设置为W5500模块的。这里是:192.168.1.128。可以根据需要修改。 效果如下:发了包,发送与接收字节数一样。表明通讯成功。
【文件预览】:
Output
CMSIS
----core_cm3.h(84KB)
----stm32f10x.h(619KB)
----chipid.c(1KB)
----chipid.h(121B)
----system_stm32f10x.c(36KB)
----core_cm3.c(17KB)
----system_stm32f10x.h(2KB)
----startup()
--------startup_stm32f10x_md_vl.s(14KB)
--------startup_stm32f10x_hd.s(15KB)
--------startup_stm32f10x_ld.s(12KB)
--------startup_stm32f10x_xl.s(16KB)
--------startup_stm32f10x_cl.s(15KB)
--------startup_stm32f10x_hd_vl.s(15KB)
--------startup_stm32f10x_ld_vl.s(13KB)
--------startup_stm32f10x_md.s(12KB)
Listing
FWlib
----inc()
--------stm32f10x_bkp.h(7KB)
--------stm32f10x_usart.h(16KB)
--------stm32f10x_exti.h(7KB)
--------stm32f10x_pwr.h(4KB)
--------stm32f10x_gpio.h(20KB)
--------stm32f10x_dac.h(15KB)
--------stm32f10x_i2c.h(29KB)
--------stm32f10x_sdio.h(21KB)
--------stm32f10x_rcc.h(30KB)
--------stm32f10x_cec.h(6KB)
--------stm32f10x_dma.h(20KB)
--------stm32f10x_dbgmcu.h(4KB)
--------stm32f10x_crc.h(2KB)
--------stm32f10x_rtc.h(4KB)
--------stm32f10x_tim.h(51KB)
--------stm32f10x_adc.h(21KB)
--------stm32f10x_can.h(27KB)
--------stm32f10x_wwdg.h(3KB)
--------stm32f10x_fsmc.h(26KB)
--------misc.h(9KB)
--------stm32f10x_iwdg.h(4KB)
--------stm32f10x_spi.h(17KB)
--------stm32f10x_flash.h(25KB)
----src()
--------stm32f10x_dac.c(19KB)
--------stm32f10x_flash.c(61KB)
--------stm32f10x_rtc.c(8KB)
--------stm32f10x_pwr.c(9KB)
--------stm32f10x_sdio.c(28KB)
--------stm32f10x_rcc.c(50KB)
--------stm32f10x_iwdg.c(5KB)
--------stm32f10x_i2c.c(45KB)
--------stm32f10x_wwdg.c(6KB)
--------stm32f10x_bkp.c(8KB)
--------stm32f10x_exti.c(7KB)
--------stm32f10x_tim.c(107KB)
--------stm32f10x_dbgmcu.c(5KB)
--------stm32f10x_dma.c(29KB)
--------stm32f10x_spi.c(30KB)
--------stm32f10x_can.c(44KB)
--------stm32f10x_fsmc.c(35KB)
--------stm32f10x_crc.c(3KB)
--------misc.c(7KB)
--------stm32f10x_cec.c(11KB)
--------stm32f10x_adc.c(46KB)
--------stm32f10x_usart.c(37KB)
--------stm32f10x_gpio.c(23KB)
USER
----stm32f10x_conf.h(3KB)
----STM32-DEMO_uvopt.bak(157KB)
----STM32-DEMO_uvproj.bak(17KB)
----STM32-DEMO.uvproj(17KB)
----JLinkLog.txt(62KB)
----SysTick.h(155B)
----W5500.c(14KB)
----STM32-DEMO_TCPS V1.01.dep(13KB)
----SysTick.c(1004B)
----stm32f10x_it.c(5KB)
----led.h(2KB)
----JLink Regs CM3.txt(497B)
----STM32-DEMO_STM32-TCP V1.02.dep(13KB)
----STM32-DEMO.uvopt(158KB)
----led.c(3KB)
----JLinkSettings.ini(285B)
----IO_define.h(992B)
----System_Init.c(3KB)
----STM32-DEMO_TCPC V1.01.dep(13KB)
----W5500.h(4KB)
----device.h(2KB)
----includes.h(327B)
----stm32f10x_it.h(2KB)
----STM32-DEMO_LED-DEMO.dep(13KB)
----main.c(4KB)