Dual XC-1As

XCore Project reviews, ideas, videos and proposals.
User avatar
tomcarter259
Member++
Posts: 28
Joined: Tue Mar 15, 2011 3:29 pm

Dual XC-1As

Post by tomcarter259 »

Version: 1
Status: Complete
License: MIT
Download: https://github.com/tomcarter259/Dual-XC-1A

An example of connecting two XC-1A development boards together via XMOS links. This project includes a detailed walkthrough of how to build the links and then how to boot up the two boards so that the links are established. The example program attempts to communicate over the links, outputting to the terminal and turning on the button LEDs to indicate success.
This project was adapted from an example of connecting two XMOS XC-1 booads by Martin Young.
Images:


wardy
Active Member
Posts: 37
Joined: Tue Jul 06, 2010 2:26 pm

Post by wardy »

Hi,

you beat me to it - very nice!

Have you written anything other than the initial startup code to test them running in dual configuration?
User avatar
tomcarter259
Member++
Posts: 28
Joined: Tue Mar 15, 2011 3:29 pm

Post by tomcarter259 »

Hi Wardy

I haven't done anything other than the startup code included in the project with the dual setup. I used this as more of a stepping stone to getting the quad setup working. That has had a lot of use in a project I am working on with plenty of traffic flowing over the links, but no speed or benchmark testing if that's what you're interested in.