Maximum # of Uart VPs?
ChrisB
Posts: 19
What's the maximum number of Uart VPs that can be active on a Javelin at any one time?
Does the number change if a Uart is stopped when not in use?
Thanks
Chris
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Does the number change if a Uart is stopped when not in use?
Thanks
Chris
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Comments
These can be all uarts or all different types
If you stop a VP you can start another
regards peter
Thanks. I was mainly curious about the stop/start issue.
Chris
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
And note that of the 6 VP's mentioned above, a duplex UART will take 2 VP's -- one to send, and one to recieve.
signal is set to off while the Uart is not running.
I use the following setup for multiple Uarts:
VP0: timers
VP1: transmit Uarts (only 1 transmit Uart active at any time)
VP2: receive Uarts with handshake (only 1 receive Uart active at any time)
VP3,VP4,VP5: receive Uarts without handshake (always running)
This scheme allows me to use more than 8 uarts, though not
simultaneously.
regards peter