• 大小: 10.25MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-30
  • 语言: 其他
  • 标签: STM32  W5500  FreeRTOS  MQTT  

资源简介

在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个文件信息

评论

共有 条评论