资源简介
FFT在STM32处理器上的实现完整代码,可以直接运行在STM32系列芯片上
代码片段和文件信息
/**
******************************************************************************
* @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
* -----------------------------------------------
- 上一篇:yuy2格式的裸数据
- 下一篇:ADI ad9361 vivado 下源代码
相关资源
- STM32串口通信超级终端控制LED灯
- xilinx FFT核手册
- 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 芯片加密库)
- STM32驱动蜂鸣器播放语音
- 《物联网操作系统+LiteOS开发实战指南
- MPU6050MS5611HMC5883三传感器数据读取
- STM32F407+ov5640摄像头在TFTLCD实时显示图
- stm32的小车红外寻迹加超声波避障
- 基于stm32f4的舵机控制
- stm32_usb_HID例程及上位机
- 时域抽取法快速傅里叶变换FFT(以R
- 红外测距stm32
评论
共有 条评论