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
  • The interesting thing here, is of course that the user manual UM10120 which claims to be for LPC213x don't mention any 9th bit. What does the user manual for LPC2148 say? Or do you expect people to download user manuals for processors they don't use just to do your work?

    If the processor don't have 9-bit transfer mode (which lots of processors don't), then it's extra interesting trying to use 9-bit transfers - basically playing with parity forced high or low on transmit and checking for parity error or not on receive... Anyway - how to implement 9-bit transfers isn't a Keil question but a processor question.

Reply
  • The interesting thing here, is of course that the user manual UM10120 which claims to be for LPC213x don't mention any 9th bit. What does the user manual for LPC2148 say? Or do you expect people to download user manuals for processors they don't use just to do your work?

    If the processor don't have 9-bit transfer mode (which lots of processors don't), then it's extra interesting trying to use 9-bit transfers - basically playing with parity forced high or low on transmit and checking for parity error or not on receive... Anyway - how to implement 9-bit transfers isn't a Keil question but a processor question.

Children
No data