代码搜索结果
找到约 10,000 项符合
UART 的代码
tb_uart.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Sun Mar 15 21:55:02 涓?鍥芥爣鍑嗘椂闂? 2009
##
vlib work
vcom -93 -explicit baud.vhd
vcom -93 -explicit reciever.vhd
vcom
uart01.gfl
# Bencher : Creating project file
tb_uart_bencher.prj
# ProjNav -> New Source -> TBW
tb_uart.vhw
tb_uart.ano
tb_uart.tfw
tb_uart.ant
# Bencher : Creating project file
tb_uart_bencher.prj
# Pr
tb_uart.udo
-- ProjNav VHDL simulation template: tb_uart.udo
-- You may edit this file after the line that starts with
-- '-- START' to customize your simulation
-- START user-defined simulation commands
tb_uart.tbw
version 3
f:\data file\uart01\uart.vhd
top
VHDL
VHDL
tb_uart.xwv
Clocked
-
-
90000000000
ns
GSR:false
PRLD:false
100000000
CLOCK_LIST_BEGIN
clk32mhz
100000000
100000000
15000000
150
bl_uart.h
//*****************************************************************************
//
// bl_uart.h - Definitions for the UART transport functions.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
bl_uart.c
//*****************************************************************************
//
// bl_uart.c - Functions to transfer data via the UART port.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
bl_uart.h
//*****************************************************************************
//
// bl_uart.h - Definitions for the UART transport functions.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
bl_uart.c
//*****************************************************************************
//
// bl_uart.c - Functions to transfer data via the UART port.
//
// Copyright (c) 2006-2007 Luminary Micro, Inc.
uart_test.s
;使GPIO Port B作为输出口
AREA PROGRAM, CODE, READONLY
LEDFLASH EQU 0x61
PORTADIR EQU 0xFF
PORTDDIR EQU 0x00
PORTB EQU 0x0F
PORTA EQU 0xAA
PORTD EQU 0x2
soft_uart.c
/*
用定时器 T0 或 T1 模拟串行口程序。
最高波特率(12 clock):
本程序收、发波特率相同。
11.059MHz -- 最高波特率 收: 9600, 最低波特率:300
30.000MHz -- 最高波特率 收: 28800 最低波特率:300
40.000MHz -- 最高波特率 收: 38400 最低波特率:30