i2c command at usb tile,how to do?

New to XMOS and XCore? Get started here.
Post Reply
afaf
Member++
Posts: 16
Joined: Mon Apr 09, 2018 10:46 am

i2c command at usb tile,how to do?

Post by afaf »

target is app_usb_aud_xk_216_mc,
if i want use some dac i2c command at usb tile[],
how to do it?
(i2c/ usb is in a diff tile[])


User avatar
infiniteimprobability
XCore Legend
Posts: 1126
Joined: Thu May 27, 2010 10:08 am
Contact:

Post by infiniteimprobability »

You will need a remote server somehow if you want to go cross tile. You could either program one yourself or you could replace sc_i2c with lib_i2c which supports this along with multiple clients.
Post Reply