资源简介
stm32f407使用继电器程序简单,使用pb7引脚,5V电压,
代码片段和文件信息
/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V1.4.0
* @date 04-August-2014
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
*
* @verbatim
*
* ===================================================================
* How to configure Interrupts using driver
* ===================================================================
*
* This section provide functions allowing to configure the NVIC interrupts (IRQ).
* The Cortex-M4 exceptions are managed by CMSIS functions.
*
* 1. Configure the NVIC Priority Grouping using NVIC_PriorityGroupConfig()
* function according to the following table.
* The table below gives the allowed values of the pre-emption priority and subpriority according
* to the Priority Grouping configuration performed by NVIC_PriorityGroupConfig function
* ==========================================================================================================================
* NVIC_PriorityGroup | NVIC_IRQChannelPreemptionPriority | NVIC_IRQChannelSubPriority | Description
* ==========================================================================================================================
* NVIC_PriorityGroup_0 | 0 | 0-15 | 0 bits for pre-emption priority
* | | | 4 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_1 | 0-1 | 0-7 | 1 bits for pre-emption priority
* | | | 3 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_2 | 0-3 | 0-3 | 2 bits for pre-emption priority
* | | | 2 bits for subpriority
* --------------------------------------------------------------------------------------------------------------------------
* NVIC_PriorityGroup_3 | 0-7 | 0-1 | 3 bits for pre-emption priority
* | | | 1 bits for subpriority
* -----------------------------------------------
- 上一篇:qn8027应用例程,
- 下一篇:stm32f407使用MQ7检测一氧化碳浓度程序
相关资源
- stm32f407使用MQ7检测一氧化碳浓度程序
- LQFP48-STM32F103Cx封装
- STM32F1系列读写内部FLASH
- STM32F1系列ADC DMA读取例程
- STM32F103C8T6-ADC例程
- STM32F103驱动DS18B20程序
- STM32HAL库驱动SPILCD代码
- STM32F103RBT6系统原理图
- Keil.STM32F4xx_DFP.2.5.0.pack
- RC522 STM32F103C8 库函数 可任意修改
- stm32f10x_conf.h
- AD9使用的STM32F103ZET6原理图库与封装库
- STM32F429 USART使用DMA方式收发数据.rar
- STM32F407VGT6芯片管脚功能定义
- NRF24L01的STM32测试程序
- Keil5下的STM32F103Cx例程超值,含PWM输出
- 基于STM32F030的PCM5242 miniDSP驱动配置
- STM32F3使用ADC转换DMA模式传输数据
- MAX44009驱动STM32F4源码
- STM32F407单片机OV7670无FIFO Ycrcb颜色空间
- 超声波和红外避障蓝牙小车完整文件
- stm32f103c8t6增强版原理图
- zw_STMicroelectronicsSTM32F4.zip
- 基于stm32f103频率测量.zip
- STM32f103下的软IIC实现的BME280测温
- MAX44009-STM32F1
- STM32F103用IAR编译的工程模板
- stm32f103使用烟雾mq2,火焰,继电器
- stm32f407使用温湿度,光照,烟雾传感
- STM8和STM32F103原理图库AD
评论
共有 条评论