资源简介
在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实时操作系统实验
相关资源
- STM32F4 USB虚拟串口VCP程序教程
- 基于tc35GSM模块与STM32的短信控制程序
- STM32固件库V2.0.3
- esp8266和24l01基于stm32f103c8t6单片机做的
- STM32F0参考手册编程手册
- 基于stm32f103的示波器程序
- 一天入门STM32
- 利用STM32的占空比PWM来控制直流电机
- USB转SPI上位机源码
- FFT在STM32处理器上的实现完整代码
- STM32串口通信超级终端控制LED灯
- STM32F103串口UART4UART5例程
- UBLOX-M8N-GPS模块STM32103例程
- stm32F103-->spwm
- 定时器主从方式输出可控个数的PWM脉
- STM32在uCOS-II串口通信工程
- STM32 ADC由定时器触发转换
- STM32 逆变器程序
- 基于STM32的贪吃蛇
- stm32实现4096点FFT
- stm32f103 modbus主站工程
- STM32 串口读取炜盛CO2数据,中断超时
- uCOS-II移植STM32,带有4路PWM输出
- STM32的RTC闹钟实验
- STM32F103触摸按键测试
- 基于STM32的帆板控制
- HMC5983 STM32F407 代码
- STM32_USART_向PC机发送数据
- 步进电机梯形加速 stm32程序
- stm32-cryp-lib(STM32 芯片加密库)
评论
共有 条评论