I need to mix different information data sources (UART 3 wire + I2C) on a single data
packet to be sent on the SPP Bluetooth profile.
In order to mix the different sources I have to manage the different channels and in particoular
to reduce the data loosing on the 3 wire RS232 connection (10000 Byte/s on 230400 clock )
I need to implement a FIFO.
I have understood that the MSP430BT5190 Microcontroller has 4 different ports that could be configured
in a mixed way as UART and I2C and that I can implement my personal application.
Is it true?
Thanks you