Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years ago.
what to do if I need 8 uart (tx,rx only)?
I need at least 8 uart, is there any platform out there have 8 or more uarts. or any other solution?
2 Answers
11 years ago.
The K64F has 5 UARTs according to its decription, I don't think any will have more than that. Then depending on your requirements (speed of UART, other code running), you can either make software UARTs for the remaining ones, or use SPI<>UART bridge ICs.
11 years ago.
The MAX14830 is a quad serial UART. Two of those would get you 8 UARTs from an SPI port.