This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Additional UART channel on a C55XX possible ?

Hi,

I'm a little at a loss how to add an additional UART channel to a C55XX ultra-low power device to treat two independent and asynchronous serial ports ? These devices have only one UART channel and we're already multiplexing this port amongst two other peripherals, but that's ok as we don't use the peripherals at the same time, and only switch them when needed.

However now with additional peripherals it looks like an additional, independent UART will be necessary ... I'm thinking about the unused INT0 interrupt pin on the DSP possibly coming into play, generated by and IRQ from an external UART bridge or something similar, servicing the received data as interrupted, however this adds complexity and cost ... perhaps there might be other ways to do it without and external UART bridge ??

Does TI propose such devices - a SPI Slave to UART bridge ? I'd love to hear some thoughts on this  ...

Regards, Mike