UART maximum Baud rate

Good morning,

I need to use the UART peripheral to send a stream of data from the computer to the nRF52832 development kit.

For this reason I need to maximize the rate at which these data are sent. I saw that the maximum baud rate of UART is 1M, but I was wondering if this 1M is bytes per second or bits per second.

My goal is to send these data at 1.28 M bits per seconds (160 k Bytes per seconds), would that be possible with the UART? If not, the UARTE would make it possible?

Best Regards,

Chiara

Related