资源简介
在STM32F103RET6测试,FreeRTOS版本V10.0.1,STM32固件版本V3.5。
连接MQTT正常订阅接收数据,修user_mqtt.h头文件即可使用。

代码片段和文件信息
//****************************************************************************/
//!
//! \file wizchip_conf.c
//! \brief WIZCHIP Config Header File.
//! \version 1.0.1
//! \date 2013/10/21
//! \par Revision history
//! <2015/02/05> Notice
//! The version history is not updated after this point.
//! Download the latest version directly from GitHub. Please visit the our GitHub repository for ioLibrary.
//! >> https://github.com/Wiznet/ioLibrary_Driver
//! <2014/05/01> V1.0.1 Refer to M20140501
//! 1. Explicit type casting in wizchip_bus_readdata() & wizchip_bus_writedata()
// Issued by Mathias ClauBen.
//! uint32_t type converts into ptrdiff_t first. And then recoverting it into uint8_t*
//! For remove the warning when pointer type size is not 32bit.
//! If ptrdiff_t doesn‘t support in your complier You should must replace ptrdiff_t into your suitable pointer type.
//! <2013/10/21> 1st Release
//! \author MidnightCow
//! \copyright
//!
//! Copyright (c) 2013 WIZnet Co. LTD.
//! All rights reserved.
//!
//! Redistribution and use in source and binary forms with or without
//! modification are permitted provided that the following conditions
//! are met:
//!
//! * Redistributions of source code must retain the above copyright
//! notice this list of conditions and the following disclaimer.
//! * Redistributions in binary form must reproduce the above copyright
//! notice this list of conditions and the following disclaimer in the
//! documentation and/or other materials provided with the distribution.
//! * Neither the name of the nor the names of its
//! contributors may be used to endorse or promote products derived
//! from this software without specific prior written permission.
//!
//! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
//! AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
//! IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
//! ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
//! LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR
//! CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF
//! SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS
//! INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN
//! CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
//! ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF
//! THE POSSIBILITY OF SUCH DAMAGE.
//
//*****************************************************************************/
//A20140501 : for use the type - ptrdiff_t
#include
//
#include “wizchip_conf.h“
#include “spi2.h“
/////////////
//M20150401 : Remove ; in the default callback function such as wizchip_cris_e
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-13 10:43 STM32F10x_Rtos\
目录 0 2018-11-09 12:23 STM32F10x_Rtos\Ethernet\
目录 0 2018-11-09 11:16 STM32F10x_Rtos\Ethernet\DHCP\
文件 29091 2018-07-25 17:34 STM32F10x_Rtos\Ethernet\DHCP\dhcp.c
文件 5202 2018-07-25 17:34 STM32F10x_Rtos\Ethernet\DHCP\dhcp.h
目录 0 2018-11-09 11:16 STM32F10x_Rtos\Ethernet\DNS\
文件 16347 2018-11-14 13:49 STM32F10x_Rtos\Ethernet\DNS\dns.c
文件 4201 2018-11-12 17:20 STM32F10x_Rtos\Ethernet\DNS\dns.h
目录 0 2018-11-09 11:16 STM32F10x_Rtos\Ethernet\socket\
文件 26861 2018-07-25 17:34 STM32F10x_Rtos\Ethernet\socket\socket.c
文件 27867 2018-07-25 17:34 STM32F10x_Rtos\Ethernet\socket\socket.h
目录 0 2018-11-09 11:57 STM32F10x_Rtos\Ethernet\spi\
文件 2262 2018-11-09 11:57 STM32F10x_Rtos\Ethernet\spi\spi2.c
文件 198 2018-11-09 11:33 STM32F10x_Rtos\Ethernet\spi\spi2.h
目录 0 2018-11-08 16:24 STM32F10x_Rtos\Ethernet\w5500\
文件 8353 2018-07-25 17:34 STM32F10x_Rtos\Ethernet\w5500\w5500.c
文件 82188 2018-07-25 17:34 STM32F10x_Rtos\Ethernet\w5500\w5500.h
文件 24167 2018-11-13 14:01 STM32F10x_Rtos\Ethernet\wizchip_conf.c
文件 25713 2018-11-09 12:23 STM32F10x_Rtos\Ethernet\wizchip_conf.h
文件 25063 2018-07-25 17:34 STM32F10x_Rtos\Ethernet\wizchip_conf.h~RF8db008.TMP
目录 0 2018-11-08 11:45 STM32F10x_Rtos\FreeRTOS\
文件 13177 2018-08-23 07:32 STM32F10x_Rtos\FreeRTOS\croutine.c
文件 26791 2018-08-23 07:32 STM32F10x_Rtos\FreeRTOS\event_groups.c
文件 10050 2018-08-23 07:33 STM32F10x_Rtos\FreeRTOS\heap_2.c
目录 0 2018-11-08 12:37 STM32F10x_Rtos\FreeRTOS\include\
文件 26539 2018-08-23 07:32 STM32F10x_Rtos\FreeRTOS\include\croutine.h
文件 7574 2018-08-23 07:32 STM32F10x_Rtos\FreeRTOS\include\deprecated_definitions.h
文件 30435 2018-08-23 07:33 STM32F10x_Rtos\FreeRTOS\include\event_groups.h
文件 37628 2018-11-08 12:03 STM32F10x_Rtos\FreeRTOS\include\FreeRTOS.h
文件 37628 2018-08-23 07:33 STM32F10x_Rtos\FreeRTOS\include\FreeRTOS.h~RF729d5e.TMP
文件 3644 2018-11-12 11:35 STM32F10x_Rtos\FreeRTOS\include\FreeRTOSConfig.h
............此处省略467个文件信息
- 上一篇:数学分析原理_RUDIN.pdf
- 下一篇:UCOSII实时操作系统实验
相关资源
- STM32F103RC+ADC+DMA多通道采样LCD显示
- I2C读写AT24C02 基于STM32F103 cube116540
- 基于stm32f103ve的程序——跑马灯实验
- 基于STM32RCT6的步进电机驱动程序
- stm32f407上的两个can发送和接收例程
- STM32 led 时钟
- STM32 2.4G通信例程
- 直流无刷电机方波驱动 stm32 例程代码
- STM32中文资料
- STM32蓝牙和串口程序
- STM32f103超声波模块例程
- stm32f103c8t6 4 oled.rar
- stm32f030 IAP Demo(原创)
- STM32基于rt_thread操作系统的SDHC卡文件
- NRF24L01实现51与STM32双向通讯
- STM32F103 串口程序(完整版)
- stm32 ds18b20 温度传感器 测试通过
- stm32官方例程
- STM32F103定时器中断程序
- [免费]基于stm32f103ze 的OLED驱动代码
- STM32F103RBT6驱动UC1698控制芯片的160160黑
- STM32F103 DS18B20 V3.5.0固件库驱动程序工
- STM32定时器使用入门。看了这个程序会
- SIM908 SDIO FSMC STM32 FIFO
- STM32F103 CC2500完整驱动(模拟SPI)
- AD7606采集程序
- stm32 用SPI 方式读写 SDHC
- stm32通过DMA方式采集ADC数据
- 意法半导体STM全系列微控制器STM32ST
- 基于STM32芯片的SX1278 驱动 LORA.rar
评论
共有 条评论