Hello all,
I've recently been looking for a low cost mcu to use in my designs. I decided that I would like to focus on using one family of microcontrollers in less demanding applications instead of leaping between AVR, PIC16 and PIC18 (dspic33 I will still use because of nice set of peripherals). So after some research I found out that devices like LPC1111 cost LESS than for example ATMega16 or like 90% of PIC18's. So there goes the question: do you know of any article, e-zine, book, blog, etc describing in detail how to use NXP's LPC1100 family Cortex-M0 microcontrollers? I've seen similar guides to STM32F3 and LPC2100, but nothing so far for LPC1100, apart from "The definivite guide to ARM Cortex-M0" by Joseph Yiu. but that books - although very interesting and informative - treats about the internals of Cortex-M0 core in general rather than some specific MCU. I guess I'm lacking informations about peripherals usage, register names, toolchains, some xamples step-by-step, that kind of things.
btw. I have rather limited experience with ARM core MCUs, but i figure that if there's something to begin with, it will probably be Cortex-M0, because it's the "most minimalistic" of all cortex architectures.
In general: all recommendations regarding resources for learning about these MCU's are welcome.
EDIT:
can you recommend some hardware interface for LPC1100? If possible I'd like it to be compatible with Atollic IDE. Might be either DIY-style, open hardware or commercial product (as long as it doesn't exceed ~$60 shipped)