| Author |
Message |
Maverickmax
Joined: 06 Dec 2004 Posts: 406 Helped: 3
|
18 Mar 2005 20:53 fujitsu fr50 |
|
|
|
|
Hi
I am currently doing a little research about microcontroller chips and I would appreciate to hear your valuable information. I need to know which kind of microcontroller chip have you been used in your previous projects and which chips are you planning to use in the future. Please just type the microcontroller chip and explain your reason of using it.
Thank you in advance
Maverickmax
Last edited by Maverickmax on 21 Mar 2005 13:41; edited 1 time in total |
|
| Back to top |
|
 |
eggplant
Joined: 17 Mar 2005 Posts: 15 Helped: 3
|
18 Mar 2005 22:14 Re: Microcontroller survey |
|
|
|
|
16f628A, 16f877A
started with 16F628 due to there being so many tutorial/info on the net about is (it is an almost direct replacement for the 84). didnt have enough i/o ports so moved onto the 877.
Regards
|
|
| Back to top |
|
 |
the tran
Joined: 05 Dec 2003 Posts: 38 Helped: 4
|
19 Mar 2005 1:48 Re: Microcontroller survey |
|
|
|
|
have you looked at this post
http://www.edaboard.com/ftopic63358.html
|
|
| Back to top |
|
 |
kasd
Joined: 11 Nov 2004 Posts: 40 Helped: 3 Location: Singapore
|
19 Mar 2005 2:53 Re: Microcontroller survey |
|
|
|
|
I have used AVR, LPC930, Atmel ARM AT920 (?), M16C/62P, H8S series.
Moving forward, the new Freescale MC9S08RD8 looks cheap.
|
|
| Back to top |
|
 |
jojokatada
Joined: 13 Jan 2005 Posts: 257 Helped: 13
|
19 Mar 2005 5:14 Re: Microcontroller survey |
|
|
|
|
| microchip pic16f876a ,877a
|
|
| Back to top |
|
 |
ful babu
Joined: 11 Nov 2004 Posts: 167 Helped: 11 Location: Singapore
|
19 Mar 2005 5:22 Re: Microcontroller survey |
|
|
|
|
i usually used microchip ( 12F629 12F675 16F84A 16F74 16F676 16F877A 18F452 ) because other then microchip and atmel nothing is available in my country ( bangladesh)
well i recently got a renesas skp 16MC and i m liking it
|
|
| Back to top |
|
 |
bobcat1
Joined: 10 Jul 2002 Posts: 1118 Helped: 48
|
19 Mar 2005 7:25 Re: Microcontroller survey |
|
|
|
|
HI
I have used many type of microcontroller's started long time ago with the 8085 moved to 8051,pic,zilog,XA,AVR,Psoc...
And now I'm working with the MSP430 from TI and the LPC21xx from philips
I would like to recomed the MSP430 - i have found it best for mid range application and the LPC for More havy one and as the best replacement for the 8051
All the best
Bobi
|
|
| Back to top |
|
 |
Maverickmax
Joined: 06 Dec 2004 Posts: 406 Helped: 3
|
19 Mar 2005 10:19 Re: Microcontroller survey |
|
|
|
|
Brillant.....
Thank you guys for your information.
If you have not answered my question, I would be very grateful if you answer my questions.
Maverickmax
|
|
| Back to top |
|
 |
ME
Joined: 14 Mar 2002 Posts: 1523 Helped: 13
|
19 Mar 2005 10:24 Re: Microcontroller survey |
|
|
|
|
| Maverickmax wrote: |
Brillant.....
Thank you guys for your information.
If you have not answered my question, I would be very grateful if you answer my questions.
Maverickmax |
Use the "helped me" button instead of posting empty thank you messages like this.
Please read forum rules.
Anyway, I started on with PIC16F84 / 16F628 because we were bound to use this for a university project.
Later on I took a MCU course at the same university, and here we used the AVR family.
Since then I have used the AVR family. I prefer AVR over the PIC family. BOth becuase I like this MCU family better and I also had to use it for a task where the PIC was not fast enough. But the main reason why I prefer AVR over PIC is because I find the software tools much better and produces more bug free code than PIC compilers. And AVR compilers in general are cheaper than PIC compilers, you can even get a free GNU C compiler for AVR that is still a good quality compiler.
A good thing about AVR is the great STK500 kit, you can't get anything as good as this for any other microcontroller. Eespcially for beginners this is a good thing.
|
|
| Back to top |
|
 |
Akorostel
Joined: 14 Jan 2005 Posts: 9 Helped: 4 Location: Russia, Moscow
|
21 Mar 2005 13:33 Re: Microcontroller survey |
|
|
|
|
Hi!
I use Texas Instruments MSP430, because my project needs very low power consumption. I plan to use Renesas M16C in projects that require more processor power.
Regards.
|
|
| Back to top |
|
 |
