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

Help me in prgramming 89c51 IC

I have to program 89c51 IC in assembly

How to write the program

from where to start the addressing

Since am using the IC for first time,can I get programs for ADC-DAC interfacing

Parents
  • Your teacher probably wants you to learn how to interface an external ADC, for the simple reason that in real life, you will regularly need to interface external hardware.

    For 8051 chips with ADC, just do a parametric search for supported microprocessors. The search function is available on this web site if you check under products.

Reply
  • Your teacher probably wants you to learn how to interface an external ADC, for the simple reason that in real life, you will regularly need to interface external hardware.

    For 8051 chips with ADC, just do a parametric search for supported microprocessors. The search function is available on this web site if you check under products.

Children