<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/products/roadtest/f/forum/356/parallax-propeller-why-is-it-so-overlooked</link><description>So the parallax propeller is a 32bit 8 core micro. It is what I learned to electronics/embedded coding with! Its basically like having 8 AVR chips in one and never needing an interrupt. Currently im taking the time to learn PASM or Propeller Assembly</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Wed, 15 Mar 2017 04:39:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/products/roadtest/f/forum/356/parallax-propeller-why-is-it-so-overlooked" /><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/107881?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 04:39:10 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:72d69e20-b251-41d2-9b33-a20cd0fcdcc8</guid><dc:creator>mcb1</dc:creator><description>&lt;p style="margin:0;"&gt;12blocks is written by a guy here in Chch.&lt;/p&gt;&lt;p style="margin:0;"&gt;He&amp;#39;s a guru for the Parallex stuff and the IDe will interface to a large number of different platforms (inc Arduino)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;It&amp;#39;s a drag and drop style but it does have the code albeit with unique names.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Why are you answering a 1yr old conversation???&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/107880?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2017 04:30:49 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:084b657d-84f5-47b8-854c-bef09e0f55ce</guid><dc:creator>macisonline</dc:creator><description>&lt;p style="margin:0;"&gt;I have read that 12Blocks can help programming this chip.&amp;nbsp; Have you try this IDE?&amp;nbsp; Does it really have a good compiler? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/165370?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 21:27:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9466377d-3c25-477a-85d9-e61039d09e22</guid><dc:creator>rwgast</dc:creator><description>&lt;p style="margin:0;"&gt;@DAB &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Ya there is some neat things that can be done with it... I mean you have 16 counter that are independent hardware implementations, a 2MegaBaud UART&lt;strong&gt; and as I mentioned a scalable sigma delta ADC which is a speed vs resolution type of idea, this only requires careful layout and and passives. You can probably get a 20bit ADC with a dead bug layout if you dont want to design a mixed signal PCB for a manufacturing. I choose the propeller when I want pure determinism and speed, and do not mind laying out special peripheral chips as needed.&lt;strong style="font-size:13.3333px;"&gt; Plop a cypress FX2 on the pcb and now you have 480Mbit USB, and a wiznet or ESP2886 and you have wifi. A few differential/instramention amps and bob is your uncle!&lt;/strong&gt; Most of the time this works well because Im not going to wack a 24 bit dac on an atmega328. If determinism isnt very important and I can get buy with lack luster peripherals I will go with the AVR every time. I dont need a low noise hi res dac to display a battery voltage on a 16x2 lcd this is where AVR works great and it will drive a few relays to switch battery pack banks in and out with general purpose power to&amp;nbsp; spare!&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;My personal system is for my robot has a few SRAM and i2C EEPROMs on board along with a propeller chip and an atmega 328 (acually two one 328 runs that battery system, 16 2400ah NiMH split into eight cells and eight 8 cells. One 8 cell set runs motors the other 8 cell set runs everything else, the idea was to get the motor transients isolated all the way back to one single ground point between systems, directly on the battery pack.) The idea of the 328 connected to the propeller chip has an a 4 line bus between the the two chips, with jumpers on each connection (this supports i2c,spi, or 4 bit parallel com bus). This is so I can use the 328 as a pin extender its function is to read all the sensors buffer the data in to its sram and then the propeller poles the AVRs stored values. The propeller is reading the quad encoders and running motor control chips. Then the rest of its cogs are there to do make calculations on the data and move the robot in the appropriate way. This bot will eventually have 2 custom made laser scanners (using wii mote cameras) and an SBC with a CAM running openCV. The SBC will crunch all the measurement data from the lasers and openCV then send that off to the propeller who will think about the right move to make combining the SBC data along with the 328&amp;#39;s sonar and bump sensor data. Eventually SLAM will come to play, and maybe Parallela! But this is a clear case for the propeller. For those of you who haven&amp;#39;t seen what it can do I figured Id post some unique things, that I dont think other micros can do very easily&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://forums.parallax.com/discussion/105674/hook-an-antenna-to-your-propeller-and-listen-to-the-radio-new-shortwave-prog/p1" rel="nofollow ugc noopener" target="_blank" title="http://forums.parallax.com/discussion/105674/hook-an-antenna-to-your-propeller-and-listen-to-the-radio-new-shortwave-prog/p1"&gt;http://forums.parallax.com/discussion/105674/hook-an-antenna-to-your-propeller-and-listen-to-the-radio-new-shortwave-pro…&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://forums.parallax.com/discussion/129652/the-lassiter-inexpensive-lidar-distance-detection-ranging-propeller-wiimote" rel="nofollow ugc noopener" target="_blank" title="http://forums.parallax.com/discussion/129652/the-lassiter-inexpensive-lidar-distance-detection-ranging-propeller-wiimote"&gt;http://forums.parallax.com/discussion/129652/the-lassiter-inexpensive-lidar-distance-detection-ranging-propeller-wiimote&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://forums.parallax.com/discussion/131954/my-attempt-at-23k256-sram-drivers-includes-8-bit-version" rel="nofollow ugc noopener" target="_blank" title="http://forums.parallax.com/discussion/131954/my-attempt-at-23k256-sram-drivers-includes-8-bit-version"&gt;http://forums.parallax.com/discussion/131954/my-attempt-at-23k256-sram-drivers-includes-8-bit-version&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://learn.parallax.com/inspiration/triage-training-system" rel="nofollow ugc noopener" target="_blank" title="http://learn.parallax.com/inspiration/triage-training-system"&gt;Triage Training System | learn.parallax.com&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;There is all kinds of stuff 6502, 780 emulators that are deterministic, projects running CP/M on the prop etc... these links kind of show the diversity, there are alot of industerial control and RF projects out there too&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78660?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 19:32:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fe97a2da-c301-44f4-8687-bee6be6b713f</guid><dc:creator>DAB</dc:creator><description>&lt;p style="margin:0;"&gt;I took a look at the chip when it came out, but I was just not ready to move into a new computer system.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I always thought it had a lot of promise, but I did not have the time to look into how easily the eight processors could be exploited.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;DAB&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/187519?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 18:11:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4784e031-83c2-4d15-9a8c-28fa407ac859</guid><dc:creator>michaelkellett</dc:creator><description>&lt;p style="margin:0;"&gt;Yep, that&amp;#39;s what I meant when I said earlier that the XMOS has &amp;quot;special support logic&amp;quot; - it (and some other processors) are much better at bit banging than your normal micro.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Unfortunately the price that is paid for that (in the widest sense) has (so far) kept such processors out of the mainstream.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;There&amp;#39;s been a thread on E14 recently talking about the Snickerdoodle (I wish they had thought of&amp;nbsp; a less silly name) which is an even cheaper way of getting a Zynq (but no array processor).&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/181810?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 17:18:58 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b294c422-57c2-4cfc-ae2d-6a999637dd1e</guid><dc:creator>rwgast</dc:creator><description>&lt;div&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/members/michaelkellett"&gt;michaelkellett&lt;/a&gt;&lt;/span&gt; the cool thing about a propeller or even an xmos is the abaility to bit bit bang protocalls out in 1 core/cog&amp;nbsp; (im pretty sure you can get 20mhz spi in pasm) and still have room left over to do other tasks in that core. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I really have my eye on the paralella boards... with there zynq and the multi core they look awesome for sdr and other intensive applications.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x&lt;/p&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/181809?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 15:52:08 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5799cb40-b115-468f-ad12-4517b9525d60</guid><dc:creator>michaelkellett</dc:creator><description>&lt;p style="margin:0;"&gt;For my work stuff I use mainly ARM based micros with FPGAs for the hardware gymnastics (when required).&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I rather like the idea of all the esoteric chips but they&amp;#39;ve never looked convincing enough to actually use (Propellor, Parelella, XMOS, GreenArrays GA144 etc)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;re. Joey&amp;#39;s comment on I2C - I do often bit bang I2C on micros because I&amp;#39;ve had so much trouble with the built in stuff in the past. But it does mean that the micro is busy all the time it&amp;#39;s I2C-ing.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/165368?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 15:40:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1c1657a6-2fcc-4d3f-8f40-0f150f994658</guid><dc:creator>crjeder</dc:creator><description>&lt;p style="margin:0;"&gt;No problem with fan boys&amp;nbsp; &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-discussions-components-files/14/712751.contentimage_5F00_1.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/discussions/components/files/14/712751.contentimage_1.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=HY6No8TkgQqUiAwAgoG1xNl3YgoPNzjGLt7WBJp5nKc%3D&amp;amp;se=2026-08-22T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=zGEM7pHL10Vt71gae75OdA==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;I decided to go mainsteam (ARM) instead of niche (Xmos) despite I like the solutions in the niche products. PSoC and Xmos are very intresting (have dev boards lying aroud but no time to give them a closer look)&lt;/p&gt;&lt;p style="margin:0;"&gt;In the past I had an Inmos Transputer board which got me into programming but turned out to be not relevant on the market. Same with parallel programming, tile based rendering and many other technologies I had great hopes for. &lt;span style="font-size:10pt;line-height:1.5em;"&gt;For hobby it is ok to look besides the mainstream, but if you have to make your living it&amp;#39;s hard.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/165366?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 15:09:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c0eef6bd-ae5a-4451-82f2-b8b2a3fc6194</guid><dc:creator>rwgast</dc:creator><description>&lt;p style="margin:0;"&gt;The propeller can bitbang spi @ 10mhz+ and the Uart is 2Mbaud... It doesn&amp;#39;t have USB and a lot of other cool peripherals but theHALre coming in the prop 2. I personally think using a dedicated chip works just as well. I think ARM has taken off, it has the Arduino IDE on some chips and EMBed.. I think it would be more popular if the chips were easier across to port HAL layers across vendors and cortex 0/1/2/3/4 architectures. I have plenty of ARM boards which wont run Embed. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I guess I think of the propeller as having 8 little arduinos in one chip with internal lines to talk to each other. There is no need for interupts on the propeller architecture, but if you must have them they have been implemented in software. The propeller also has 16 hardware based counters which are fairly useful, Ive been reading a piece of software that uses 3 counters to receive RF and mix the IQ signals and output audio. This is all done with just an inductor antenna and a few other passives to make the props sigma delta A to D work. Which btw is very scale able up to 16 bits (most likely higher if proper care is taken during layout), its a resolution vs speed trade off.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The chip is very capable It is niche but it&amp;#39;s niche works very well for hobby robotics and automation. Its also much easier to program without interrupts the deterministic nature is great... you can count on things getting done in a certain amount of time without interrupts disturbing them. Im not trying to sound like a fan boy, I guess the real reason I wonder why the arduino took off over the propeller is because Parallax already had the hobby market with the basic stamp, so why did hobbyist pick a 16mhz single core mcu over an 80mhz 8 core mcu? I personally think the PSOC chips are great and wish they actually had the arduino market they are easy to use and the digital fabric allows you to get your feet wet with an HDL when your ready, on top of being an ARM core.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/165365?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 14:47:08 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:cc042726-ef41-434c-90de-32710560227a</guid><dc:creator>screamingtiger</dc:creator><description>&lt;p style="margin:0;"&gt;Don&amp;#39;t forget if it is implemented in software, it can conflict with resources since it will usually use one or more of the built in timers, ISRs etc..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78608?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 14:18:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ea8bbdbf-2ffb-4ca2-aea0-9eeb60cae8ab</guid><dc:creator>crjeder</dc:creator><description>&lt;blockquote class="jive-quote"&gt;
&lt;p style="margin:0;"&gt;&lt;span style="color:#333333;font-family:Verdana;font-size:12px;"&gt;Anything in hardware is going to be 1000 times faster than in software.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;p style="margin:0;"&gt;True. But I2C standard speed of 100 kHz vs. 180 MHz uC? I guess software is good enough. Not all uC are used for &amp;quot;demanding&amp;quot; applications. Most are sleeping all the time wating for a key press from the user. (coffee machine, electric tooth brush...). But I wolud not use a 16 MHz M0 to drive the motors of a segway...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78605?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 13:57:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8c0a8bb8-f372-46c2-a46e-c00bf741c018</guid><dc:creator>crjeder</dc:creator><description>&lt;p style="margin:0;"&gt;Hmmm. I have to admit that I have not bitbanged a SPI signal but a WS2812. Timing tolerances are normally high enough to simplify the code. In case of the SPI slave I&amp;#39;d asume the masters and slaves clock to be accurate enough to not drift significantly. Then it&amp;#39;s enough to have a interupt every SPI clock cycle to sample the input since it is not important to detect the edges only a &amp;quot;hig&amp;quot; or a &amp;quot;low&amp;quot; bit. Or do I overlook something here?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Thanks for your patience!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78600?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 13:48:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:756a27b1-9772-411d-98c4-bd10f952fb7e</guid><dc:creator>screamingtiger</dc:creator><description>&lt;p style="margin:0;"&gt;Anything in hardware is going to be 1000 times faster than in software.&amp;nbsp; However if implemented in software you can fix bugs, update standards etc...&lt;/p&gt;&lt;p style="margin:0;"&gt;One locked into hardware its written in stone.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The Pic32 has a bug in the I2C that cannot be fixed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78599?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 13:44:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:941cddc4-7e32-41bb-96ba-4cb79024e3f1</guid><dc:creator>michaelkellett</dc:creator><description>&lt;p style="margin:0;"&gt;Doing bit bang SPI in software absolutely cripples processor performance - especially when operating as a slave. You need to be watching for clock edges all the time which you can do with an edge detector peripheral and interrupts or by sitting in a loop. One way the processor gets loads of interrupts (at least one for every SPI clock edge) and the other it&amp;#39;s 100% dedicated to the task. XMOS get round these issues by having multiple cores and some special support logic. A normal single core processor could not handle SPI at anything like the half or quarter of core clock speed offered by many SPI peripherals.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Modern processors often go one step further than just an SPI peripheral and use DMA as well so not only does the uP core not need to know about clock edges but it need not know or care about exactly when each byte is transferred.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;(I&amp;#39;ve said SPI but applies to other interfaces as well.)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78584?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 13:28:52 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3ff9d6ba-01bd-4d9a-9668-5a8032fc40d8</guid><dc:creator>crjeder</dc:creator><description>&lt;p style="margin:0;"&gt;IMHO there should not be any difference, SPI et al are slow compared to the processor speed and not very time critical. So a software implementation is not harmful to the performance. I doubt that this is the reason for software peripheral&lt;span style="font-size:10pt;line-height:1.5em;"&gt; not &lt;/span&gt;being&lt;span style="font-size:10pt;line-height:1.5em;"&gt; adopted widely.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;A chip manufacturer probably asks: &amp;quot;What do I gain by dropping the hardware implementation of serial &lt;span style="font-size:13.3333px;"&gt;peripheral&lt;/span&gt;?&amp;quot; Because they already have implemented them in hardware the answer would probably be &amp;quot;Not much!&amp;quot;&lt;/p&gt;&lt;p style="margin:0;"&gt;I. E. it does not free significant chip surface. That&amp;#39;s why I think they simply stick with hardware implementations. But if you design a completely new chip, you may think about it - as xmos did. Maybe that saved them the whole IO remapping / multiplexing and made the whole design simpler. (but I am again guessing here, I am not a chip designer).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78581?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 12:56:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:34a8bd99-2ee5-4f45-ba02-e131a28e0a52</guid><dc:creator>michaelkellett</dc:creator><description>&lt;p style="margin:0;"&gt;I&amp;#39;m not quite sure what you are getting at re. peripherals - are you saying that SPI, UART etc are better off in hardware or software ?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78580?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 12:02:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:449e6531-0d28-434b-8be5-62c20616dc7e</guid><dc:creator>crjeder</dc:creator><description>&lt;blockquote class="jive-quote"&gt;
&lt;p style="margin:0;"&gt;&lt;span style="color:#333333;font-family:Verdana;font-size:12px;"&gt;So right now I can buy an ARM Cortex with a 180MHz clock 1Mbyte Flash, &amp;gt;192kBytes RAM, on chip USB, Ethernet, Encryption/Decryption etc etc for about the same price - the Propeller just doesn&amp;#39;t offer anything expect less stuff and more hassle.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;p style="margin:0;font-size:13.3333px;"&gt;.. and run a propeller emulation on it with 1:1 speed (probably - I am guessing here)&lt;/p&gt;&lt;p style="margin:0;padding:0px;font-size:13.3333px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p style="margin:0;"&gt;&lt;span style="color:#333333;font-family:Verdana;font-size:12px;"&gt;Several companies have attempted to dump peripherals and code them all in software - it&amp;#39;s never popular because it&amp;#39;s hard work and difficult to support in practice and always gives worse performance than dedicated peripheral functions. &lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;p style="margin:0;"&gt;Performance should not be an issue, at least not for statdard perpiphals (SPI, PWM, UART, I2C ...) those are all simple protocols. Indeed simple enough to implement them whith a few gates in hardware... that&amp;#39;s how they were designed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/78579?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 11:59:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9ac9c866-a217-4f35-aa81-ed32b19a35bc</guid><dc:creator>crjeder</dc:creator><description>&lt;blockquote class="jive-quote"&gt;
&lt;p style="margin:0;"&gt;.. &lt;span style="color:#333333;font-family:Verdana;font-size:12px;"&gt;so why arduino?&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;p style="margin:0;"&gt;Good question, IMHO. Why Propeller? Why anything else than ARM?&lt;/p&gt;&lt;p style="margin:0;"&gt;There is the market, you know. &lt;/p&gt;&lt;p style="margin:0;"&gt;I have seen so many brilliant designs die, despite them beeing&lt;span style="font-size:13.3333px;"&gt; much better as the dominant technology&lt;/span&gt;. Why everybody uses Intel CPUs not Sparc or Mips? Why has everybody nVidia graphic chips not BitBoys? (does anybody remember them?) Part of the answer is that improvements on the dominant technology is much quicker than the developement on a budget in a niche. BitBoys and Inmos Transputers for instance shared the same fate: their development cycle where so long that when their product finally hit the market &lt;span style="font-size:13.3333px;"&gt;nVidia / &lt;/span&gt;Intel respectively reached the same performance level in the meantime. So why switch? Consequently nobody did. Therefore they (BitBoys and Inmos) had no money the stay in the race.&lt;/p&gt;&lt;p style="margin:0;"&gt;An other thing is that parallel programming never took of. The only widespread thing is multi tasking / multi threading i. e. running many INDEPENDENT programs in parallel. But who uses 100+ cores to solve a single problem? This is still the domain of science, not consumer grade.&lt;/p&gt;&lt;p style="margin:0;"&gt;So the real question is: Propeller, why is it still around? They must have found a niche which pays them enough to survive.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Just my 2ct...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/76033?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 13:22:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d49724f6-0ee5-4f34-8d73-e86fe49c7054</guid><dc:creator>gdstew</dc:creator><description>&lt;p style="margin:0;"&gt;The Freescale i.MX 6 SoloX has an ARM Cortex-A9 processor for running the &amp;quot;OS&amp;quot; applications as well as an ARM Cortex-M4 for running real-time processes.&lt;/p&gt;&lt;p style="margin:0;"&gt;The UDOO Neo board uses this processor.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/76013?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 07:42:28 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:31dd0a52-7111-4834-b483-70d4935f029f</guid><dc:creator>michaelkellett</dc:creator><description>&lt;p style="margin:0;"&gt;The Propeller chip is unpopular for so may reasons: it is very limited compared with ARM Cortex and far from cheap.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The 8 processor model is difficult to design with and this puts people off but there are worse features to come - each processor has a very limited amount of memory (512 words is tiny) and access to a bigger common memory (still only a tiny 8k words) is time sliced and so very slow. The next big issue is that the chip has effectively no on-chip peripherals. A typical cheap ARM Cortex will have SPI, I2C, UARTS, timers, USB etc etc. &lt;/p&gt;&lt;p style="margin:0;"&gt;Several companies have attempted to dump peripherals and code them all in software - it&amp;#39;s never popular because it&amp;#39;s hard work and difficult to support in practice and always gives worse performance than dedicated peripheral functions. XMOS are currently plowing this furrow and have found a few niche applications but aren&amp;#39;t breaking into the mainstream (they&amp;#39;ve inherited too much attitude from Inmos so I don&amp;#39;t think they ever will make the big time.)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;So while the Propeller is interesting, and can give good performance if you get a job that is a really good fit, it isn&amp;#39;t&amp;nbsp; a patch on general purpose micros for general purpose jobs - and they make up most of the market. For niche stuff DSPs are much better at DSP, FPGAs are much better at massively // and can be clocked so much faster etc etc.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;So right now I can buy an ARM Cortex with a 180MHz clock 1Mbyte Flash, &amp;gt;192kBytes RAM, on chip USB, Ethernet, Encryption/Decryption etc etc for about the same price - the Propeller just doesn&amp;#39;t offer anything expect less stuff and more hassle.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;MK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/75985?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 05:10:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:54c82654-7fa9-43ab-adaa-73ae33cb84e6</guid><dc:creator>rwgast</dc:creator><description>&lt;p style="margin:0;"&gt;&lt;a class="jive-link-profile-small jiveTT-hover-user" href="https://www.element14.com/community/people/clemm"&gt;clemm&lt;/a&gt; are you talking about something like Zynq?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Ok so lets take this down to the hobbyist level Parallax has been around forever and they offer all there learning material FREE!! I am an electrician who wanted to learn electronics so I bought a friendly prop dip chip RTFM and stuck it on a bread board with some digi key parts and it worked. Next I soldered it to RatShack prefboard and added ps/2 vga and SD connectors! I mean 8 cores this sounded cool and I could use it to start learning electronics!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Parallax has some boards like the quick start which are as much as an Uno, so why arduino? Why not an 8 core mcu thats backed buy a company thats made basic stamps since the 90s? SPIN shouldnt even be the issue here since it has constructs of languages like basic/python which is much easier for a coder that doesnt know C, like most Arduinoists...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I am really in to SDR right now and there are examples of using the props counters only to make an AM receiver, so I can imagine the power of xmos! But what Im really in to is for an awesome SDR is the new Parallela board with the arm cpu and the 16 cores+fpga. Im trying to make the PsoC line my new chip for smaller projects that don&amp;#39;t need parallelism over the AVR or another ARM core. I mean I can replace some complete boards with a PSoC5.... great for small test tools!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Got a little off topic though why Arduino and not the propeller? Obviously Xmos is more powerfull but not hobbyist friendly or should I say newbie friendly. BTW I got in to uC&amp;#39;s 5 years ago and at that time it was kind of like the prop basic stamp or arduino and the prop had more power than an atmeaga and was just as easy to work with software/custom hardware side.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Off topic can someone tell me how to mark a response helpfull??!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/76007?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 04:41:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:df3c282b-1d23-4830-893e-601f8323690e</guid><dc:creator>clem57</dc:creator><description>&lt;p style="margin:0;"&gt;I am seeing more hybrids like a a9 with a fpga mixing full CPU with MCU like bare metal.&lt;/p&gt;&lt;p style="margin:0;"&gt;C&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/75984?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 04:35:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f30a3bd5-f67e-425f-bf62-6bdd1495fc45</guid><dc:creator>rwgast</dc:creator><description>&lt;p style="margin:0;"&gt;Are there multi core arm mcu&amp;#39;s? Like the cortex line? I know that there is an NXP with an m0 and m4 or something but other than that im talking mcu, not full fledged cpu.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/76006?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 04:33:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:54271d78-cb05-4c32-833f-7a64c71abf80</guid><dc:creator>shabaz</dc:creator><description>&lt;p style="margin:0;"&gt;Given there will be a learning curve with any device, if I had to choose between the two, based on current information I&amp;#39;d pick XMOS because the development environment has a C compiler, the process synchronisation is POSIX-like so familiar to software developers, &lt;span style="font-size:10pt;line-height:1.5em;"&gt;the development boards are cheaper ($12.50, and is raspberry-pi compatible), the parts are more powerful and faster, and there is recent silicon so that provides roadmap assurance. XMOS is used in commercial designs, for example a lot of high-end audio devices use XMOS.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="font-size:10pt;line-height:1.5em;"&gt;Not knocking Parallax Propeller, I don&amp;#39;t know it well enough and I&amp;#39;m sure it must be in commercial designs too to keep Parallax in business, and it does look like an interesting part but XMOS are more interesting to me.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Parallax Propeller, why is it so overlooked?</title><link>https://community.element14.com/thread/76005?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 04:31:24 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b017f7f1-5621-4f69-8a9a-35a98f8ed056</guid><dc:creator>screamingtiger</dc:creator><description>&lt;p style="margin:0;"&gt;Im not sure what the issue is, but not having a compiler as well as flaunting a new , much more powerful version doesn&amp;#39;t help.&amp;nbsp; THough they have yet to release it and its been like 4 years at least!&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Arm has multiple cores and is used in video game machines.&amp;nbsp; Just much more visibility and much more market share. They&amp;#39;ve been around forever.&amp;nbsp; Using a Prop would be a risk.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>