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.

MSPM0G3507: MSPM0 examples for I2C/UART bridge

Part Number: MSPM0G3507

Tool/software:

Hi,

There are two examples for I2C/UART bridge from the MSPM0 SDK, which are the "uart_to_i2c_bridge" and the "i2c_to_uart_bridge".

I would like to confirm if the following two descriptions as my understanding are correct.

It looks like they would work together in case that a host UART connects to a "uart_to_i2c_bridge" which is connected by a "i2c_to_uart_bridge".

But they would not work together in the other case that a host I2C connects to a "i2c_to_uart_bridge" which is connected by a "uart_to_i2c_bridge", for the their UART protocols are not exactly same.

Thanks,

Jim

  • Hi Jim,

    For the default subsystems, your descriptions are correct. You can modify the i2c_to_uart_bridge uart data packets to be compatible with the uart_to_i2c_bridge if this configuration is preferred.

    Best Regards,
    Brian