Microchip vs. Atmel Microcontrollers

everett.pattison

everett.pattison

@everettpattison-3yhnjP Oct 26, 2024
Hey everybody,

Was just wondering for those of you who do work with micro controllers, which company's controllers do you prefer to use? I have exclusively used the PIC controllers as it was what I learned on at school, but I see a lot of information on the web for people using the Atmel's.

Any comments would be great,

Thanks.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 17, 2011

    Hello Everett,

    In My company i have worked on MICROCHIP,FREESCALE,NXP,ATMEL,TI and RENESAS. But I am not expert in each as i have worked for one or two project only and it was software part only.
    Normally i used to work on Freescale MCU mostly as its IDE is awesome there is inbuilt GUI and everything is easy. I can say if your IDE is much easy you would like to work on that. but if we are looking at Cost then i think ATMEL or MICROCHIP are better as their Programmer are cheaper.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 17, 2011

    It would be better to get a programmable microchip and program it, rather getting a preprogrammed micro-controller!
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 17, 2011

    praveenscience
    It would be better to get a programmable microchip and program it, rather getting a preprogrammed micro-controller!
    Praveen:- We can write software for any Mircrocontroller and we can load it into that chip.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 17, 2011

    Then what is the difference between the two? 😐
  • infinity_nimish

    infinity_nimish

    @infinity-nimish-EUX5pZ May 17, 2011

    i have worked with atmega 16 but not with pic. at C level there might not be much of a difference actually.one can use any. but if you are required to program in assembly then i think the difference would come into picture. Also pic has the DSPIC series which has some DSP features. one can use PIC if he feels he might require DSP features in the future. then he can migrate on to the DSPIC easily.
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 17, 2011

    praveenscience
    Then what is the difference between the two? 😐
    See Suppose i Buy a Microcontroller from manufacturer then it not programmed, then i write code for some application and then i load code into that and suppose after that i sell that microcontroller in market then it becomes Programmed chip. 😀

    Hope this thing clears your doubt. 😀
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 17, 2011

    infinity_nimish
    i have worked with atmega 16 but not with pic. at C level there might not be much of a difference actually.one can use any. but if you are required to program in assembly then i think the difference would come into picture. Also pic has the DSPIC series which has some DSP features. one can use PIC if he feels he might require DSP features in the future. then he can migrate on to the DSPIC easily.
    @nimish~
    Yes you are right if you write code in assembly language then as per the CORE used in perticular MCU the instruction set is different and you have to learn all the instructions.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 17, 2011

    Totally confused... 😲
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 17, 2011

    praveenscience
    Totally confused... 😲
    Okey Post your Question first it might be possible that i am not getting your question properly. 😀
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 17, 2011

    What is the difference between a programmable microchip and an already programmed micro-controller, where we can load our own program???
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 17, 2011

    praveenscience
    What is the difference between a programmable microchip and an already programmed micro-controller, where we can load our own program???
    Every MCU manufacturer have its own Programmer by which we can load our program into the chip. got it?
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 17, 2011

    Best thing is to call and ask... I will call you once I come home... 😐
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 17, 2011

    praveenscience
    Best thing is to call and ask... I will call you once I come home... 😐
    Oh Poor me. 😔
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 17, 2011

    Don't worry... Am a bit lagging in Microcontrollers and stuff... 😔
  • everett.pattison

    everett.pattison

    @everettpattison-3yhnjP May 18, 2011

    You can buy a chip such as this #-Link-Snipped-# for example. You then write your C or ASM code for it, then load it onto the chip by use of a programmer such as this #-Link-Snipped-#

    Hope this clears up any confusion.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 18, 2011

    Yeah, to an extent... 😀 Thanks GF and EP!!! 😀
  • Ashraf HZ

    Ashraf HZ

    @Ash May 21, 2011

    Arduino (Atmel based) is pretty easy to program 😀
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 21, 2011

    ash
    Arduino (Atmel based) is pretty easy to program 😀
    I have heard of it... Its awesome plus they are also giving the SDK or what ever... 😀
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 21, 2011

    ash
    Arduino (Atmel based) is pretty easy to program 😀
    Right now collecting some pocket money for Arduino board. 😁

    Ash, have you worked on Arduino?
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 21, 2011

    I have worked on Audrino SDK for a hospital project... Used HyperTerminal and stuffs to get the data...
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 21, 2011

    praveenscience
    I have worked on Audrino SDK for a hospital project... Used HyperTerminal and stuffs to get the data...
    Have yo written code for ATMEL Microcontroller or worked on Computer side software?
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 May 21, 2011

    My friend has done, I will get something...
  • Morningdot Hablu

    Morningdot Hablu

    @morningdot-6Xuj4M May 21, 2011

    I experience that many of our senior from electronics dept prefer ATMEL for final year embeded projects.
    Is it easy to write a program for ATML ?
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 21, 2011

    mohit007kumar00
    I experience that many of our senior from electronics dept prefer ATMEL for final year embeded projects.
    Is it easy to write a program for ATML ?
    I don't think so. It is just because of the Ready reference code available for ATMEL and its easily available in market.
  • Ashraf HZ

    Ashraf HZ

    @Ash Jul 10, 2011

    godfather
    Right now collecting some pocket money for Arduino board. 😁

    Ash, have you worked on Arduino?
    Sorry for late reply. Yep, worked on it. Can be used in a lot of different projects.. the standardization of the shields helps tremendously.
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Jul 14, 2011

    ash
    Sorry for late reply. Yep, worked on it. Can be used in a lot of different projects.. the standardization of the shields helps tremendously.
    Great I will ask you for any help if required once I finalize the Arduino board. 😀