I had previously worked on Arduino but I think it was very simplified for the users. Now, I want to learn properly. I decided to begin learning ARM microcontroller. So, I bought LPC1114 DIP because I can do it on a breadboard. I didn't want to use any ready-made board. How do I proceed? Is there any tutorial for programming? I found some code and trying to learn from that. How do I program my microcontroller? I am kind of stuck here.
Edit: I decided to go for ARM after reading some comparisons. Since LPC1114 is 32 bit in comparison to 8 bit AVR, I thought learning ARM would be useful for larger projects.