Multi-Uart On XK-1A

Technical discussions related to any XMOS development kit or reference design. Eg XK-1A, sliceKIT, etc.
Post Reply
Alexb
Member
Posts: 10
Joined: Tue Apr 03, 2012 1:35 pm

Multi-Uart On XK-1A

Post by Alexb »

Hi,

I'm trying to use the Multi-Uart module on my XK-1A but when I run the Demo it gives me this error : xrun: Number of nodes in binary does not match the device

Can I use this module on the XK-1A?

Thanks

Alexandre


User avatar
Berni
Respected Member
Posts: 363
Joined: Thu Dec 10, 2009 10:17 pm
Contact:

Post by Berni »

The XK-1 has only one core and you are likely trying to run code that is meant to run on multiple cores. Remove all the "on stdcore[x]" and it should work unless it needs too much memory or threads
User avatar
Bianco
XCore Expert
Posts: 754
Joined: Thu Dec 10, 2009 6:56 pm
Contact:

Post by Bianco »

Make sure you build it with the right target.
Post Reply