CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - printf

搜索资源列表

  1. Ex001-UART-printf-AND-scanf

    0下载:
  2. 采用串口打印信息 调用scanf程序转-Using serial transfer printing information call scanf program
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:473457
    • 提供者:liuhaopeng
  1. MSP430G2553_UART

    1下载:
  2. msp430G2553 串口调试 DCO_1Mhz。可在电脑端看串口信息。直接用printf() 输出即可。-msp430G2553 serial debugging DCO_1Mhz. Look in the PC serial port information. Direct use printf () output can be.
  3. 所属分类:Other Embeded program

    • 发布日期:2016-05-07
    • 文件大小:1024
    • 提供者:雷东川
  1. MCS51_uCOC_II

    0下载:
  2. 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。 4。修改中断处理流程,以便严密监视中断
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:67444
    • 提供者:by
  1. tinyprintf

    0下载:
  2. 适合嵌入式系统用的Uart打印tiny printf-tiny printf for embedded system
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:4592
    • 提供者:steve brown
  1. 33WZH8008

    0下载:
  2. 液晶例程, 包括画点画线画缓冲条,在液晶上printf的算法-LCD program world,you can study LCD draw points
  3. 所属分类:SCM

    • 发布日期:2017-05-30
    • 文件大小:12033352
    • 提供者:guoxingwang
  1. main

    0下载:
  2. STM32,UART串口Printf中断收发实验-Advanced routines of Printf UART serial port interrupt transceiver experiment
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1868
    • 提供者:李健
  1. STM32-Printf

    0下载:
  2. 在keil上怎样处理print函数,讲解非常清楚-How to deal print function, it s detail is very clearly..
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:4188
    • 提供者:肖志刚
  1. printf-2

    0下载:
  2. 一个不错的源码程序 print2 -is a good print2
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:326459
    • 提供者:jenthyu
  1. retarget

    0下载:
  2. stm32 printf scanf用的retarget文件,直接包含在MDK工程中就可以使用-retarget file stm32 printf scanf used directly included in the project can be used MDK
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:924
    • 提供者:lgm
  1. adc

    0下载:
  2. Platform: NXP LPC1114/301 microcontroller This project uses the ADC to read voltages. It can print the voltages out using a small printf routine and semihosting built in to the LPCXpresso debugger window. -Platform: NXP LPC1114/301 microcontr
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:138613
    • 提供者:serge
  1. User

    0下载:
  2. STM32串口用C标准输出函数printf-STM32 serial output using standard C function printf
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1339
    • 提供者:黄易
  1. UART4_Printf_Scanf

    0下载:
  2. STM32F4串口程序,重定向C语言标准库函数pritnf和scanf到STM32F4的串口,这样程序中就可以使用printf和scnaf来做人机交互.-STM32F4 serial program, redirect C language standard library functions pritnf and scanf to STM32F4 serial, so the program can use printf and scnaf do human-computer interact
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1143
    • 提供者:徐亚飞
  1. 201403031458

    0下载:
  2. MS3是普遍运行在51单片机上的程序框架,这里移植到STM32上面。同时程序中添加LCD使用printf函数的功能,十分方便。-MS3 is a program running on a common framework for 51 single, where transplanted to STM32 above. LCD using the same procedures for adding the function printf function is very convenient.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:324639
    • 提供者:sh
  1. dianzimiaobiao

    0下载:
  2. 利用单片机制作电子秒表,精准到0.1秒-printf time
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1931
    • 提供者:王后天
  1. STM32F103_uCLinux_BOOT

    0下载:
  2. STM3210E-EVAL官方开发板,主芯片STM32F103ZET6,支持ucLinux开发,官网也给出了开发套件。但是官网没有给出BOOT的源代码,只有HEX文件(根据推测该HEX文件时KEIL生成的)。看过UBOOT的启动后,了解了BOOT启动都干些什么事,我仿照UBOOT在KEIL软件下写功能超级简单的BOOT,就是完成外设的初始化,初始化控制器串口1,经过验证,可以跳转到内核,内核能够实现printf打印输出。-The Boot of STM32F103 uCLinux develop
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:237155
    • 提供者:王伟
  1. PrintppSources

    0下载:
  2. "printpp"是帮助用户调试的一个工具,它相当于C提供的printf函数,但它的输出设备是串口。提供的codeworrior编程范例,旨在通过给出的范例使用户对codeworrior的使用有所了解。--A debugging tool. It is equivalent to the "printf" in C, but its output device is serial port. The sample code is compiled in codewarrior. By using
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:7084
    • 提供者:esidentMoha
  1. mystdio

    0下载:
  2. STM32方便使用的printf输出到串口的一个库,简单修改串口配置就可以使用printf了~-Printf STM32 easy to use serial output to a library, a simple modification can be used to configure the serial port printf a ~
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:988
    • 提供者:hbw_819
  1. USART

    0下载:
  2. STM32的串口程序,已将与上位机的通讯改成printf模式-STM32 serial program, have communication with the PC mode into printf
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:973
    • 提供者:Jay Sur
  1. flasharm

    0下载:
  2. s3c6410的裸机程序,实现了printf函数。lcd,uart等程序,初学者之至宝啊-the naked machine code in C language.for the initial code learner.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:37631
    • 提供者:fdsafsf
  1. 14.USART-COM1-

    0下载:
  2. 使用STN32寄存器方法实现串口输出,初学串口的参考-USE COM PORT PRINTF DATA IN THE WAY OF REGISTERS OF STM32
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:88067
    • 提供者:liuzewen
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com