Question about MPC8280's SDRAM machine

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Question about MPC8280's SDRAM machine

Jump to solution
886 Views
春新张
Contributor I

Hi All,

Here is a project use MPC8280. I use SDRAM machine connect SDRAM(32M16A2).The SDRAM have 4 internal banks, 13 rows, and 10 columns.

I  reference 《MPC8280RM Rev. 1, 12/2005》,11.4.5.2 SDRAM Address Multiplexing (SDAM and BSMA),but still have same

questions.

The reference book have examples,but all the examples are about SDRAM devices that have 4 internal banks, 12 rows, and 9 columns.

I copy the tables below.

My question is:

what is the meaning "-",is that I cann't use the pin?

for example I set SDMR[SDAM] = 100; Can I use A[14–15] for bank select pins?

未命名.bmp

0 Kudos
1 Solution
718 Views
Bulat
NXP Employee
NXP Employee

"-" in the table means no address muxing for SDRAM's address signals during ACTIVATE command. This does not relate to the bank select signals, only to address ones. Muxing of bank select signals is defined by the xSDRAM[BSMA] field. The answer to your question: yes, you can use A[14–15] as bank selects if xSDRAM[BSMA] is properly set (BSMA=0b001).

View solution in original post

0 Kudos
4 Replies
718 Views
lunminliang
NXP Employee
NXP Employee

Sorry, I made a mistake here. The Table 11-20 is for address multiplexing of row address, here "-" means for that "SDAM" configuration the physical address kine will not ouput mux address. A[14-15] can be used for bank select if configured by BSMA.

0 Kudos
718 Views
alexander_yakov
NXP Employee
NXP Employee

Just to add to the Bulat' response - this setup "4 internal banks, 13 rows, and 10 columns" is described as Example 1 in application note AN2165 "MPC8260 SDRAM Support".

http://cache.freescale.com/files/32bit/doc/app_note/AN2165.pdf

0 Kudos
719 Views
Bulat
NXP Employee
NXP Employee

"-" in the table means no address muxing for SDRAM's address signals during ACTIVATE command. This does not relate to the bank select signals, only to address ones. Muxing of bank select signals is defined by the xSDRAM[BSMA] field. The answer to your question: yes, you can use A[14–15] as bank selects if xSDRAM[BSMA] is properly set (BSMA=0b001).

0 Kudos
718 Views
lunminliang
NXP Employee
NXP Employee

I am afraid no, if setting SDAM to be "100", you can not use A14 and A15.

0 Kudos