搜索资源列表
usartPrintf
- STM32单片机串口打印,可直接调用Printf,scanf函数-STM32 microcontroller serial printing, you can directly call Printf, scanf function
USART_test
- stm32 usart的简单应用 通过printf将串口数据打印到超级终端或其他串口调试工具 适合初学stm32的童鞋学习使用stm32的usart -stm32 usart
USART_Printf
- STM32单片机串口打印例程,用到printf函数以及 fputc函数的修改,用的是STM32F103VET6。-STM32 microcontroller serial printing routines used printf function fputc function changes with STM32F103VET6.
STM32_printf
- 在该文档中说明了,在MDK软件下如何实现printf函数。针对的是STM32单片机。-Described in this document, and how to implement the printf function in MDK software. STM32 microcontroller.
15_printf
- stm32 printf 固件库 大连理工大学 信通学院-stm32 printf
STM32PMPU6055
- STM32使用模拟I2C读写陀螺仪MPU6055测试程序 程序功能: STM32读取陀螺仪MPU6055的数据,并利用printf函数将数据向串口1打印-STM32 use simulation the I2C reading the gyroscope MPU6055 test program program features: STM32 read the gyroscope MPU6055 the data and use the printf function to print
main
- STM32,UART串口Printf中断收发实验-Advanced routines of Printf UART serial port interrupt transceiver experiment
retarget
- stm32 printf scanf用的retarget文件,直接包含在MDK工程中就可以使用-retarget file stm32 printf scanf used directly included in the project can be used MDK
User
- STM32串口用C标准输出函数printf-STM32 serial output using standard C function printf
201403031458
- 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.
mystdio
- 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 ~
USART
- STM32的串口程序,已将与上位机的通讯改成printf模式-STM32 serial program, have communication with the PC mode into printf
485test
- stm32 485 printf测试程序-stm32 485 printf test program
uart
- STM32,uart实验。支持printf函数。经调试实际可用。-STM32 uart
stm32.UART1-Printf--shenzhou3
- stm32.UART1 Printf 神舟3号 库函数 串口打印驱动-stm32.UART1 Printf shenzhou3
usart-Printf
- stm32的串口使用printf进行字符串的通信,可用于外部通信-stm32 serial communication Using printf for a string, can be used for external communication
ST32-UART-serial-port-1-Printf
- UART串口1 Printf(STM32神舟III号-库函数版)-UART serial port 1 Printf (STM32 Shenzhou III numbers- library function version)
STM32printf
- 这是一个在stm32上运行的Printf打印功能函数,它可用于串口调试打印一些调试信息,帮助分析问题。(This is a Printf print function that runs on the STM32. It can be used for serial debugging, printing some debugging information, and helping to analyze problems.)
printf(polling)
- 要让STM32能够顺利发出数据,要进行如下配置 PA9,PA10管脚要配置, USART也需要配置波特率,数据有几位,停止位,数据流等(stm32 uart communication)
2-野火M3-USART1(interrupt)
- 使用STM32通过自身硬件USART,并使用printf函数,打印出程序内部固定的数据(Using STM32 through its own hardware USART and using the printf function to print out the internal fixed data of the program)