代码搜索结果
找到约 5,134 项符合
USART 的代码
usart.c
/* filename: usart.c */
#include "stm32f10x_lib.h"
#include "usart.h"
void USART_Config(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
USART_InitTypeDef USART_InitStructure;
RCC_A
usart.plg
礦ision3 Build Log
Project:
E:\STM32-EVAL项目\STM32_program_file\USART\uvsion\USART.uv2
Project File Date: 10/07/2007
Output:
usart.plg
礦ision3 Build Log
Project:
E:\STM32-EVAL项目\STM32_program_file\complete project\complete_over\USART\uvsion\USART.uv2
Project File Date: 11/06/2007
O
usart.tra
*** Creating Trace Output File '..\obj\USART.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"..\obj\cortexm3_macro.o"'
### List of Objects: adding
usart.h
/*This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief USART driver library.
*
*
usart.c
/*This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief USART driver library.
*
*
usart.c
/*----------------------------------------------------------------------------
* Name: Usart.c
* Purpose: USART usage for STM32
* Version: V1.00
*-------------------------------------------
usart.o.d
obj/usart.o: usart.c d:/WinAVR/avr/include/avr/io.h \
d:/WinAVR/avr/include/avr/sfr_defs.h d:/WinAVR/avr/include/inttypes.h \
d:/WinAVR/avr/include/stdint.h d:/WinAVR/avr/include/avr/iom8.h \
usart.o.d
usart.o: ../usart.c c:/winavr/bin/../avr/include/avr/io.h \
c:/winavr/bin/../avr/include/avr/sfr_defs.h \
c:/winavr/bin/../avr/include/inttypes.h \
c:/winavr/bin/../avr/include/stdint.h \
usart.c
//实验目的:熟悉<mark>USART</mark>通信
//通过“串口调试助手”协助工作
//串口调试助手发送数据给877,877收到后再转发回串口助手
//硬件要求:拨码开关S7全置ON,其他拨码开关置OFF
#include //包含单片机内部资源预定义
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低 ...