CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - usart 库

搜索资源列表

  1. USARTTEST

    0下载:
  2. 使用ST公司的STM32F107自带的库函数写得有关USART的收发程序,经过串口调试助手测试能够实现串口的收发功能。-the program is about the USART with the program library of STM32F107
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1406042
    • 提供者:jiangchao
  1. STM32F10X_DEMO_3.5.0

    0下载:
  2. 基于STMF103ZET6移植最新固件库3.5.0版本,是一个完整的工程,并详细中文注释,包括按键,TFTLCD液晶显示、SPI.USART.I2C,FSMC,DMA,DAC,ADC等常用外设模块文件,完全调试测试通过,可以直接使用哦。-Transplantation based on the latest firmware library STMF103ZET6 version 3.5.0, is a complete project, and detailed notes in Chines
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-13
    • 文件大小:3550905
    • 提供者:袁强
  1. Example7

    0下载:
  2. 这个例子显示了如何重定向C库printf函数的USART。 在HyperTerminal使用USARTx本实施输出printf的消息。 USARTx可以是USART1的,USART2 USART3的选择要使用的USART接口 注释“#定义USE_USARTx的main.h 文件中的行。-This example shows how to retarget the C library printf function to the USART. This implementatio
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-26
    • 文件大小:14098
    • 提供者:baijia
  1. RTC-set-the-clock-and-display

    0下载:
  2. RTC时钟源为外部低速时钟,且外部低速时钟源的64分之一Tamper引脚(PC.13)上输出。 通过秒中断功能,在LED1(GPIO_Pin_0)上以2s为周期闪烁,并以1s为周期通过USART送出时间信息 (在串口调试软件上以24小时时间制显示) USART1设置:波特率:9600 数据位:8 停止位:1 奇偶校验位:无 硬件流控制:无 注:编译时,Library Configuration应选为FULL,以使C库函数fputc映射到U
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:483892
    • 提供者:荣德国
  1. step3_usart

    0下载:
  2. STM32实践之三:串口传输(库函数形式)-STM32 std3.24 usart
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:270786
    • 提供者:周勇
  1. STM_HMI_111014_0D

    0下载:
  2. stm32f10x keil代码,固件库V3.30,使用usart和三菱fx PLC通信,12864液晶图片文字任意位置显示。-stm32f10x keil code firmware libraries V3.30, usart and Mitsubishi fx PLC communication, 12864 image text anywhere.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4195823
    • 提供者:zjh
  1. STM32_USART

    0下载:
  2. 理想智芯STM32开发板资料--USART试验(库函数) 开发工具(MDK)-Ideal IPCore STM32 development board- USART test (library functions) development tools (MDK)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-20
    • 文件大小:5789956
    • 提供者:张军
  1. STM32ucosiii121026

    1下载:
  2. 基于STM32F107的ucosiii操作系统的移植,一个干净的操作系统只用到了usart,包括工程文件,可用MDK直接打开,MDK为V4.50版本,固件库为3.5.0版本-Based on the the STM32F107' s ucosiii operating system transplant, a clean operating system only used usart, including engineering documents, available MDK dire
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:571441
    • 提供者:
  1. 1_usart

    0下载:
  2. stm32 库函数的书写 USART 大连理工大学 信通学院-stm32 USART
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:329313
    • 提供者:
  1. STM32_CAN_USART_TLC2543_FPGA

    0下载:
  2. STM32F103处理器程序,基于3.4固件库编写,本程序不包含固件库,所有功能均为单独的c文件,模块化的封装,方便调用。 功能包含USART、SPI(包含TLC2543和DA的操作)、CAN、通过地址总线与数据总线读写FPGA等多个功能模块,可以作为类似功能设计的重要参考。-STM32F103 processor program, based on the 3.4 firmware library preparation, the program does not contain firm
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:16652
    • 提供者:emouse
  1. SmarHome

    0下载:
  2. 这是一个通用的STM32启动及控制代码集.它没有使用ST的库,完全是基于寄存器的操作.它包括三部分: 1,sys sys部分包含了STM32的系统级别的代码,包括:时钟配置,IO口输入输出管理,中断管理,待机模式设置,BKP操作,软复位,JTAG配置等. 2,usart usart部分包含了对串口1的初始化,用于串口调试,或者串口打印信息. 3,delay delay部分包含了2个基本的延时数,delay_us和delay_ms,这两个函数采用STM32的SYSTIC
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:851571
    • 提供者:July
  1. zwh-DMA-usart

    0下载:
  2. 基于stm32f103zet6的串口DMA通讯,以调试通过,使用的固件库是V3.5-DMA serial communication based stm32f103zet6 to debugging through the use of the library is V3.5 firmware
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:2050227
    • 提供者:ccczwh
  1. stm32f051-usart

    0下载:
  2. stm32f051 串口试验,库函数版本,找了好久才找到的,可用-stm32f051 serial test, the library version, looking for a long time to find available
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-07
    • 文件大小:1151245
    • 提供者:刘鹏
  1. USART

    0下载:
  2. IAR编译环境下,基于STM32单片机的串口通讯USART的库函数编程例程-IAR compiler environment, based on the STM32 MCU serial communication USART functional programming routines. 检测到:中文 » 英语
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:1013766
    • 提供者:
  1. usart

    0下载:
  2. 单片机STM32 USART 驱动程序,使用库函数。-STM32 usart code
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-30
    • 文件大小:505989
    • 提供者:侯振乾
  1. usart

    0下载:
  2. stm32f103系列串口实验,库函数版本-Stm32f103 series of serial experiments, library function version
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:287160
    • 提供者:杨杨
  1. exp04-Usart

    0下载:
  2. 针对stm32f103ze的串口中断收发实验,内含库函数和寄存器的两种操作版本,注释详细,对新手很是实用-Stm32f103ze serial port for the interruption of the experiment, including the function of the library and the register of the two versions of the operation, detailed notes, very useful for beginner
  3. 所属分类:SCM

    • 发布日期:2017-12-16
    • 文件大小:4006912
    • 提供者:赖鹏
  1. STM32USART

    0下载:
  2. 使用HAL库开发stm32串口通讯例子。注意端口硬件配置不同。(Use the HAL library to develop an example of the STM32 serial communication. Notice that the port hardware configuration is different.)
  3. 所属分类:串口编程

    • 发布日期:2018-01-10
    • 文件大小:7462912
    • 提供者:FinnTec
  1. YSF1_HAL-008. USART-调试串口

    0下载:
  2. HAL库串口程序,非常实用,已经测试过,没有问题的(HAL library serial program, very practical)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:21123072
    • 提供者:1路向阳
  1. usart

    0下载:
  2. L053串口通信,hal库的串口C语言,cube自动生成代码(This file provides code for the configuration of the USART instances.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:buddha7
« 1 23 »
搜珍网 www.dssz.com