Search found 17 matches

by marssystems
Thu Jan 09, 2014 9:42 pm
Forum: General Questions
Topic: Where to buy?
Replies: 9
Views: 11763

Re: Where to buy?

Digikey in the UK have 11 for immediate delivery - check them out:-

http://www.digikey.co.uk/product-search ... 773?k=xmos
by marssystems
Wed Jan 08, 2014 6:47 pm
Forum: General Questions
Topic: How to declare Push-button on startKIT?
Replies: 6
Views: 20031

Re: How to declare Push-button on startKIT?

OK - thanks for that. I'll see if I can't glean any more info from the startkit_gpio module as used in the Demo examples.
by marssystems
Wed Jan 08, 2014 5:34 pm
Forum: General Questions
Topic: How to declare Push-button on startKIT?
Replies: 6
Views: 20031

Re: How to declare Push-button on startKIT?

I already have port p32 defined like this:- port p32 = XS1_PORT_32A; //PORT 32A int leds[10] = { 0b01111111111111111111, //LED A1 0b10111111111111111111, //LED B1 0b11011111111111111111, //LED C1 0b11111110111111111111, //LED A2 0b11111111011111111111, //LED B2 0b11111111101111111111, //LED C2 0b111...
by marssystems
Wed Jan 08, 2014 5:32 pm
Forum: General Questions
Topic: How to declare Push-button on startKIT?
Replies: 6
Views: 20031

How to declare Push-button on startKIT?

<t>How do I define the push-button on the startKIT?<br/> <br/> The documentation isn't clear on this neither are the demos that use the push-button.<br/> <br/> Do I need to define the 32bit port first and then define the button?<br/> <br/>  <br/> <br/> #define out port p32 = XS1_PORT_32A;<br/> <br/>...
by marssystems
Wed Jan 08, 2014 11:34 am
Forum: Q&A
Topic: How to declare Push-button on startKIT?
Replies: 1
Views: 2983

How to declare Push-button on startKIT?

<t>How do I define the push-button on the startKIT?<br/> <br/> The documentation isn't clear on this neither are the demos that use the push-button.<br/> <br/> Do I need to define the 32bit port first and then define the button?<br/> <br/>  <br/> <br/> #define out port p32 = XS1_PORT_32A;<br/> <br/>...
by marssystems
Thu Jan 02, 2014 3:11 am
Forum: startKIT
Topic: Getting Started with the StarterKit
Replies: 46
Views: 36306

Re: Getting Started with the StarterKit

The device used on the startkit is a 2-tile 16-logical core device XS1-A16A-128-FB217 from which one tile and the USB interface is dedicated to the debugging interface.
by marssystems
Mon Dec 30, 2013 9:19 pm
Forum: startKIT
Topic: Getting Started with the StarterKit
Replies: 46
Views: 36306

Re: Getting Started with the StarterKit

I see - thanks for the clarification.
I've never had any problems with this, as its easily dealt with in software, once the 9-bit word is received.
by marssystems
Mon Dec 30, 2013 8:49 pm
Forum: startKIT
Topic: Getting Started with the StarterKit
Replies: 46
Views: 36306

Re: Getting Started with the StarterKit

9-bit SPI? How does that work then?
SPI is a 4 wire Master/Slave setup so you will never need more than 4 pins to connect to.
by marssystems
Mon Dec 30, 2013 2:50 pm
Forum: startKIT
Topic: Getting Started with the StarterKit
Replies: 46
Views: 36306

Re: Getting Started with the StarterKit

It sounds like you don't have a 'Live' internet connection - check your router.