Hello,
As i understand from below link discussion, IPMB can be implemented with available standard peripherals (I2C, SPI, UART, ...). Is there software code for this ?
BR,
Manu
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.
Hello,
As i understand from below link discussion, IPMB can be implemented with available standard peripherals (I2C, SPI, UART, ...). Is there software code for this ?
BR,
Manu
Hello,
I'm not very familiar with IPMB, but based on this Wireshark description, it's a protocol based on the I2C interface, which most MSP430 devices support. I don't think we have any IPMB example code, but we do offer I2C code examples in TI Resource Explorer in the cloud or inside CCS. There's also an I2C Academy that may be helpful.