资源简介
STM32F746串口收发,测试正常收发数据
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f7xx.c
* @author MCD Application Team
* @version V1.0.1
* @date 25-June-2015
* @brief CMSIS Cortex-M7 Device Peripheral Access layer System Source File.
*
* This file provides two functions and one global variable to be called from
* user application:
* - SystemInit(): This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32f7xx.s“ file.
*
* - SystemCoreClock variable: Contains the core clock (HCLK) it can be used
* by the user application to setup the SysTick
* timer or configure other parameters.
*
* - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
* be called whenever the core clock is changed
* during program execution.
*
*
******************************************************************************
* @attention
*
* © COPYRIGHT 2015 STMicroelectronics
*
* Redistribution and use in source and binary forms with or without modification
* are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice
* this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
* 3. Neither the name of STMicroelectronics nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
* AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL
* DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
******************************************************************************
*/
/** @addtogroup CMSIS
* @{
*/
/** @addtogroup stm32f7xx_system
*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7117 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\arm_common_tables.h
文件 3863 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\arm_const_structs.h
文件 244621 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\arm_math.h
文件 35441 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_cm0.h
文件 42958 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_cm0plus.h
文件 102172 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_cm3.h
文件 112545 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_cm4.h
文件 136257 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_cm7.h
文件 17659 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_cmFunc.h
文件 26992 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_cmInstr.h
文件 22250 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_cmSimd.h
文件 43466 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_sc000.h
文件 101100 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\core_sc300.h
文件 716398 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\stm32f745xx.h
文件 731023 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\stm32f746xx.h
文件 743947 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\stm32f756xx.h
文件 6442 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\stm32f7xx.h
文件 3561 2015-07-17 07:49 STM32F7_Uart\CMSIS\Include\system_stm32f7xx.h
文件 32001 2015-07-17 07:49 STM32F7_Uart\CMSIS\Source\startup_stm32f745xx.s
文件 32247 2015-07-17 07:49 STM32F7_Uart\CMSIS\Source\startup_stm32f746xx.s
文件 32427 2015-07-17 07:49 STM32F7_Uart\CMSIS\Source\startup_stm32f756xx.s
文件 17788 2015-07-17 07:49 STM32F7_Uart\CMSIS\Source\system_stm32f7xx.c
文件 127965 2015-07-17 07:49 STM32F7_Uart\Lib\Inc\Legacy\stm32_hal_legacy.h
文件 10219 2015-07-17 07:49 STM32F7_Uart\Lib\Inc\stm32f7xx_hal.h
文件 35692 2015-07-17 07:49 STM32F7_Uart\Lib\Inc\stm32f7xx_hal_adc.h
文件 16716 2015-07-17 07:49 STM32F7_Uart\Lib\Inc\stm32f7xx_hal_adc_ex.h
文件 35210 2015-07-17 07:49 STM32F7_Uart\Lib\Inc\stm32f7xx_hal_can.h
文件 30007 2015-07-17 07:49 STM32F7_Uart\Lib\Inc\stm32f7xx_hal_cec.h
文件 16197 2015-07-17 07:49 STM32F7_Uart\Lib\Inc\stm32f7xx_hal_conf_template.h
文件 20892 2015-07-17 07:49 STM32F7_Uart\Lib\Inc\stm32f7xx_hal_cortex.h
............此处省略155个文件信息
评论
共有 条评论