I have a sensor HTS221 that I would like to power from an nRF52832 I/O to allow programmatically resetting the sensor. Looking at section 20.4.1 GPIO Electrical Specification we see:
Current consumption of the HTS221 will not be greater than 0.3 mA in all use cases (no use of the heating element) - but the minimum supply voltage is 1.7V. The highlight specification indicates a minimum of VDD-0.4 which for a 1.8V supply bus be insufficient to power the HTS221.
For a design with a 1.8V supply bus, what would the expected output voltage be for a GPIO set to High Drive sourcing 0.3 mA? The information provided in 20.4 is not clear on this. Can we guarantee GPIO output voltage >= 1.7V if current is limited to 0.3 mA?
Thanks!