stratix 10 PMBUS's issue
Hi,everyone.
The circuit board of the 1SX110HN chip we designed ourselves is not connected to the I2C of PMBUS, and other DC-DC chips are used for power supply. Now downloading the SOF file, the following error occurs:
Error(18950): Device has stopped receiving configuration data
Error(18948): Error message received from device: External hardware access error. (Subcode 0x0032, Info 0x00040008, Location 0x00001800)
Error(22248): Detected a PMBUS error during configuration. Potential errors: VID setting is incorrect in the Intel Quartus Prime project. The target device fails to communicate to a smart regulator or PMBUS master on a board.
eg:Is it necessary to connect to the PMBUS bus, and can other DC-DC chips without I2C configuration be used?
Hi,
the full device name tells if you are using a V (SmartVID) or L or X (fixed voltage) type, most likely the former.
Power management guide tells:
Intel Stratix 10 standard power devices (–1V, –2V, –3V power grade) are SmartVID devices. The core voltage supplies (VCC and VCCP) for each SmartVID device must be driven by a PMBus-compliant voltage regulator dedicated to the Intel Stratix 10 –V device that is connected to that Intel Stratix 10 device via PMBus. For Intel Stratix 10 standard power devices, use of a PMBus-compliant voltage regulator for each device is mandatory. Intel Stratix 10 devices will not configure or function correctly if the core voltage is driven by a non-PMBus compliant regulator with a fixed output voltage.
Frank