资源简介
STM32F103RC 驱动W5500,HTTP请求方式下载文件的测试代码,仅供参考。
代码片段和文件信息
/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
******************************************************************************
* @attention
*
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
* TIME. AS A RESULT STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
* DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
* FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
* CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*
* © COPYRIGHT 2011 STMicroelectronics
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
#include “misc.h“
/** @addtogroup STM32F10x_StdPeriph_Driver
* @{
*/
/** @defgroup MISC
* @brief MISC driver modules
* @{
*/
/** @defgroup MISC_Private_TypesDefinitions
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Defines
* @{
*/
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
/**
* @}
*/
/** @defgroup MISC_Private_Macros
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Variables
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_FunctionPrototypes
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Functions
* @{
*/
/**
* @brief Configures the priority grouping: pre-emption priority and subpriority.
* @param NVIC_PriorityGroup: specifies the priority grouping bits length.
* This parameter can be one of the following values:
* @arg NVIC_PriorityGroup_0: 0 bits for pre-emption priority
* 4 bits for subpriority
* @arg NVIC_PriorityGroup_1: 1 bits for pre-emption priority
* 3 bits for subpriority
* @arg NVIC_PriorityGroup_2: 2 bits for pre-emption priority
* 2 bits for subpriority
* @arg NVIC_PriorityGroup_3: 3 bits for pre-emption priority
* 1 bits for subpriority
* @arg NVIC_PriorityGroup_4: 4 bits for pre-emption priority
* 0 bits for subpriority
* @retval None
*/
void NVIC_PriorityGroupConfig(uint32_t NVIC_PriorityGroup)
{
/* Check the parameters */
assert_param(IS_NVIC_PRIORITY_GROUP(NVIC_PriorityGroup));
/* Set the PRIGROUP[10:8] bits according to NVIC_PriorityGroup value */
SCB->AIRCR = AIRCR_VECTKEY_MASK | NVIC_PriorityGroup;
}
/**
* @brief Initializes the NVIC p
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2403 2017-11-23 15:41 31_HTTPC_Download_File\DebugConfig\download_bin_STM32F103RC_1.0.0.dbgconf
文件 2403 2017-11-23 15:41 31_HTTPC_Download_File\DebugConfig\Target_1_STM32F103RC_1.0.0.dbgconf
....... 141728 2020-04-14 00:24 31_HTTPC_Download_File\download_bin.uvguix.Administrator
....... 23739 2020-04-13 15:55 31_HTTPC_Download_File\download_bin.uvoptx
....... 22791 2020-04-13 00:22 31_HTTPC_Download_File\download_bin.uvprojx
文件 8982 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\misc.h
文件 21690 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_adc.h
文件 7555 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_bkp.h
文件 27559 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_can.h
文件 6573 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_cec.h
文件 2162 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_crc.h
文件 15233 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_dac.h
文件 3818 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_dbgmcu.h
文件 20754 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_dma.h
文件 6824 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_exti.h
文件 25445 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_flash.h
文件 27016 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_fsmc.h
文件 20175 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_gpio.h
文件 30029 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_i2c.h
文件 3828 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_iwdg.h
文件 4383 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_pwr.h
文件 30452 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_rcc.h
文件 3857 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_rtc.h
文件 21863 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_sdio.h
文件 17725 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_spi.h
文件 52427 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_tim.h
文件 16548 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_usart.h
文件 2966 2019-05-13 17:12 31_HTTPC_Download_File\Library\inc\stm32f10x_wwdg.h
文件 7046 2019-05-13 17:12 31_HTTPC_Download_File\Library\src\misc.c
文件 47201 2019-05-13 17:12 31_HTTPC_Download_File\Library\src\stm32f10x_adc.c
............此处省略195个文件信息
- 上一篇:DirectX版半条命MDL文件查看器
- 下一篇:同济线性代数 第五版
相关资源
- stm32存储Excel/csv文件
- STM32_MQTT_TCP.rar
- stm32f407+mbed+lwip+lan8720 例程
- STM32蓝牙小车可调速程序
- STM32F4-SIM900A模块GPRS功能使用精简例程
- stm32 BootLoader简单跳转
- STM32F407示波器 正点原子探索者STM32F
- stm32 + w5500 + MQTT
-
ROSba
seSTM32CODE - STM32F103控制MAX31865采集PT100温度
- stm32 摄像头云台
- stm32通过SPI驱动sx1278_lora程序
- stm32f103硬件I2C主从通信
- stm32 12864程序
- 颜色识别程序stm32f103使用tcs3200含上位
- STM32软件开发指南
- PZ-OV7670摄像头模块--STM32F1测试程序.
- QT串口调试工具用于stm32串口通信
- STM32F103RB ILI9481屏代码
- STM32F103驱动
- SI4432 STM32源码接收和发送程序
- STM32F107VC工程模板
- 在stm32f103开发板上编写一个俄罗斯方
- 基于STM32的nRF905程序调试通过绝对能用
- 音乐频谱基础 百为STM32开发板 官方
- STM32F107的socket
- 大家期待的 STM32 MOTOR CONTROL SDK 5.01
- STM32F4系列芯片中文学习资料
- STM32F407VGT6 最小系统原理图及PCB layo
- STM32 4轴步进电机控制程序源码
评论
共有 条评论