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

lpc 2148 uart for multislave communication

In 8051 9 bit uart mode is used when communicating with multiple devices what is the provision for the same in lpc2148

Parents
  • Oh, I used to take Automatic Address Recognition as an extension of basic 8051 architecture.
    I've checked Intel 80C51's datasheet and found it included in the 8051 core.
    With AAR feature it'll be much easier to implement multi-uC communication with reduced sw. overhead.

    For LPC2148, of course it can implement AAR-like feature by PE interrupt and a few more lines of code.

Reply
  • Oh, I used to take Automatic Address Recognition as an extension of basic 8051 architecture.
    I've checked Intel 80C51's datasheet and found it included in the 8051 core.
    With AAR feature it'll be much easier to implement multi-uC communication with reduced sw. overhead.

    For LPC2148, of course it can implement AAR-like feature by PE interrupt and a few more lines of code.

Children
No data