Google AdSense

|
21 Mar 2005 13:33 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
Srammie
Joined: 21 Jan 2005 Posts: 34 Helped: 2
|
21 Mar 2005 14:03 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
I dont think this is really usefull info unless we specify what we used it for so you can get an idea what the strong points are for each processor. I mean posting that i always use a P4- 3 Ghz, while i only switch a led with it isnt very usefull info is it?
I have used the 89C51RD2 from atmel for simple timebased projects. I used it for a data generator that had to calculated with a 3 digit number behind the "." and that still worked fine. Now im driving a 320x240 gfx display and one screen only takes about 100ms on 12Mhz. Good thing about the processor is that it has 64K flash and 1K extended RAM on board. You can also program it directly from your PC with a MAX232 buffer circuit, so REAL ISP. Bad thing can be 8 bit but Atmel has the AVR and ARM7 chips also so easy to migrate later on i think.
|
|
| Back to top |
|
 |
eYe
Joined: 12 Aug 2001 Posts: 105 Helped: 1
|
21 Mar 2005 14:13 uC survey - Answer question & get 'helped me' points!! |
|
|
|
|
I user ATMEL AVRMega in my previous project because it is useful and suitable for the objectives.
In the future, I have no specific chip yet. It depends on what kinds of project that i want to do with and also if i think about mass production. I would prefer a cheaper price chip for need funciton.
|
|
| Back to top |
|
 |
KrunCH
Joined: 15 Oct 2004 Posts: 8 Location: Transylvania
|
21 Mar 2005 20:53 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
I have started with PIC16F628/876 and AT90S2313/ATmega16. They were excellent for some simple projects (mainly timing applications).
Then I turned to 16 bit MSP430 family which allowed handling large numbers more easely, reducing development time (for the same type of projects)
Now I'm working on some complex projects which needs large amount of resources (both computational time and memory) so I'm using 32 bit microcontrollers (Fujitsu FR50 family)
|
|
| Back to top |
|
 |
chicken_feet
Joined: 03 Mar 2005 Posts: 62 Helped: 2
|
22 Mar 2005 3:10 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
Previous uC - pic16F84
Reason - Many application note available and a good starting uC for beginner with so little instructions in assembly and most important of all, a very active PICLIST forum. Of course equally important is that we can get it here at usd3.80. Use if for 1 year for a phone project and some simple control project.
Previous uC - 908JL3 Motorolla
Reason - Major suppliers push for this uC at that time, to the extent that they borrow us the development board for the duration of a project. Besides, it seems logical to use the 908 series since they have a quite complete range of uC from those 8 pins to those GP32 range with high nos of I/O and 'fortified' with usb,rf or CAN. Use it for automotive projects since it has a slightly better EMI immunity.
Current uC - 89S52
Reason - current employer uses 8051 controllers. Cheaply available at usd1.3 for low volume. and eversince using 8051 assembly, got hooked with it for it's simplicity.
Anyway, i am an assembly writer as such, i am not able to appreciate the development environment (ide) provided by various controllers, which i think should be taken into account.
Future uC - AVR or ATmega
Reason - try to move on to better things, but of course subject to chip availability in local market and cost of development board and availability of free C compiler like in AVR.
Hope this helps.
rgds,
chicken_feet
|
|
| Back to top |
|
 |
maui
Joined: 19 Nov 2004 Posts: 55 Helped: 5 Location: Melbourne Victoria Australia
|
22 Mar 2005 4:27 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
I am using the PIC 18f6720.
This was chosen as we are using it for another similar project, and it is a good fit for our requirements.
It was chosen for the other project because at the time it was one of the top of the line PIC's that ran quick anough and had enough IO.
I have also used PIC 16f84 for some small stuff, mainly cos we had some laying around.
maui
|
|
| Back to top |
|
 |
avv
Joined: 01 Mar 2005 Posts: 3
|
22 Mar 2005 10:44 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
Hi. I'm currently using an AVR family. I started from them, and there were people who could help. Besides, in my first serious project at work I had to use AVR and nothing else. And I like it!
For some future work I consider Cygnal C8051Fxxx controllers mainly because of USB 2.0 integrated features.
I was ready to start to use Winbond '51 controller family but I experienced difficulties to get it in my area.
|
|
| Back to top |
|
 |
is_razi
Joined: 06 Apr 2002 Posts: 174 Helped: 7 Location: Tabriz
|
22 Mar 2005 10:57 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
hi
i recently switched to atmel's ATmega(AVR).
because of it's features like onchip ADC,RTC,Analog comprator,PWM Channels,TWI interface(I2C),EEprom and its simple and lowcost programmer and emulator(JTAGICE).
finally for it's low cost
|
|
| Back to top |
|
 |
