What am i set length for xferdata(buf, length)?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Hi

   

I use slave fifo bulk mode. And 512x4 quad mode. 

   

Then What am i set length for xferdata(buf, length)? 512? Or 1024?

0 Likes
1 Reply
Anonymous
Not applicable

 len can be the total file size you are trying to read.

   

Internally it will be split in 512 bytes transactions.

0 Likes