SDCard Unset Alignment Slows Transfer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SDCard Unset Alignment Slows Transfer

877 次查看
leifzars
Contributor IV

The spi sdcard driver does not set the sdcard_struct alignment variable. It has a value of zero.

This prevents MFS from direct writing the applications buffer, incurring a an additional memcpy. 

Can we not know the alignment, or maybe default it to 1 instead of zero?

标记 (4)
0 项奖励
回复
1 回复

731 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Leif Zars

I think it is OK to set the alignment value to 1 , which means no special requirement.

Regards

Daniel

0 项奖励
回复