Tool/software:
Tiva TM4C123BE6PM Support PMbus and Smbus protocol as master device. if supports then can this device handle 4 pmbus slave?
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.
Tool/software:
Tiva TM4C123BE6PM Support PMbus and Smbus protocol as master device. if supports then can this device handle 4 pmbus slave?
Hi,
There are four I2C modules on the TM4C123 MCU. I'm not familiar with PMbus specifically. The I2C specification only describes the physical layer, timing, and flow control of a 2-wire bus. The I2C specification does not describe the format of messages (such as the SMBus or PMbus protocols) and does not describe the content of the messages. As noted, the SMBus interface and PMbus are based on the I2C protocol; however, some differences exist. These differences must be handled through software in order to make sure the SMBus/PMbus protocol, including timing specifications, is met.
Hi,
The I2C bus supports up to 127 devices on single master using the 7-bit address. But to work correctly it also requires proper termination (pull up resistors) and topology. Pull up resistors depend on operating voltage, speed, number of devices and how long bus cable is. I don't see any problem handling four slaves.