代码搜索:RAM
找到约 10,000 项符合「RAM」的源代码
代码结果 10,000
www.eeworm.com/read/371063/9569760
ini ram.ini
/***********************************************************************/
/* This file is part of the ARM Compiler package */
/* Copyright KEIL ELEKTRONIK GmbH 1992-2004
www.eeworm.com/read/170457/9806355
vhd ram.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity ram is
generic(width: integer := 2; -- used to change the memory data's width
www.eeworm.com/read/170327/9810201
ld ram.ld
/***********************************************************************/
/* */
/* RAM.ld: Linker Script File
www.eeworm.com/read/365390/9864639
asm ram.asm
;*******************************************************************************
;*******************************************************************************
;*
www.eeworm.com/read/365390/9864813
rel ram.rel
www.eeworm.com/read/365390/9864818
lst ram.lst
Copyright(C) TOSHIBA CORPORATION 1997-2003 All rights reserved
Mon Sep 03 09:08:48 2007
TLCS-870/C Relocatable Assembler (32) V1.0e [Page 1] RAM.lst
Runtime option : C:\Program Files\TOSHI
www.eeworm.com/read/364565/9903579
c ram.c
#include
#include
void RAM_initial(void)
{
EECON1 = 0x84;//使用flash空间,可写
MEMCON = 0x00;//外部数据线使能
}
void RS232_initial(void)
{
TRISC = 0X80;//c对应口input
TXSTA =
www.eeworm.com/read/168639/9903921
asm ram.asm
;==============RAM测试=====================
tx1714 EQU 7FFH
PA EQU 05H
PB EQU 06H
PC EQU 07H
PD EQU 20H
IAR EQU 00H ;间接寻址寄存器
www.eeworm.com/read/168571/9907239
c ram.c
/*write 1 byte to RAM*/
void RamByteWR(uchar RowAdr, uchar ColumnAdr, uchar ramdata)
{
RAM_OE = 1;
RAMA8_14 = (RAMA8_14&0x80)|(RowAdr&0x7F);
P74OUT |= 0x30;/*P6 pull up*/
RAMD0_7 = ColumnAdr
www.eeworm.com/read/364351/9911916
qsf ram.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu