Hello!
I would like to be sure of something.
Is it possible to use all the serial interfaces at the same time?
Well, not really at the same but independently in the same program?
For instance I have the 5659 documentatiion in front of me.
I can see that pin 59 can be configured as UCB1STE and UCA1CLK.
As long as I use UCB1 in master mode, I guess there is nothing preventing
me to use
A1 (pins 59(clk), 60 (mosi), 61(miso) and some GPIO for CS)
and
B1(pins 62(clk), 65(mosi), 66(miso) and some GPIO for CS)
at the same time, right?
Thanks,
Pascal