Problem facing while working with SRAM.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Problem facing while working with SRAM.

2,287件の閲覧回数
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,994件の閲覧回数
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,994件の閲覧回数
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,994件の閲覧回数
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,994件の閲覧回数
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 件の賞賛
返信