查看: 1870|回复: 0

BF518F的EBIU与FPGA接口问题

[复制链接]

该用户从未签到

发表于 2013-11-13 00:17:48 | 显示全部楼层 |阅读模式
分享到:
<div id="textstyle_0" style="font-size: 14px">自己画的BF518F的板子,通过EBIU以异步存储访问FPGA内部自己设计的256字节双口RAM,接口信号用了下面的信号线:
A[19:1],D[15:0],AMS[3-0],ABE[1:0],ARE,AWE,
其中数据线D[15:0]采用245驱动,AMS[3-0],ARE,AWE均有上拉电阻。
写了个测试程序
/*******************************************************************
*  global variables and defines
*******************************************************************/
#define pDebugLed  (volatile unsigned short *)0x20000000
//#define START_ADDR   0xFF800000 /* start address on EZ-Board */
/*******************************************************************
*   Function:    Init_EBIU
*   Description: This function initializes EBIU interface.
*******************************************************************/
void Init_EBIU(void);

int main( void )
{
int i;
int DelayValue=5000000;
/* Begin adding your custom code here */
Init_EBIU();
while(1)
{
      *pDebugLed = 0x0000;
        for(i=0;i
回复

使用道具 举报

您需要登录后才可以回帖 注册/登录

本版积分规则

关闭

站长推荐上一条 /4 下一条



手机版|小黑屋|与非网

GMT+8, 2024-11-23 15:51 , Processed in 0.106700 second(s), 15 queries , MemCache On.

ICP经营许可证 苏B2-20140176  苏ICP备14012660号-2   苏州灵动帧格网络科技有限公司 版权所有.

苏公网安备 32059002001037号

Powered by Discuz! X3.4

Copyright © 2001-2024, Tencent Cloud.