gateway
所属分类:
单片机开发
开发工具:C/C++
文件大小:407KB
下载次数:3
上传日期:2018-06-05 10:52:51
上 传 者:
Mickeyer
说明: 公共交通的道路路钉网关控制,与车载部分物理连接,通过无线方式,发射批量激发信息
(Public transport road nail gateway control, physical connection with the vehicle part, through wireless transmission, batch firing information.)
文件列表:
网关\keilkill.bat (401, 2017-02-04)
网关\Libraries\CMSIS\core_cm3.c (17273, 2017-02-04)
网关\Libraries\CMSIS\core_cm3.h (85714, 2017-02-04)
网关\Libraries\CMSIS\startup\startup_stm32f10x_cl.s (15766, 2017-02-04)
网关\Libraries\CMSIS\startup\startup_stm32f10x_hd.s (15503, 2017-02-04)
网关\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s (15692, 2017-02-04)
网关\Libraries\CMSIS\startup\startup_stm32f10x_ld.s (12376, 2017-02-04)
网关\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s (13656, 2017-02-04)
网关\Libraries\CMSIS\startup\startup_stm32f10x_md.s (12765, 2017-02-04)
网关\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s (14073, 2017-02-04)
网关\Libraries\CMSIS\startup\startup_stm32f10x_xl.s (15955, 2017-02-04)
网关\Libraries\CMSIS\stm32f10x.h (633941, 2017-02-04)
网关\Libraries\CMSIS\system_stm32f10x.c (36557, 2017-02-04)
网关\Libraries\CMSIS\system_stm32f10x.h (2085, 2017-02-04)
网关\Libraries\FWlib\inc\misc.h (8982, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_adc.h (21690, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_bkp.h (7555, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_can.h (27559, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_cec.h (6573, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_crc.h (2162, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_dac.h (15233, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_dbgmcu.h (3818, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_dma.h (20754, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_exti.h (6824, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_flash.h (25445, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_fsmc.h (27016, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_gpio.h (20175, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_i2c.h (30029, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_iwdg.h (3828, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_pwr.h (4383, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_rcc.h (30452, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_rtc.h (3857, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_sdio.h (21863, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_spi.h (17725, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_tim.h (52427, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_usart.h (16548, 2017-02-04)
网关\Libraries\FWlib\inc\stm32f10x_wwdg.h (2966, 2017-02-04)
网关\Libraries\FWlib\src\misc.c (7046, 2017-02-04)
网关\Libraries\FWlib\src\stm32f10x_adc.c (47201, 2017-02-04)
网关\Libraries\FWlib\src\stm32f10x_bkp.c (8463, 2017-02-04)
... ...
/******************** (C) 2015 野火 版权所有 ***********************************
* 文件名称 : readme.txt
* 作者 :
* 版本 :
* 日期 : 2015/01/28
* 描述 : ping功能
********************************************************************************
* 当前的固件仅用于指导客户开发产品时代码的编写,以帮助其节省时间。因此,野火不承
* 担任何直接或间接的客户代码编写过程中造成的损失。
*******************************************************************************/
例程描述
========
Ping可以用来确认与目标主机的连接状态。如果想知道网络是否通畅或者网络连接速度,就可以简单地Ping一下它的IP地址或域名。
此应用代码主要就是验证W5500是否成功连接网络。
包含文件目录
============
stm32f10x_conf.h 配置库文件
stm32f10x_it.c 中断头文件
stm32f10x_it.h stm32f10x_it.c的头文件
main.c 主程序
硬件环境
========
这个例程用于野火STM32F103VET6开发板同以太网芯片W5500搭建的应用平台,也可以很方便地
移植到其他平台上。
注意:
首先通过串口线连接PC和W5500模块;如果W5500模块直接通过网线和PC相连接,需要修改PC的IP为静态IP,且保证和W5500在同一个网段;
如果W5500模块直接连接路由器,则不需要修改。
操作步骤
========
1. 成功编译应用程序,然后通过串口烧录工具或者Jlink把程序烧录到开发板中
2. 打开串口工具,复位开发板可以看到W5500的相关配置信息
3. 在Windows下的具体操作是,开始―运行--(键入)cmd,在弹出的dos窗口中输入 ping+空格+ 要ping的网址,回车。
******************* (C) 2015 野火 版权所有 *****************************
近期下载者:
相关文件:
收藏者: