MPC8260 UPM and SRAM interfacing

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

MPC8260 UPM and SRAM interfacing

793件の閲覧回数
supriyoganguly
Contributor I

We have been using MPC8260. We have connected UPM with SRAM 1MB through FPGA. Port size = 16bit. From processor address lines, data lines, CS, BS, bctl0 and UPMWAIT is connected to FPGA. PSDVAL, TA and TEA are connected to pull ups. We found that after assertion(low) and de-assertion(high) of UPMWAIT, sometimes CS is still asserted. What is the possible reason and solution to this issue?@

タグ(1)
0 件の賞賛
返信
1 返信

675件の閲覧回数
r8070z
NXP Employee
NXP Employee


Have a great day,

I assume you operates in the single PQII bus mode (when connects external devices by using only the memory controller.

When the LAST bit is read in a RAM word, the current UPM pattern terminates. On the next cycle all the UPM signals should be negated (driven to logic ‘1’). However this negation will not occur if there is next a back-to-back UPM request pending. In this case the signals value on the cycle following the LAST bit, will be taken from the first line of the pending UPM routine.

  So I can imagine that while UPMWAIT freeze the current access the next request for UPM access may come and CS will be kept asserted for the next access.

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信