Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 28, 2024, 07:00:25 19:00


Login with username, password and session length


Pages: [1]
Print
Author Topic: XMOS, Anyone?  (Read 3600 times)
0 Members and 1 Guest are viewing this topic.
Ichan
Hero Member
*****
Offline Offline

Posts: 833

Thank You
-Given: 312
-Receive: 392



WWW
« on: December 01, 2014, 05:30:27 17:30 »

I just saw a cheap XMOS starter kit on my component shopping at digikey, order one without knowing that thing:

http://www.digikey.com/product-detail/en/XK-STK-A8DEV/880-1066-ND/4485710

Would like to hear some opinion and experiences about this Multicore Microcontroller.

Interesting that the corresponding chip itself is more expensive than the kit:

http://www.digikey.com/product-detail/en/XS1-A8A-64-FB96-C5/880-1073-ND/4755503

-ichan
Logged

There is Gray, not only Black or White.
solutions
Hero Member
*****
Offline Offline

Posts: 1823

Thank You
-Given: 655
-Receive: 900



« Reply #1 on: December 02, 2014, 01:24:37 01:24 »

Do you really want to get in bed with a company that pulls pricing stunts?

Eval board vs individual part. Unit qty pricing only.

For a one off, who cares, but if you're building a few and assuming you are not boardspace constrained, you can buy four ARM micros for four bucks.

If it seems like a company has clueless semiconductor marketers, my recommendation is to give them a wide berth. Especially a startup where you may not find any parts in a couple of years.
Logged
Ichan
Hero Member
*****
Offline Offline

Posts: 833

Thank You
-Given: 312
-Receive: 392



WWW
« Reply #2 on: December 02, 2014, 06:51:51 18:51 »

Do you really want to get in bed with a company that pulls pricing stunts?

NO, only with girls...  Grin

I am interested with "Multicore" word, how good is that? How it compare to single core?

-ichan
Logged

There is Gray, not only Black or White.
edaudo
Junior Member
**
Offline Offline

Posts: 42

Thank You
-Given: 55
-Receive: 95


« Reply #3 on: June 03, 2015, 01:22:45 13:22 »

'Multicore how good is that?'

As with all multicores, if there's nothing you can divide in parallel threads you don't profit. If module B depends on the result of module A you have to wait.

I used the X1 and X2 in two designs in 2012/2013, in 2014 the company I work for decided to move away from XMOS.

Historically there are two ideas behind the x-core concept:

1. you don't need a specialized chip, you need a universal processor that it is fast enough to emulate any function in software. This was the idea behind the Scenix SX controller, not a controller plus UART, I2C, Timer etc. but a controller that can run any peripherial it needs in software. Thus the SX was designed for 100MHz MHz compared to a 8 MHz PIC (in the mid/late 1990s) and it came in only two flavours depending on the number of IOs not in 50 variants like some Motorola MCUs.

2. combine several of those chips and you can run a larger number of soft-peripherials and more important you can run them in parallel. That's the evolution of the SX called Parallax Propeller. (Even the idea of parallel computing is much older than the Propeller. e.g. late 1980s T800 'Transputer' by INMOS)

Going further...

The x-core again is much faster. 100MIPS/core -vs- 20MIPS/core (Propeller)
The x-core has a combined intra- and inter-chip communication controller (x-link), it's not limited to the number of internal cores, you can build an array of 32, 64, 128 and more cores.
Nevertheless the basic idea is the same, a bunch of similar cores that do almost everything in software (btw. the USB interface is hardware), this is very flexible but has one drawback, you have to code everything.

If you have to apply e.g. several filters or weighting functions to a set of data you can really speed up your application by using this type of multicore processors.

Processing an image you can divide the image in 8 parts and each core applies the filter to one part. In theory this is 8 times faster, in practice about 6 times.

I designed a 9 sensor application were each sensor has it's own dedicated task/core including a Kalman filter, it runs on 16 core X2. The older single core design (PIC32) needed about 70% of CPU time to readout the sensors and compute the Kalman functions, now these are only 9 out of 15 background tasks. That gives me 100MIPS for soley the main loop compared to 80MIPS for the complete application before. The costs are about 3 times higher, aprox. 20$ if you count in the extra USB PHY the X2 needs.


Resume: The chip itself is very fine, the company behind...

The tools are somewhat instable and inconsistent. Adding new features seems to be more important than bug fixes.

Family inconsistents. e.g. X1/X2 code is incompatible with X4 because the x-link controller is different.

Don't rely on the roadmap, they promised chips with more cores, finally their newest highlight in 2013 was less X-cores + 1 ARM core bundled (XA family).

In 2011 support was said to be free for volume customers, 2014 they decided to change this to 5,000$/p.a. for now called 'PRO customers'.

The audio/video streaming solution was advertised as all inclusive - dev tools, libraries, reference design and source code. Well, on the chip side this was true, but the high speed Windows drivers are part of a 'host development kit' extra costs starting at 10,000$, the fully customizable driver is 40,000$. - No word on this when we ordered the development kits.

Please note, the above said is my personal experience from the past, the mentioned chips X1/X2/X4 are now obsolete and things may have changed with the newer families. Their support and customer care might be better today, but I don't know. I liked the x-core but it wasn't easy to get reliable results with the information, tools and support provided.
Logged
Ichan
Hero Member
*****
Offline Offline

Posts: 833

Thank You
-Given: 312
-Receive: 392



WWW
« Reply #4 on: June 04, 2015, 04:45:02 16:45 »

That is a very enlighten explanation, greats to you.

I have that dev kit somewhere here, not playing with it yet as i do not know good application for it.

-ichan
Logged

There is Gray, not only Black or White.
Lorien
Junior Member
**
Offline Offline

Posts: 55

Thank You
-Given: 73
-Receive: 12


« Reply #5 on: July 08, 2015, 08:43:35 20:43 »

  They haven't change their politics regarding "Pro" versus "ordinary" customers. You can easily see on Digikey where there's a reasonable price tag tied to their "Xtime Composer Enterprise edition". Just look here: http://www.digikey.com/product-search/en/programmers-development-systems/software-services/2621591?k=xmos
  Sadly for me, I have a product based on their audio solution, started back in 2010 when things were more "for fun" than for profit and things looked good for me (and many others). Meanwhile, I would simply say that if I'll find another alternative for my products, I'll leave XMOS asap. The big problem behind this is not the chips itself (which are good to some extent) but the company, the peoples behind which treated me like a garbage in my closest past and their lack of reaction for some of the problems that affect their customers and, the whole business they started. I'm sorry to say this but right now I'm in the middle of a huge problem without a solution, solution which had to come from XMOS with their partner Thesycon. I'll avoid sharing more details as long as there are many copycats around which are barely wait for a moment to steal something from others but, the bottom line regarding XMOS is: if there's no huge profit then you don't exist. 
 
Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC