搜索资源列表
Examples
- STM32 demo板的例程,其中包括AD,USART ,TIME1,TIME,CAN,DMA,FLASH,SPID等例程序,适合新手学习入门
STM32_usart_address
- STM32 usart配置例程,适用STM32各种芯片,详细的介绍了 usart的配置过程。根据例子修改即可应用。这里的usart是带地址的配置。-STM32 usart configuration routines, for all STM32 chip usart described in detail the configuration process. Examples can be modified based application. Here usart is configured
STM32-CAN
- stm32 CAN总线的应用基本配置。这里给出了CAN总线功能的最基本的配置。通过修改次例程 可以应用到实际程序中去。-stm32 CAN Bus Based on the basic configuration. Here are the most basic function of CAN bus configurations. By modifying the sub-routines can be applied to the actual process to go.
5780bcf5-da04-4cf6-b388-1f3d01c4896c
- STM32框架,USING 3.X库 准备以后产品换STM32,写了个例程,网上的都是零碎的,这个例程可以直接用,不喜欢官方的结构,改了一下.内容有GPIO SYSTIC EXIT ADC USART FLASH EEPROM(FLASH模拟).存下以后自已也能用.固件库有点大就不一起上传了.使用MDK4 -STM32 framework, USING 3.X library prepared after the product for STM32, wrote a routine, the
USART-tft_NOS_test-222
- stm32中 外部中断和tft屏幕的应用模块,经测试可应用。-stm32 external interrupt and tft screen in the application module, the test can be applied.
USART-485
- 介绍了利用STM32进行485通讯的程序,已经调试过,可直接使用。为想从事单片机开发的提供一个学习的环境。-STM32 485 program has been debugged, can be used directly. Want to engage in the the microcontroller development provides a learning environment.
stm32-ps2-mouse-test
- stm32鼠标试验,ps2接口,可以串口打印出鼠标移动和按键信息,在开发板例程的基础上做了修改移植到了自己的板子上-stm32-ps2 mouse test,it can print the information of mouse s movement and key using usart.
stm32-nrf2401-usart
- nrf2401发送接收程序,能够实现一次发送两个数据,甚至十几个数据,通过串口通信显示接收端接收到的数据。大部分程序是网上的,自己只写了十几行。搬运工啊。-nrf2401 sending and receiving process can be achieved once sent two data, or even a dozen data, receive data received by the serial communication display. Most of the progr
STM32-USART-send-and-receive-data-
- 本程序目的是提供使用stm32串口收发一帧数据的一种方法,采用中断方式接受和发送,每进一次中断接收或发送一字节,可以实现pc机与板子通信或板子与板子间通信。注意本程序中外接高速晶振为12M赫兹,而大部分板子为8M赫兹,本程序所用芯片是stm32RBT6-The purpose of this procedure is to provide a method of using STM32 serial port to send and receive a data, using interrupt
STM32-USART
- 可以实现STM32串口通信,简洁明了,并且有注释。是初学者不错的选择。-STM32 serial communication can be achieved, concise, and Notes.
STM32-USART-DMA-ping-pong-operation
- USART&DMA乒乓操作接收任意长度数据(STM32) STM32 单片机 参考代码 完整工程,可以在阿莫论坛上找到相关讨论帖-USART & DMA ping-pong operation to receive data of arbitrary length. STM32 microcontroller reference code complete works. This code can be found in the discussion thread
51-USART-mpu6050
- MPU6050的51程序,采用模拟IIc总线,亲测可用,可以通过串口发送到计算机上面,然后通过串口波形软件即可显示波形,程序方便移植STM32-MPU6050 51 program, the simulation of IIc bus, dear test is available, can be sent through the serial port to the computer, and then through the serial port to display the wavefo
usart-_KEY
- stm32 定时器按键,能识别长按和组合按键,通过串口发送出来-stm32 timer button can identify long press and combination of buttons to send out through the serial port
I2C-USART
- STM32编程。通过I2C把EEPROM里的数据发往串口,并比较从串口接收到的数据,模拟一个智力问答的小情景。能把历史最高分纪录在EEPROM里-STM32 programming. Block through the I2C EEPROM in the data sent to a serial port, and compare the serial port to receive the data, the simulation of a small quiz. Can block th
STM32-USART
- 在STM32的参考手册中,串口被描述成通用同步异步收发器(USART),它提供了一种灵活的方法与使用工业标准NRZ异步串行数据格式的外部设备之间进行全双工数据交换。USART利用分数波特率发生器提供宽范围的波特率选择。它支持同步单向通信和半双工单线通信,也支持LIN(局部互联网),智能卡协议和IrDA(红外数据组织)SIR ENDEC规范,以及调制解调器(CTS/RTS)操作。它还允许多处理器通信。还可以使用DMA方式,实现高速数据通信。-In the reference manual of S
usart-Printf
- stm32的串口使用printf进行字符串的通信,可用于外部通信-stm32 serial communication Using printf for a string, can be used for external communication
One-Usart
- 用STM32单片机与PC实现USART串口通信,PC通过串口向单片机发送数据,单片机截取#和$间的有用数据又通过串口发送回PC显示。正点原子MiNi版STM32可直接使用-With STM32 MCU and PC to realize serial communication USART, PC through serial port to send data to the single chip microcomputer, microcomputer intercept# $and use
STM32F103ZET6-usart-upgrade
- stm32远程升级例程(分为boot loader区,用户区,和ota区,用户可以根据不同的需求修改启动地址)-Stm32 remote upgrade routines (divided into boot loader area, user area, and ota area, the user can modify the startup address according to different needs)
Usart
- 本程序可以用于STM32F10系列芯片,实现串口打印(This program can be used for STM32F10 series of chips for serial port printing)
mySystemTest1
- 基于FreeRTOS的麦轮四轮底盘系统模型,CAN和USART通讯(this is a system base on FreeRTOS, and you can build your robotics system on this especially on this code. Communiciate by USART and CAN!)