What is difference between 4bit and 8bit sdio mode?

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

What is difference between 4bit and 8bit sdio mode?

ソリューションへジャンプ
7,689件の閲覧回数
pt
Senior Contributor I

Hi Qiang_FSL, PeterChan

Did  MCIMX28EVK use 8 bit sdio mode or 4 bit sdio mode?

Regards

Pt

ラベル(1)
タグ(3)
0 件の賞賛
返信
1 解決策
6,331件の閲覧回数
qiang_li-mpu_se
NXP Employee
NXP Employee

Yes, the two SD socket on iMX28 supports 8 bits mode on iMX28 EVK board.

static struct mxs_mmc_platform_data mmc0_data = {

...

.caps   = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA

    | MMC_CAP_DATA_DDR,

...

};

static struct mxs_mmc_platform_data mmc1_data = {

...

.caps   = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA

    | MMC_CAP_DATA_DDR,

...

};

元の投稿で解決策を見る

0 件の賞賛
返信
5 返答(返信)
6,331件の閲覧回数
qiang_li-mpu_se
NXP Employee
NXP Employee

Hi Pt, till SDIO 3.0 specification, there is only 4 bit SDIO mode, no 8 bit SDIO mode was defined. Only eMMC was defined for 8 bits mode, for iMX28, it can support 8 bits mode too.

6,331件の閲覧回数
pt
Senior Contributor I

Did MCIMX28EVK use 8-bit mode?

0 件の賞賛
返信
6,332件の閲覧回数
qiang_li-mpu_se
NXP Employee
NXP Employee

Yes, the two SD socket on iMX28 supports 8 bits mode on iMX28 EVK board.

static struct mxs_mmc_platform_data mmc0_data = {

...

.caps   = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA

    | MMC_CAP_DATA_DDR,

...

};

static struct mxs_mmc_platform_data mmc1_data = {

...

.caps   = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA

    | MMC_CAP_DATA_DDR,

...

};

0 件の賞賛
返信
6,331件の閲覧回数
pt
Senior Contributor I

Hi Qiang_FSL

Thank you. What is the advantage of 8 bit mode? For our customized board we are providing a sd card socket. is 4bit mode enough for that?

Regards

Pt

0 件の賞賛
返信
6,331件の閲覧回数
chrdcv
Contributor II

IMHO, I think that the main advantage of 8bit mode concern into the speed for data reading, as observed in the eMMC. The writting not suffer some speed-up as reading when use 8bits instead of 4bits.

0 件の賞賛
返信