搜索资源列表
AT91_Embedded_Peripherals
- AT91系列的内部外设(spi, ebi, usart,timer... )的详解 以及配置示例
IAP方案(STM32)
- STM32的IAP方案介绍。 IAP,全称是“In-Application Programming”,中文解释为“在程序中编程”。IAP是一种对通过微控制器的对外接口(如USART,IIC,CAN,USB,以太网接口甚至是无线射频通道)对正在运行程序的微控制器进行内部程序的更新的技术(注意这完全有别于ICP或者ISP技术)。ICP(In-Circuit Programming)技术即通过在线仿真器对单片机进行程序烧写,而ISP技术则是通过单片机内置的bootloader程序引导的烧写技术。
STM32-USART-Bootloader.pdf
- STM32 USART bootloader protocol
ADC
- Timer,内部定时器,有Timer0、Timer1、Timer2等。 USART:Universal Synchronous Asynchronous Receiver Transmitter,同步/异步串行传输,如RS232、RS485等。 MSSP;Master Synchronous Serial Port,两线式(I2C)与三线式(SPI)标准同步串行传输协定,常用于EEPROM内存资料的烧录与读取,或是与其它集成电路沟通与联系,形成多芯片网络。 2. PIC16F8
testread
- subroutines for atmega128 usart
LEDs+USART
- programa en C/MPLAB en el que la puerta B está configurada como salida y conectada a unos LED que se encienden en funcion de lo que sale por ahí se hace uso también del puerto serie disponible en proteus-programa en C/MPLAB en el que la puerta B está
AT91RM9200-USART0-Demo
- 采用AT91RM9200的cpu,扩展第三个串口USART,通过这个串口,测试ARM与ARM的通信。此时,系统有三个可用串口,ttyS0(RS232),ttyS1(arm与arm),ttyS2(arm与AVR)-Using AT91RM9200 the cpu, expansion of the third serial port USART, through this serial port, testing, ARM and ARM communication. At this point,
ad_da
- 基于avr atmega16单片机ad,da源代码,并带lcd显示,usart通信-Based on avr atmega16 SCM ad, da source code, and with lcd display, usart Communications
usartcode
- ATMEGA 32 USART which is used to send a received data throgh serial port from PC to controller, code is simulated on the VMLAB software
ADC-LCD1602-DS1302-USART
- ADC&LCD1602 综合运用 C语言编程 附带电路原理图-ADC & LCD1602 integrated use of C language programming with circuit diagram
USART-at91sam7x256
- for developing embedded systems. working with usart0 and usart1 of at91sam7x256
STM32F10x_LFP
- STM32F10x外设库函数介绍, RCC库函数介绍. GPIO库函数介绍. NVIC库函数介绍. EXTI库函数介绍. TIM TIM1库函数介绍. USART库函数介绍. ADC库函数介绍. DMA库函数介绍. RTC库函数介绍. BKP库函数介绍. PWR库函数介绍. IWDG库函数介绍. SYSTICK库函数介绍. WWDG库函数介绍.-STM32F10x peripheral library funct
STM32F10xxx-USART-application-examples
- STM32F10xxx USART application examples
zjx-STM32-USART
- STM32 USART开发实例,MDK上通过-STM32 USART
STM32-Flash-when-USART-enable
- 在其产品设计中,经常会使用STM32片上Flash模拟一个EEPROM的功能,用于存贮数据。在软件调试时,发现开启此功能,会影响到USART通信,导致偶尔发生个别数据接收不到的现象。本文档详细介绍原因和解决方法。-vIn its product design, often using the STM32 chip Flash EEPROM simulates a function for storing data. When software debugging and found that t
USART-1602
- PIC18F4550与电脑用USART进行通信并且将接收在数据显示在LCD1602上-PIC18F4550 communicate with the computer using USART and will receive data on the LCD1602
STM32F10x-IAP-USART
- 使用USART接口实现STM32F10xxx的在线升级 使用USART接口实现STM32F10xxx的在线升级使用USART接口实现STM32F10xxx的在线升级-STM32F10x in-application programming using the USARTSTM32F10x in-application programming using the USARTSTM32F10x in-application programming using the USART
USART收发
- 使用STM32F103芯片实现USART的实时收发,异步通信(USART real-time transceiver, asynchronous communication)
21-USART—串口通信
- STM32F103 example of USART used
STM32 USART自动波特率检测
- STM32 USART自动波特率检测 正确的USART通信要求发送和接收波特率的匹配度足够高,否则可能发生通信错误。 当在两个设备之间建立通信链路时,自动波特率检测十分有用,因为从设备能够检测到主控 制器的波特率并进行相应的自我调整。这需要使用一种自动机制来确定波特率。 某些STM32器件中内置的USART外设提供许多功能,包括硬件自动波特率检测。 本应用笔记旨在介绍STM32微控制器的自动波特率检测功能,并为没有在硬件中实现此功能 的STM32器件提供替代软件方法。