Board test system for Stratix 10 development kit
Hello Intel Forums,
I have a stratix 10 GX devkit. I'm connecting to it using the board test system provided by Intel.
I'm looking at the power utility, and it reports that the VCC voltage is 890mV and the current is 8951mA. Is this correct? Is there really nearly 9A of current running through the VCC rail?
I have connected directly to the LTM4677 power register using an I2C master. With this, I read the voltage as 890mV, but the current is around 1.5A, which seems likely. Is there a bug in the board test system?
From the documentation on the LTM4677, the Vout is returned in ' Linear_16u' format while Iout is in 'Linear_5s_11s' format. If I use ' Linear_16u' for both Vout and Iout, I get numbers that match the board test system, but that's not the correct format claimed by the LTM4677
Thank you for your assistance.