This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x GPMC CS setting

Guru 15520 points

Hi,

I have a question about AM335x GPMC.

Because of pin mux, I'm thinking of GPMC_CONFIG7_i setup for
each Chip Select as follow:
=======================================================
CS0(256MB) : BASEADDRESS = 0x00, Mask Field = 0x0

CS1(128MB) : BASEADDRESS = 0x10, Mask Field = 0x8

CS2(not used) : BASEADDRESS = default, Mask Field = default, CSVALID = disable

CS3(64MB)  : BASEADDRESS = 0x18, Mask Field = 0xC

CS4(not used) : BASEADDRESS = default, Mask Field = default, CSVALID = disable

CS5(64MB)  : BASEADDRESS = 0x1C, Mask Field = 0xC

CS6(not used) : BASEADDRESS = default, Mask Field = default, CSVALID = disable
===========================================================

Is there any problem with my setting?
What I wan to know is do I need to use sequential CSn?

best regards,
g.f.