How do 32bit addresses map to K66 SDRAM address pins

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

How do 32bit addresses map to K66 SDRAM address pins

409 Views
jch4416
Contributor I

Hello,

In the K66 and K65 MCUs, how does a 32bit address in an instruction get translated to the SDRAM controller address pins A23-A9?

Thanks,

Jim

Labels (1)
0 Kudos
1 Reply

330 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Jim,

As you know that the SDRAM is connected to K65/66 via SDRAM controller, the SDRAM controller can generate the corresponding Column address and Row address to access SDRAM if the space is in the SDRAM range. For K65, the 0x8000_0000–0x8FFF_FFFF is SDRAM address space, after the SDRAM is initialized, when you access the above space, the SDRAM will generate the timing to access SDRAM, you can access the SDRAM  as you access the internal SRAM, you do not need consider the precharge/activate/refresh...

I do not know if you ask the connection between SDRAM and SDRAM controller, based on SDRAM chip column address and data width(32 bits/16 bits/8 bits), the K65 provides several tables, which tell you how to connect the address between SDRAM controller address and SDRAM address.

Hope it can help you

BR

Xiangjun rong

0 Kudos