Anyone look at an LPC810M21FN8? I recently bought a couple of these after seeing a couple of articles on them, and I must say I find them very interesting. They are basically an 8pin DIP version of an 30MHZ 32bit Arm Cortex M0 processor core. NXP's whole push on this chip is to use it as a replacement for small 8bit and 16bit applications.
There are several neat features of this little guy.
One, is the 8 pin DIP package. Its nice just being able to breadboard this up really easily. I love through hole devices, especially for prototyping.
Two, it requires hardly any cost in getting set up. I had an old USB to TTL serial converter, that and a couple breadboard wires is all you need to program and run this little guy. Spent $10 for 10 of these.
Three, the software is all free to download. NXP offers the LPCXpresso for free download.
Four, is the switch matrix in the chip. Basically any internal feature can be mapped to any pin other than Vcc and GND. It comes with 2 USARTS, 2 SPI, and 1 I2C ports, a comparator, and an SCT (something called a state-configurable-timer).
Five, it has a few nifty little power features such as wake on I2C, needs no external components, etc.
Heres a link: http://www.nxp.com/products/microcon...10M021FN8.html
Here's my thoughts. Even though it only has 4kb flash and 1kb sram, you could use this chip as a building block. Test and debug each little feature needed in a MD, tie them all together with perhaps I2C, and have a supervisor chip run the whole process... Just thought it was a cool little chip.
Would there be any interest out there for a metal detector running using a handful of these?
There are several neat features of this little guy.
One, is the 8 pin DIP package. Its nice just being able to breadboard this up really easily. I love through hole devices, especially for prototyping.
Two, it requires hardly any cost in getting set up. I had an old USB to TTL serial converter, that and a couple breadboard wires is all you need to program and run this little guy. Spent $10 for 10 of these.
Three, the software is all free to download. NXP offers the LPCXpresso for free download.
Four, is the switch matrix in the chip. Basically any internal feature can be mapped to any pin other than Vcc and GND. It comes with 2 USARTS, 2 SPI, and 1 I2C ports, a comparator, and an SCT (something called a state-configurable-timer).
Five, it has a few nifty little power features such as wake on I2C, needs no external components, etc.
Heres a link: http://www.nxp.com/products/microcon...10M021FN8.html
Here's my thoughts. Even though it only has 4kb flash and 1kb sram, you could use this chip as a building block. Test and debug each little feature needed in a MD, tie them all together with perhaps I2C, and have a supervisor chip run the whole process... Just thought it was a cool little chip.
Would there be any interest out there for a metal detector running using a handful of these?
Comment