MK64 FlexBus FB_RW

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

MK64 FlexBus FB_RW

跳至解决方案
208 次查看
DINGii
Contributor II

I'm using MK64, the FB_RW keeps being low after the write operation is finished, and the FB_RW returns high after the read operation, which seems to be 6800 mode, I need 8080 mode

0 项奖励
回复
1 解答
177 次查看
DINGii
Contributor II

DINGii_0-1717192583689.png

The DM9000 write timing is shown in the figure, how does the MK64 FlexBUS implement it?

在原帖中查看解决方案

0 项奖励
回复
4 回复数
185 次查看
DINGii
Contributor II

DINGii_0-1717192140252.png

As you can see from the graph, the FB_RW stays low after the data is written

0 项奖励
回复
136 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

From the attached  FlexBus timing, it is incorrect, at least, the data bus should be valid until the rising edge of /CS signal.

Pls try different parameter in the FB_CSCRn register, especially, WRAH and WS bits, do not use burst mode, set AA bit in 1.

Pls have  a try.

BR

XiangJun Rong

 

0 项奖励
回复
193 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

The Flex_Bus of K64 is in 8086 mode instead of 68K mode.

This is the reading timing:

xiangjun_rong_0-1717141109471.png

This is writing timing:

xiangjun_rong_1-1717141202761.png

Compare the two timing, you can see that the /FB_OE  low and the FB_RW high are observed in reading timing, the /FB_OE  high and the FB_RW low are observed in writing timing.

If the timing is 68K mode, the /FB_OE is always low no matter whether it is reading or writing.

Hope it can help you

BR

XiangJun Rong

 

0 项奖励
回复
178 次查看
DINGii
Contributor II

DINGii_0-1717192583689.png

The DM9000 write timing is shown in the figure, how does the MK64 FlexBUS implement it?

0 项奖励
回复