| Author |
Message |
arvin444
Joined: 15 Sep 2009 Posts: 6 Location: India
|
15 Sep 2009 20:45 embeded systems |
|
|
|
|
please tell about the best microcontroller archeitecture in practise.
and the language in use to program it?
|
|
| Back to top |
|
 |
Google AdSense

|
15 Sep 2009 20:45 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
pauloynski
Joined: 06 Oct 2004 Posts: 277 Helped: 34 Location: Brazil
|
15 Sep 2009 21:28 Re: embeded systems |
|
|
|
|
| If you´re thinking of 8 bits microcontrollers the most widelly used are the PICs from Microchip and the AVRs from Atmel. Both can be programmed using assembly or C-ANSI. Both have dedicated forums and lots of stuf on the internet. They have small differences that may be important in a new project, so read the datasheets and decide what´s the best for your application by yourself. If you decide to use the AVRs I can send you some papers. Please google edaboard for more answers. There are others too: Texas, Motorolla, etc.
|
|
| Back to top |
|
 |
arvin444
Joined: 15 Sep 2009 Posts: 6 Location: India
|
15 Sep 2009 21:45 Re: embeded systems |
|
|
|
|
thnx.i want to program avr usin Ansi c.could you please share the differences between the c which we use for the desktop applications and in case of microcontrollers?
Also please tell about the sources of the assembly tutorials and c tutorials for the mc...
|
|
| Back to top |
|
 |
pauloynski
Joined: 06 Oct 2004 Posts: 277 Helped: 34 Location: Brazil
|
15 Sep 2009 22:05 Re: embeded systems |
|
|
|
|
ANSI C may be thought as a "subset" of C, so I think you´ll have no problems using it. There are very good compilers on the market, like Codevision and ICCAvr. Check out http://www.edaboard.com/viewtopic.php?t=364321&highlight=
Please get in touch by email so I can send you more information.
Added after 3 minutes:
Codevision forum http://tech.groups.yahoo.com/group/codevisionavr/?v=1&t=search&ch=web&pub=groups&sec=group&slk=1
AVRfreaks forum http://www.avrfreaks.net/index.php?name=PNphpBB2&file=index
|
|
| Back to top |
|
 |