This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

8051 x PIC

Hi,

I am determining the microcontroller for a project I would like to know the differences between a PIC microcontroller and a 8051 ( e.g. at89s8252) based microcontroller. It seems that both have similar features.

Thanks a lot,

Andre

Parents
  • I need a microcontroller with the following features:

    1) 32 IO
    2) 64K code 512+ flash 2K+ eeprom
    3) 2 counter (e.g. TIMER0 / TIMER1)
    4) 2 external counter (e.g. INT0 INT1)
    5) serial interface (such as using TIMER2)
    6) C compiler
    ... which 8051 based microcontroller can I use ?


    You forgot to ask for the kitchen sink. What are you trying to make?
    this should get you close:
    http://www.st.com/stonline/prodpres/memory/psd/pdf/prfinder.pdf

    Can I have a PIC with these features ?
    The PIC is specifically made for applications requiring a little, cheap computing, The '51 is when you need a little more and are willing to spend a little more. The requirement you specify above make me wonder if the '51 is right for your application, please let us know.

    Erik


Reply
  • I need a microcontroller with the following features:

    1) 32 IO
    2) 64K code 512+ flash 2K+ eeprom
    3) 2 counter (e.g. TIMER0 / TIMER1)
    4) 2 external counter (e.g. INT0 INT1)
    5) serial interface (such as using TIMER2)
    6) C compiler
    ... which 8051 based microcontroller can I use ?


    You forgot to ask for the kitchen sink. What are you trying to make?
    this should get you close:
    http://www.st.com/stonline/prodpres/memory/psd/pdf/prfinder.pdf

    Can I have a PIC with these features ?
    The PIC is specifically made for applications requiring a little, cheap computing, The '51 is when you need a little more and are willing to spend a little more. The requirement you specify above make me wonder if the '51 is right for your application, please let us know.

    Erik


Children