资源简介
STM32操作ESP8266,自己可以根据AT执行,相应设置其他状态,在本程序中,设置的是esp8266为客户端,连接服务器,进行透传模式,
代码片段和文件信息
/**
******************************************************************************
* @file stm32f1xx_hal.c
* @author MCD Application Team
* @brief HAL module driver.
* This is the common part of the HAL initialization
*
@verbatim
==============================================================================
##### How to use this driver #####
==============================================================================
[..]
The common HAL driver contains a set of generic and common APIs that can be
used by the PPP peripheral drivers and the user to start using the HAL.
[..]
The HAL contains two APIs‘ categories:
(+) Common HAL APIs
(+) Services HAL APIs
@endverbatim
******************************************************************************
* @attention
*
* © Copyright (c) 2016 STMicroelectronics.
* All rights reserved.
*
* This software component is licensed by ST under BSD 3-Clause license
* the “License“; You may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
* opensource.org/licenses/BSD-3-Clause
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
#include “stm32f1xx_hal.h“
/** @addtogroup STM32F1xx_HAL_Driver
* @{
*/
/** @defgroup HAL HAL
* @brief HAL module driver.
* @{
*/
#ifdef HAL_MODULE_ENABLED
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/** @defgroup HAL_Private_Constants HAL Private Constants
* @{
*/
/**
* @brief STM32F1xx HAL Driver version number V1.1.4
*/
#define __STM32F1xx_HAL_VERSION_MAIN (0x01U) /*!< [31:24] main version */
#define __STM32F1xx_HAL_VERSION_SUB1 (0x01U) /*!< [23:16] sub1 version */
#define __STM32F1xx_HAL_VERSION_SUB2 (0x04U) /*!< [15:8] sub2 version */
#define __STM32F1xx_HAL_VERSION_RC (0x00U) /*!< [7:0] release candidate */
#define __STM32F1xx_HAL_VERSION ((__STM32F1xx_HAL_VERSION_MAIN << 24)\
|(__STM32F1xx_HAL_VERSION_SUB1 << 16)\
|(__STM32F1xx_HAL_VERSION_SUB2 << 8 )\
|(__STM32F1xx_HAL_VERSION_RC))
#define IDCODE_DEVID_MASK 0x00000FFFU
/**
* @}
*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/** @defgroup HAL_Private_Variables HAL Private Variables
* @{
*/
__IO uint32_t uwTick;
uint32_t uwTickPrio = (1UL << __NVIC_PRIO_BITS); /* Invalid PRIO */
HAL_TickFreqTypeDef uwTickFreq = HAL_TI
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6056 2020-03-10 21:08 .mxproject
目录 0 2020-03-13 09:59 Drivers\
目录 0 2020-03-13 09:59 Drivers\CMSIS\
目录 0 2020-03-13 09:59 Drivers\CMSIS\Device\
目录 0 2020-03-13 09:59 Drivers\CMSIS\Device\ST\
目录 0 2020-03-13 09:59 Drivers\CMSIS\Device\ST\STM32F1xx\
目录 0 2020-03-13 09:59 Drivers\CMSIS\Device\ST\STM32F1xx\Include\
文件 853289 2020-01-28 22:40 Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f103xb.h
文件 7481 2020-01-28 22:40 Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f1xx.h
文件 2029 2020-01-28 22:40 Drivers\CMSIS\Device\ST\STM32F1xx\Include\system_stm32f1xx.h
目录 0 2020-03-13 09:59 Drivers\CMSIS\Device\ST\STM32F1xx\Source\
目录 0 2020-03-13 20:39 Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\
目录 0 2020-03-13 09:59 Drivers\CMSIS\Include\
文件 28208 2020-01-28 22:41 Drivers\CMSIS\Include\cmsis_armcc.h
文件 56497 2020-01-28 22:41 Drivers\CMSIS\Include\cmsis_armclang.h
文件 9014 2020-01-28 22:41 Drivers\CMSIS\Include\cmsis_compiler.h
文件 62344 2020-01-28 22:41 Drivers\CMSIS\Include\cmsis_gcc.h
文件 28414 2020-01-28 22:41 Drivers\CMSIS\Include\cmsis_iccarm.h
文件 1716 2020-01-28 22:41 Drivers\CMSIS\Include\cmsis_version.h
文件 97995 2020-01-28 22:41 Drivers\CMSIS\Include\core_armv8mbl.h
文件 168914 2020-01-28 22:41 Drivers\CMSIS\Include\core_armv8mml.h
文件 42208 2020-01-28 22:41 Drivers\CMSIS\Include\core_cm0.h
文件 50464 2020-01-28 22:41 Drivers\CMSIS\Include\core_cm0plus.h
文件 43456 2020-01-28 22:41 Drivers\CMSIS\Include\core_cm1.h
文件 104628 2020-01-28 22:41 Drivers\CMSIS\Include\core_cm23.h
文件 111854 2020-01-28 22:41 Drivers\CMSIS\Include\core_cm3.h
文件 175600 2020-01-28 22:41 Drivers\CMSIS\Include\core_cm33.h
文件 123607 2020-01-28 22:41 Drivers\CMSIS\Include\core_cm4.h
文件 148588 2020-01-28 22:41 Drivers\CMSIS\Include\core_cm7.h
文件 47249 2020-01-28 22:41 Drivers\CMSIS\Include\core_sc000.h
文件 110523 2020-01-28 22:41 Drivers\CMSIS\Include\core_sc300.h
............此处省略64个文件信息
相关资源
- 基于STM32F4x9的LCD显示
- VS1053B编解码器的VDR分布式声音采集卡
- stm32的DAC播放音乐文件
- STM32+TMC5160代码电路图.rar
- 基于STM32的深海钻机甲板控制系统
- stm32f103.SchDoc
- STM32F103 USART+DMA
- DMA+stm32 407.zip
- 4_USART串口通信(空闲中断+DMA.zip
- stm32f105-usart-DMA收发demo
- STM32F042F6P6 Uart12DMA;发送中断接收
- 基于STM32的嵌入式双目图像采集系统设
- Hall effect of reactive sputtered iron nitride
- 基于STM32F103C8单片机的晶联讯电子JL
- 基于STM32的温湿度检测系统实现
- stm32F4+w5300
- 14284969_《STM32单片机应用与全案例实践
-
ST-li
nk-V2的SWD仿真使用方法.docx - 安富莱STM32开发板资料
- HALCON使用手册简体中文版
- Bioleaching of chalcopyrite and marmatite by m
- STM32F103实现OV7670摄像头显示
- STM32F207学习板例程
- STM32F103VCT6TR - High-density performance lin
- STM32 SRAM启动的 KeiL 配置
- STM32的IAP-Bootloader程序
- STM32例程之Bootloader
- stm32f103 虚拟U盘,调试成功的
- 基于stm32F103vct6的SD卡FATFS文件系统移植
- STM32F030从机中断接收的iic代码,附带
评论
共有 条评论