bulk I/O transfer with channels and ports

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
User avatar
Gravis
Experienced Member
Posts: 75
Joined: Thu Feb 02, 2012 3:32 pm

bulk I/O transfer with channels and ports

Post by Gravis »

how can i send/recieve say, 1000 bytes over a channel or port without having to use a for loop to send a single byte/int at a time?


User avatar
Folknology
XCore Legend
Posts: 1274
Joined: Thu Dec 10, 2009 10:20 pm
Contact:

Post by Folknology »

Hi Gravis

Take a look at Transactions in XC these support master/slave multiple byte transfers

http://www.xmos.com/xc-programming-guid ... t=1&page=2

Its a good place to start and reduces larger transfer overheads

regards
Al
Post Reply