搜索资源列表
Printf.zip
- STM32 Printf for stm32f103 -> UART1,STM32 Printf for stm32f103-> UART1
STM32P103VBT6_with_stdio
- STM32 "kickstart" program with newlib/stdio like sprintf&printf
usartPrintf
- STM32单片机串口打印,可直接调用Printf,scanf函数-STM32 microcontroller serial printing, you can directly call Printf, scanf function
stm32-how-to-use-printf
- 此文件为如何在stm32中使用printf-This file is in how to use printf in stm32
printf
- 这是个stm32的例程,串口实例printf。-This is a stm32 the routines, the serial instance of printf.
Printf-UART-DMA-STM32
- printf dma uart STM32
15_printf
- stm32 printf 固件库 大连理工大学 信通学院-stm32 printf
Automatically-printf-
- STM32程序 自动电脑打印小数,整数等变量值。在实际调试程序中非常简明的可以看到一个变量的变化。从而给程序的调试工作带来极大的便利-The program automatically STM32 computer print a decimal integer variable values. Very concise in the actual debugger can see the change of a variable. Bring great convenience to the
printf
- STM32 printf实验,来源《STM32 嵌入式微控制器快速上手》,很基础,不错的例程-STM32 printf experiment, source " STM32 embedded microcontrollers Quick Start" , very basic, good routines
printf--
- STM32 printf 函数重定向- STM32 printf
STM32-Printf
- 在keil上怎样处理print函数,讲解非常清楚-How to deal print function, it s detail is very clearly..
retarget
- stm32 printf scanf用的retarget文件,直接包含在MDK工程中就可以使用-retarget file stm32 printf scanf used directly included in the project can be used MDK
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-4-1、I2C打印
- 实现IIC读写操作,并通过串口打印出写进EPROM的数据来,(IIC read and write operation, and print out through the serial por)
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)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。