资源简介
485MODBUS 实验,407单片机程序,程序经过测试,可以使用
代码片段和文件信息
/**
******************************************************************************
* @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
* -----------------------------------------------
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
I.A.... 109142 2016-04-15 21:58 实验26 485通信实验\CORE\core_cm4.h
I.A.... 22735 2016-04-15 21:58 实验26 485通信实验\CORE\core_cm4_simd.h
I.A.... 17146 2016-04-15 21:58 实验26 485通信实验\CORE\core_cmFunc.h
I.A.... 20513 2016-04-15 21:58 实验26 485通信实验\CORE\core_cmInstr.h
I.A.... 29605 2016-04-15 21:58 实验26 485通信实验\CORE\startup_stm32f40_41xxx.s
I.A.... 6924 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\misc.h
I.A.... 32880 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_adc.h
I.A.... 27318 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_can.h
I.A.... 2416 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_crc.h
I.A.... 14481 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_cryp.h
I.A.... 14946 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_dac.h
I.A.... 4296 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_dbgmcu.h
I.A.... 12977 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_dcmi.h
I.A.... 28882 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_dma.h
I.A.... 19692 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_dma2d.h
I.A.... 8012 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_exti.h
I.A.... 24467 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_flash.h
I.A.... 3275 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_flash_ramfunc.h
I.A.... 44924 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_fmc.h
I.A.... 27181 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_fsmc.h
I.A.... 23548 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_gpio.h
I.A.... 10084 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_hash.h
I.A.... 31939 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_i2c.h
I.A.... 4323 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_iwdg.h
I.A.... 21191 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_ltdc.h
I.A.... 7728 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_pwr.h
I.A.... 30063 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_rcc.h
I.A.... 3958 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_rng.h
I.A.... 40546 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_rtc.h
I.A.... 25470 2016-04-15 21:58 实验26 485通信实验\FWLIB\inc\stm32f4xx_sai.h
............此处省略90个文件信息
评论
共有 条评论