View previous topic :: View next topic |
Author |
Message |
TheSwitch Guest
|
Support for 32 bit atmel ? |
Posted: Mon May 22, 2006 10:34 am |
|
|
Does someone knows some c compiler where i can use 32 bit MCU.
I have searched thru the net but michrochip has no 32 bit MCU.
All i can find was : ATMEL, Renesas etc..
Does CCS have support for 32 bit Atmel ? |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Mon May 22, 2006 1:44 pm |
|
|
I suspect the Atmel is and ARM7 device. Try searching for that. |
|
|
tavioman
Joined: 22 Feb 2006 Posts: 65
|
|
Posted: Mon May 22, 2006 3:15 pm |
|
|
No. It's not an ARM device. |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Mon May 22, 2006 3:25 pm |
|
|
Quote: | I have searched thru the net but michrochip has no 32 bit MCU. | True. The new PIC24 series are 16-bit and the current largest Microchip models.
Quote: | Does CCS have support for 32 bit Atmel ? | No, CCS only supports Microchip processors.
Quote: | Does someone knows some c compiler where i can use 32 bit MCU. | You have to be a bit more specific, several 32-bit architectures exist. For low power applications the ARM based processors are very well known but there are many other architectures like MIPS, Renesas H8 and Freescale with 68k and PowerPC.
Atmel has some processors based on the ARM7 architecture and introduced the new AVR32 series early this year. Whichever processor you want to have a compiler for, have a look at the manufacturer's website for references to development tools. For many processors, including ARM, you can get the free open source GCC compiler. |
|
|
Guest
|
|
Posted: Tue May 23, 2006 2:52 am |
|
|
I will use Renesas H8 and i find some GNU compilers. Is there any support for such programming (32 bit ) ? |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Tue May 23, 2006 6:20 am |
|
|
Anonymous wrote: | I will use Renesas H8 and i find some GNU compilers. Is there any support for such programming (32 bit ) ? |
As you have been told already, if it is not Microchip Technology PIC series microcontroller then CCS doesn't have a compiler for it. Just freaking look at the website:
http://www.ccsinfo.com/content.php?page=compilers
If you want 32bit microcontroller, then go with an LPC series from Philips.
If an 8bit will work then use a PIC with CCS compiler or wait until their next major release and they will support the 16bit PICs.
PS: Its hard to beat the price of those LPC's |
|
|
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
|
|
Posted: Tue May 23, 2006 7:20 am |
|
|
Why do you need 32 bit? Is this some edict from the gods of Marketing? _________________ The search for better is endless. Instead simply find very good and get the job done. |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Tue May 23, 2006 8:03 am |
|
|
I hope he meant H8SX. H8's aren't 32bit. He had better check the price as well. |
|
|
Ttelmah Guest
|
|
Posted: Tue May 23, 2006 8:10 am |
|
|
Or on the basis of ease of development, just use an embedded PC. For many applications, where quantities are small the cost of a prebuilt embedded PC, is warranted, and the development costs are about the lowest of anything. You can use a Linux core. For larger quantities, a 'core of a PC on a chip' solution, like the M6117D, may still be the easiest route.
Best Wishes |
|
|
|