help with raid1 example code

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

cross mob
MoLa_3842091
Level 3
Level 3
5 likes given First like given

Regarding Raid1 example code, in the CyFxMscApplnDmaCb () function, is the "CyU3PDmaBuffer_t dmaBuf = input->buffer_p" used to hold the read/write operation when data is transfered between to/from sdCard via dma?

any helpful answer is appriciated

0 Likes
1 Solution
KandlaguntaR_36
Moderator
Moderator
Moderator
25 solutions authored 10 solutions authored 5 solutions authored

Yes, dmaBuf in Dma callback function holds data when there is a read/write operation.

You cannot modify the data when the dma channel is AUTO. You can modify in Manual channel.

View solution in original post

6 Replies