代码搜索结果
找到约 10,000 项符合
USART 的代码
abstract.txt
The 'USART_Irq' project is a simple program for the STM32F103RBT6
using Keil 'MCBSTM32' Evaluation Board and demonstrating
the use of USART1 in interrupt driven mode.
Example functionality:
main.c
#include
#include
#include "usart.h"
#include "user_base_def.h"
#include "m_usart.h"
#include "gobal_ram.h"
void delay(uint n)
{
uint i;
uchar j;
for(i=0; i
ti_cc_msp430.h
//----------------------------------------------------------------------------
// Description: This file contains definitions specific to the specific MSP430
// chosen for this implementation. M
hardware.c
#include "stm32f10x_lib.h"
#include "stdio.h"
#include "hardware.h"
#define USARTx USART1 // USART1 is used
ErrorStatus HSEStartUpStatus;
void Hardware_Initial
uart_to_twi_m8._c
/*****************************************************************
ICC-AVR application builder : 2005-8-19 14:40:53
Target : M8
Crystal: 7.3728Mhz
// Crystal: 4.6080Mhz
实验:做usart串行通讯实验
目的:了解
uart_to_twi_m8._c
/*****************************************************************
ICC-AVR application builder : 2005-8-19 14:40:53
Target : M8
Crystal: 7.3728Mhz
// Crystal: 4.6080Mhz
实验:做usart串行通讯实验
目的:了解
sd_card.c
/******************************************************************
*Project :ATmega128 + tft320x240 + SD card + USART
*Author :Andy Zhu ---Digital Photo Frame(数码相框)
*Date :10.1-2008
*Other
system_init.c
/****************************************************************
提供商:成都浩然电子有限公司
网址:http://www.hschip.com
时间: 2007-11-6
说明:STM32F10x初始化
*********************************************************
system_init.c.bak
/****************************************************************
提供商:成都浩然电子有限公司
网址:http://www.hschip.com
时间: 2007-11-6
说明:STM32F10x初始化
*********************************************************
system_init.c
/****************************************************************
提供商:成都浩然电子有限公司
网址:http://www.hschip.com
时间: 2007-11-6
说明:STM32F10x初始化
*********************************************************