What is the meaning of the setting value of WEIM_ADDRS(page-1545) in the MCIMX7D RM

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

What is the meaning of the setting value of WEIM_ADDRS(page-1545) in the MCIMX7D RM

Jump to solution
505 Views
tamotsu
Contributor III

Hello.

I don't understand the meaning of the WEIM_ADDRS(page-1545) setting value in the MCIMX7D refernce manual.

Posible values for EIM-CS are 128MB, 64MB, 32MB and 0MB.

The value at reset is 0x10, whitch is explained as 128MB.

I want to set to 4 CSs. Please tell me the value of set. And please tell me its meaning.

Best regards.

 

 

0 Kudos
1 Solution
415 Views
jimmychan
NXP TechSupport
NXP TechSupport

WEIM_ACT_CS0=1, WEIM_ADDRS0=01

WEIM_ACT_CS1=1, WEIM_ADDRS1=00

WEIM_ACT_CS2=1, WEIM_ADDRS2=00

 

View solution in original post

0 Kudos
4 Replies
486 Views
jimmychan
NXP TechSupport
NXP TechSupport

The supported configurations are:
CS0(128M), CS1 (0M), CS2 (0M), CS3(0M) [default configuration]
CS0(64M), CS1(64M), CS2(0M), CS3(0M)
CS0(64M), CS1(32M), CS2(32M), CS3(0M)
CS0(32M), CS1(32M), CS2(32M), CS3(32M)

 

WEIM_ADDRSx[ ]

00 = 32 MByte
01 = 64 MByte
10 = 128 MByte

0 Kudos
422 Views
tamotsu
Contributor III

Hello jimmychan.

For example 0b01 to WEIM_ACT_CS0, 0b00 to WEIM_ACT_CS1, _CS2 and _CS3.

It becames CS0(64MB), CS1(32MB), CS2(32MB) and CS3(0MB), rigth?

0 Kudos
416 Views
jimmychan
NXP TechSupport
NXP TechSupport

WEIM_ACT_CS0=1, WEIM_ADDRS0=01

WEIM_ACT_CS1=1, WEIM_ADDRS1=00

WEIM_ACT_CS2=1, WEIM_ADDRS2=00

 

0 Kudos
493 Views
tamotsu
Contributor III

I'm sorry, there's a mistake.

The setting value was 0b10 instead of 0x10.

Best regards.

0 Kudos