Open rei-vilo opened 6 years ago
It looks like slave I²C isn't implemented, so I'm changing the thread to a feature request.
For using the MSP432 as a peripheral, SPI slave and I²C slave are not implemented. Only remains UART. Not very exiting, especially when only I²C is based on interrupts.
The I²C slave implementation on the MSP430 works great, so why the MSP432 shouldn't offer similar feature?
Is I²C slave implemented on the MSP432?
I was unable to run this very basic program on the MSP432. I tried
myWire(0)
andmyWire(1)
.However, the very same program runs fine on the old MSP430G2553 on port
myWire(0)
.The Arduino Uno board is connected to the LaunchPad through a logic level converter with the required pull-up resistors.