MPC5675 EBI application issue

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

MPC5675 EBI application issue

381件の閲覧回数
GaoYuann
Contributor I

in our EBI application, we only used these low address pins (A27-A31), so we have designed the other unused addr pins as GPIO function. 

so, in our software, we configured the EBI addr pins A27-A31 as EBI function, while A8-A26 as GPIO function. 

the problem is that it would lead to a address-access-error-liking exception when CPU want to operate a EBI reading/writing. to fix this problem, i tried to configure all EBI addr pins as EBI function, and the issue got solved, meanwhile, the GPIO function can not work.

in our EBI usage, we only used a small number of addr pins, if the other ADDR pins can not be used as other functions, the pin resourse would get very strained. 

can anybody help me with this problem?

thanks a lot.

0 件の賞賛
返信
2 返答(返信)

367件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

If you are using 8-bit data bus, this would be correct setting. However there are also data pins that is needed to use (can also be muxed with addresses).

Following signals are also routed to he same pins where adx is either address/data or data and addx are address lines only.

ad8-add24
ad9-add25
ad10-add26
ad11-add27
ad12-add28
ad13-add29
ad14-add30
ad15-add31

Pay attention to DBM bit in EBI_MCR. Only pins that are not used for any EBI purpose may be used as GPIO.

Could you show me you connection schematic (only EBI pins and memory)?

0 件の賞賛
返信

354件の閲覧回数
GaoYuann
Contributor I

GaoYuann_1-1702018229955.png

 

thanks,david.

here is our EBI application schematic.

 

0 件の賞賛
返信