stm32_uart

所属分类:单片机开发
开发工具:C/C++
文件大小:71734KB
下载次数:0
上传日期:2019-04-28 14:28:25
上 传 者hjfshr
说明:  用于STM32的串口使用例程,为keil工程,实测可用,记得配置好开发板对应的串口号及程序烧写配置。文件内包含STM32标准固件库及printf重定向函数,直接由printf将串口数据输出到串口调试助手。
(The serial port routine for STM32 is keil project. It is available for actual measurement. Remember to configure the serial port and program burning configuration of the development board. The file contains STM32 standard firmware library and printf redirection function, and printf directly outputs serial port data to serial debugging assistant.)

文件列表:
stm32_uart (0, 2019-03-26)
stm32_uart\DebugConfig (0, 2019-02-17)
stm32_uart\DebugConfig\Target_1_STM32F407ZGTx.dbgconf (2851, 2017-11-21)
stm32_uart\EventRecorderStub.scvd (339, 2019-02-18)
stm32_uart\Libraries (0, 2019-02-17)
stm32_uart\Libraries\CMSIS (0, 2019-02-18)
stm32_uart\Libraries\CMSIS\CMSIS_END_USER_LICENCE_AGREEMENT.pdf (172641, 2015-05-18)
stm32_uart\Libraries\CMSIS\CMSIS_END_USER_LICENCE_AGREEMENT.rtf (178493, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Include (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h (767941, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx_conf.h (4810, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx_it.h (2221, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Include\system_stm32f4xx.h (2232, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Release_Notes.html (38760, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f401xx.s (25816, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40xx.s (29693, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f40_41xxx.s (29604, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f411xe.s (26516, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f427x.s (31053, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f427_437xx.s (30978, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429_439xx.s (31133, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f446xx.s (31403, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7 (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7\startup_stm32f401xx.s (20646, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7\startup_stm32f40xx.s (24189, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7\startup_stm32f40_41xxx.s (24111, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7\startup_stm32f427x.s (25817, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7\startup_stm32f427_437xx.s (25734, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\gcc_ride7\startup_stm32f429_439xx.s (25734, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar (0, 2019-02-17)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f401xx.s (21523, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40xx.s (25428, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s (25340, 2015-05-18)
stm32_uart\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f411xe.s (18678, 2015-05-18)
... ...

* ------------------------------------------------------------------- * Copyright (C) 2011-2014 ARM Limited. All rights reserved. * * Date: 17 February 2014 * Revision: V4.00 * * Project: Cortex Microcontroller Software Interface Standard (CMSIS) * Title: Release Note for CMSIS * * ------------------------------------------------------------------- NOTE - Open the index.html file to access CMSIS documentation The Cortex Microcontroller Software Interface Standard (CMSIS) provides a single standard across all Cortex-Mx processor series vendors. It enables code re-use and code sharing across software projects and reduces time-to-market for new embedded applications. CMSIS is released under the terms of the end user license agreement ("CMSIS_END_USER_LICENCE_AGREEMENT.pdf"). Any user of the software package is bound to the terms and conditions of the end user license agreement. You will find the following sub-directories: Documentation - Contains CMSIS documentation. DSP_Lib - MDK project files, Examples and source files etc.. to build the CMSIS DSP Software Library for Cortex-M0, Cortex-M3, Cortex-M4 processors. Include - CMSIS Core Support and CMSIS DSP Include Files. Lib - CMSIS DSP Libraries. RTOS - CMSIS RTOS API template header file. Driver - CMSIS Peripheral Driver Interface. Pack - CMSIS Software Packs. Mechanism to install software, device support, APIs, and example projects. SVD - CMSIS SVD Schema files and Conversion Utility.

近期下载者

相关文件


收藏者