资源简介
文件包含stm32的指令集等资料,附上个人写的利用stm32和蓝牙模块点灯实验,利用手机APP蓝牙串口控制蓝牙模块输出数据控制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
* -----------------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1002842 2014-07-25 14:05 HC-05\BLK-MD-HC-05 Spefication.pdf
文件 192955 2014-06-13 16:40 HC-05\BLK-MD-HC-05_AT指令集.pdf
文件 1150944 2014-06-13 16:40 HC-05\BLK-MD-HC-05蓝牙模块技术手册.pdf
文件 237526 2014-06-13 16:40 HC-05\HC-05进入AT模式的两种方法及步骤演示.pdf
文件 109142 2014-07-17 21:52 HC-05\HC05蓝牙模块点灯实验\CORE\core_cm4.h
文件 22735 2014-07-17 21:52 HC-05\HC05蓝牙模块点灯实验\CORE\core_cm4_simd.h
文件 29605 2014-08-02 00:12 HC-05\HC05蓝牙模块点灯实验\CORE\startup_stm32f40_41xxx.s
文件 6924 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\misc.h
文件 32880 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_adc.h
文件 27318 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_can.h
文件 2416 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_crc.h
文件 14481 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_cryp.h
文件 14946 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_dac.h
文件 4296 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_dbgmcu.h
文件 12977 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_dcmi.h
文件 28882 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_dma.h
文件 19692 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_dma2d.h
文件 8012 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_exti.h
文件 24467 2014-08-04 22:05 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_flash.h
文件 3275 2014-08-04 22:05 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_flash_ramfunc.h
文件 44924 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_fmc.h
文件 27181 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_fsmc.h
文件 23548 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_gpio.h
文件 10084 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_hash.h
文件 31939 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_i2c.h
文件 4323 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_iwdg.h
文件 21191 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_ltdc.h
文件 7728 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_pwr.h
文件 30063 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_rcc.h
文件 3958 2014-08-01 23:18 HC-05\HC05蓝牙模块点灯实验\FWLIB\inc\stm32f4xx_rng.h
............此处省略187个文件信息
- 上一篇:BOS物流管理系统源码
- 下一篇:现代通信理论--李白萍
相关资源
- HC-05嵌入式蓝牙串口通讯模块测试程序
- HC-05蓝牙模块_手机APP控制
- 蓝牙模块点亮led所有资料_new
- 基于HC-05的主从机指纹安防系统主从机
- 蓝牙hc-05模块3.3v,5v都有含原理图及
- HC-05蓝牙模块资料
- AD8232基于stm32的无线蓝牙传输心电图检
- 手机app蓝牙测试源码hc-05蓝牙模块,适
- HC-05蓝牙模块使用资料包STM32控制程序
- hc-05串口蓝牙全部开发资料
- 蓝牙HC-05原理图、封装
- HC-05 蓝牙模块 原理图 PCB 指令说明
- HC-05-06-08-02主从机一体蓝牙模块板DI
- FPGA蓝牙串口实验
- HC-05,HC-06蓝牙模块资料
- 蓝牙HC-05仿真和程序
- 基于STM32的寝室指纹门锁设计
评论
共有 条评论