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

arm 7 help

can I use serial communication (UART0) to connect arm (LPC2148)
in Master and slave mode???
is it possible ???
how should I do

Parents
  • Sir, I just want to connect several ARMs(LPC2148) by using UART0. here one will be master and will be slaves.master will communicate with all of its slaves n he is the only to start communication, give commands and end it.

    master will start communication by sending "wake up Seed" on its TXD. on receiving this all the slaves will wake up because after "wake up" there is slave addrs(the slave master want to communicate).

    the slave which addrs is sent by master will only communicate with master and all other will do their normal work.

    after this master will send command on its TXD which will be received only by that slave and according to master that slave will work

Reply
  • Sir, I just want to connect several ARMs(LPC2148) by using UART0. here one will be master and will be slaves.master will communicate with all of its slaves n he is the only to start communication, give commands and end it.

    master will start communication by sending "wake up Seed" on its TXD. on receiving this all the slaves will wake up because after "wake up" there is slave addrs(the slave master want to communicate).

    the slave which addrs is sent by master will only communicate with master and all other will do their normal work.

    after this master will send command on its TXD which will be received only by that slave and according to master that slave will work

Children