Problem facing while working with SRAM.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Problem facing while working with SRAM.

2,281 次查看
ravitejaveeraga
Contributor II


I am working on SRAM using EBI communication. I am trying to write a bunch(1kilo bytes) of data to it. In that whole data write, two to three bytes of data is failing to write. As this is a parallel communication, i am unable to track the communication. I want to know, what are the major issue's we may face while working with EBI. And also i didnt understood nonmultiplex/multiplex mode. Did any having the data which explains this.

标签 (1)
4 回复数

1,988 次查看
ravitejaveeraga
Contributor II

1) MCU is MPC5777C.

2) Using my own prototype board.

MCR   = 0x00000801

BMCR = 0x0000FF80

pastedImage_0.png

I followed this configuration.

And below are the some of the configuration.

MCR  = 0x00000801

BMCR  = 0x0000FF80

0 项奖励
回复

1,988 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Could I see scheme of connection? Could I see piece of code using for EBI access? Have you tried to play with timing setup? Do you have more pieces of your prototype board? Still same issue?

0 项奖励
回复

1,988 次查看
ameyaranade
Contributor II

Multiplexed and Non-Multiplexed modes have to do with the total number of pins used for the interface. In Non-multiplexed mode Data and Address have dedicated pins.

In multiplexed mode the address is driven on the data pins during the address Phase hence lesser number of pins are required.

This Application note might help you understand better: http://www.nxp.com/files/32bit/doc/app_note/AN3854.pdf

1,988 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Please clarify used MCU and whether you are using EVB or your own prototype board. Also I would to know used configuration and detailed description of the issue. Thanks

0 项奖励
回复