yego
Joined: 28 Oct 2004 Posts: 154 Helped: 14 Location: Middle of Nowhere
|
22 Mar 2005 13:36 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
| Code: |
Hi,
Past: MC680x, 68HCxx, many '51 clones, MSP430, MC68K, 808x and Alpha.
I used many different uP families, but it always cost me time to switch, learn, forget. It is not a good idea to switch between processors every now and then.
Therefore .....
Future: Self-designed SoftCore uP + FPGA.
There are many advantages.
Once the uP is created I can use it for all works in the future.
I know my uP very well.
Redesigning or resizing the project is a snap of a finger.
I can always pick a larger FPGA to fit the entire system with all gates,
FFs and other stuff.
I can have just one set of design tools.
All extra functions may be added at will as either processor extensions
or peripherals, still in a single FPGA chip.
That's a very abbreviated motivation, but I think that most of us have always wanted to design a processor suiting one's fancies, instead of coping with numerous ( annoying and illogical sometimes ) tradeoffs of commercialy available production, and that is the whole point.
Regards, yego |
|
|
| Back to top |
|
 |
xmli1976
Joined: 03 Nov 2004 Posts: 109 Helped: 3
|
22 Mar 2005 22:32 uC survey - Answer question & get 'helped me' points!! |
|
|
|
|
past:16f84 easy to use
future:16f877and other pic series
because it have various peripheral devices that integrated in uc
|
|
| Back to top |
|
 |
bbarney
Joined: 31 Jan 2004 Posts: 209 Helped: 15 Location: canada
|
23 Mar 2005 2:16 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
16f84 ease of use
16f628 more memory than 84
16f88 better than both previous
|
|
| Back to top |
|
 |
pvinbox@yahoo.com
Joined: 28 May 2004 Posts: 122 Helped: 6 Location: Coimbatore, INDIA
|
23 Mar 2005 4:36 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
hai
i think just one week before one member asked question like this
you just see that post
|
|
| Back to top |
|
 |
H_D_R
Joined: 31 Jan 2008 Posts: 351 Helped: 18 Location: India
|
02 Feb 2008 11:00 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
| Maverickmax wrote: |
Hi
I am currently doing a little research about microcontroller chips and I would appreciate to hear your valuable information. I need to know which kind of microcontroller chip have you been used in your previous projects and which chips are you planning to use in the future. Please just type the microcontroller chip and explain your reason of using it.
Thank you in advance
Maverickmax |
i have used only ATMEL MCUs till today.
i have started to learn with AT89C51.
i am using right now AT89S52 MCU.
i am planning to use UPGARDED MCU from ATMEL or from PIC.
i dont know which one i'll use or not but i am planning to learn more and more..
finally thats sure i'll stick with ATMEL atleast because it has wide range of MCUs and also available in market easier than other as per my knowledge and experience.
Thank you
|
|
| Back to top |
|
 |
ahmedshakeel
Joined: 07 Feb 2007 Posts: 41 Helped: 2 Location: Pakistan
|
04 Feb 2008 11:36 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
hi
ARM7 based 2368
reason,the company i worked in wants to move on to 32 bit architecture,with lot of peripherals on single chip,good enough ram,upto 72 mhz cpu clock frequency usb, dma,ethernet ,and lot more
AVR series
most of avr are available locally in Pakistan and are cheap,tools are easy to find.
ATMEL 89c51,8952,89s52
8051 based controllers were the start points in pakistan,included in course study
in most institutes,very cheap and most commonly availble.
Shakeel
|
|
| Back to top |
|
 |
Tamasco
Joined: 27 Jun 2006 Posts: 168 Helped: 11
|
07 Feb 2008 20:56 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
I've used the ff µCs:
8051
Reason: Easy to use, low cost, diverse chips availabe.
LPC200
Reason: Powerful, low power, peripheral rich,
Future:
Arm9
|
|
| Back to top |
|
 |
blueroomelectronics
Joined: 17 Sep 2006 Posts: 1681 Helped: 99 Location: Toronto, Canada
|
07 Feb 2008 21:07 uC survey - Answer question & get 'helped me' points!! |
|
|
|
|
| The only reason someone would use an ancient 8051 is because they can't get anything else. AVR or PIC are much better choices.
|
|
| Back to top |
|
 |
atferrari
Joined: 29 Jun 2004 Posts: 207 Helped: 3 Location: Buenos Aires - Argentina
|
17 Apr 2008 23:57 uC survey - Answer question & get 'helped me' points!! |
|
|
|
|
18F4585 because it has CAN capabality
Anyway, using nothing less than 18F family
|
|
| Back to top |
|
 |
joe1986
Joined: 25 Jan 2008 Posts: 257 Helped: 12
|
18 Apr 2008 3:28 Re: uC survey - Answer question & get 'helped me' point |
|
|
|
|
| this is the first time i had taken up a µc proj...............was using an ATMEL in AT89S8252..................i would prefer using these ones because of its FLASH memory!!!
|
|
| Back to top |
|
 |