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?
Hi Leif Zars
I think it is OK to set the alignment value to 1 , which means no special requirement.
Regards
Daniel