|
Posted by Anthony Fremont on October 24, 2008, 10:33 pm
Francesco M.P. Vitale wrote:
> Hi guys, my name's Francesco.
> First of all... sorry for my english, it's not my native language.
> I've never written on this forum, I hope it's the right one.
You are doing fine. :-)
> I'm working on a project at home during spare time.
> The project involves the movement of 2 steppers (through 2 h-bridges)
> depending on a specific logic.
> At the moment I've been using an Arduino Diecimila. It has a proper I/
> O pins number, but only 14kb
> of usable memory for storing the program... It has been fine till the
> memory ran out.
Been there and done that. ;-)
> I'd like to know if some of you can suggest me another
> microcontroller,
> programmable using the C or C++ language, quite economic, with at
> least 32 kb for storing
> programs and with at least 16 pins for I/O. (Let me be more clear...
> an Arduino with 32kb for storing the program would have been fine...
> but it does't exist)
I used to do allot of PIC programming, but I wanted something faster that I
could program in C. I started playing with NXP ARM7 boards last year and I
really like the architecture; JTAG debugging is really convenient too.
www.olimex.com is a good place to look at some dev boards. Take a look at
this: http://www.olimex.com/dev/lpc-h2103.html It costs about 23 Euros.
|
> First of all... sorry for my english, it's not my native language.
> I've never written on this forum, I hope it's the right one.