How to transfer data in the firmware with the auto DMA channel?

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

cross mob
waxi_1305956
Level 3
Level 3

I use the fx3,i creat an auto DMA channel,can i transfer data in the firmware?which function should to call to do this?

0 Likes
1 Reply
Anonymous
Not applicable

Hi,

   

You can use the CyU3PDmaChannelSetupSendBuffer and CyU3PDmaChannelSetupReceiveBuffer APIs. Please refer the API guide for more details.

   

These APIs must be called when the channel is in reset state.

   

Regards,

   

-Madhu Sudhan

0 Likes