Other Parts Discussed in Thread: SYSCONFIG,
Tool/software:
Hi, I'm using the INA740B digital power monitor for a university project. I have it soldered to a test board and a 3.3V LED is being powered through it. My power supply says the LED at 3.3V is drawing 0.014A and consuming 0.044W. However, the results I'm getting through the power monitor are 2.825V, 0.0072A, and 0.0202W. For programming the power monitor, I used the C code generated through TI SysConfig and have it running on a Raspberry Pi Pico. The code is in the zip file attachment. The power monitor connects via I2C just fine and some data is being read, although it does not seem to be accurate. My thinking is it could be 1 of 4 things:
- This might be too low of a power level to be accurately measured by the device.
- I'm not reading one of the registers correctly (current, voltage, power).
- The ADC conversion time needs to be adjusted.
- The circuit is wired incorrectly or there is an issue with the microcontroller.
Any advice or suggestions with this issue are greatly appreciated.

