Tool/software: TI C/C++ Compiler
In the Msp430fr572x family user's manual, page 530, mentions in blue :
The eUSCI_B module supports two serial communication modes:
• I2C mode
• SPI mode
If more than one eUSCI_B module is implemented on one device, those modules are named with incrementing numbers. For example, if one device has two eUSCI_B modules, they are named eUSCI0_B and eUSCI1_B.
Does this means that I have to use eUSCI_B module only as one channel for I2C and the other for SPI, or I can use both channels for I2C, or for SPI?
Please advice. Thanks.
-Ted