搜索资源列表
STM32-usart-programm
- STM32串口程序USART,自己调试成功的,可以运行,通过与电脑串口相连,可以观察传输的数据-STM32 serial program USART, the success of their own debugging, you can run through a computer serial port, data transfer can be observed
STM3210ELK
- STM3210E-LK 开发板的使用手册 -User manual of STM3210E-LK learning kit The STM3210E-LK is a version of the STM32-LK learning kit for the STM32F103ZET6 (LQFP144) microcontroller. The STM32F103ZET6 is high density STM32 microcontroller based on the Cort
STM32R100DevelopBoardSourceCode
- stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
USART_test
- 测试STM32的USART通信功能,可以在超级终端上面显示数据-STM32 USART test the communication function can be shown above the data at the Super Terminal
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_demo1
- STM32处理器USART,DEMO程序,通过USART可以与计算机实现数据传输。-usart DOMO of stm32 controller,with this programe terminal can conmmunication with compter.
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.
USART
- 这是用STM32编写的简单的串口通讯程序。可以在串口调试助手上显示。-This is a simple serial communication program STM32 write. Can be displayed on the serial debugging assistant.
stm32-tinyos
- TinyOS系统以其组件结构模型、事件驱动、并发型等优点成为目前最受关注的无线传感器网络操作系统。而STM32和CC2520以其高性能、低成本、低功耗被广泛应用于无线传感器网络嵌入式系统。 但TinyOS 不支持STM32和CC2520芯片。因此在分析TinyOS 基本原理、NesC 编程语言实现机制及其编译过程的基础上,介绍了基于STM32和CC2520的T inyOS移植方法,完成了STM32的IO组件、Timer 组件、USART组件、SPI 组件和CC2520芯片的移植。在实现CC252
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
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
21ic下载_基于STM32的CAN总线收发程序
- 实现can通信,经本人验证完全可以使用,拿去吧。(#include "can.h" #include "led.h" #include "delay.h" #include "usart.h" #include "led.h" #include "delay.h" #include "key.h" #include "sys.h&qu
Usart
- 本程序可以用于STM32F10系列芯片,实现串口打印(This program can be used for STM32F10 series of chips for serial port printing)
BSP
- stm32吧can转接成usart can里面包含初始换 速率500kb/s usart 19200(The stm32 bar can be converted to usart which can contain the usart 19200 with an initial conversion rate of 500kb / s)
3.USART串口测试
- 使用外设:串口线一跟,通过COM1连接PC ** 实验名:【B】USART_TEST ** keil MDK-ARM Standard Version:V4.22A ** 软件库(keil) Version: V2.0.1 ** 固件库(ST) Version: V *************************************/ /*********************************** ** 实验现象: 1、首先进行常规配置(RCC、N
STM32
- JY901 stm32f1程序 包括串口和IIC通信 亲测可用(JY901 stm32f1 include usart and IIC it can be used in different place)
STM32_USART_LED_CAN500K
- 用stm32f10x实现can和串口通信功能(use stm32 can to usart)