Seeing as there are more and more mutli-core processors systems. I'd like to learn more about them.
What mutli-core microcontroller eval boards exist, if any?
Thanks
Seeing as there are more and more mutli-core processors systems. I'd like to learn more about them.
What mutli-core microcontroller eval boards exist, if any?
Thanks
I like the Propeller from Parallax. Quite a few dev boards available in the store.
Propeller is a simple 8-core microcontroller with 32 kB of shared RAM and 2 kB of RAM per core. Runs at up to 80 MHz and has 32 I/O pins.
XMos have quite a good range too. Here is a description of their architecture
Some of their development boards are very reasonably priced too.
Freescale i.MX6 on the Nitrogen6X Dev Board from Boundary Devices. It's a quad-core ARM Cortex A9 processor. Or if you don't care about Wifi, the SabreLite is a bit cheaper. I'm not sure this is in bounds for what your asking because you said microcontroller (and this is decidedly a microprocessor, if you're into religion).
Panda board is a very nice board from TI that has a lot going for it and is multicore:
There's a couple of demo boards for the LPC4350. It's a Cortex M4 and Cortex M0 on a single chip running at the same clock speed with a shared memory space for message passing. The general idea is that you can use the M0 to handle all of the I/O and use the more powerful math capabilities of the M4 for all of your signal processing/computational needs.