On Thu, 23 Jun 2005, Padu wrote: > I've chosen the PIC18F452 as my controller of choice for this app. Next week > I'm getting a LPC2xxx demo board from phillips, and I wonder if the ARM > would be useful in my application. Or even a more generic question, where > would you use a PIC and where would you use an ARM? Short answer (reflects my opinion): I would use a low or midrange pic for any quick project where accurate timing is essential and where I want to code a lot of microsecond-accurate bit-banging in assembly at a low cost. I would use something else for anything larger (I do not have access to a pic C compiler excepting sdcc), and program it in C. Then I could change processors several times without trouble as needed (C is fairly portable). Peter -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist