Yes, the STEVAL-ISV020V1 can be used for supercapacitors, but of course it is current-limited.
MPPT only works from an input voltage of 2.6V (data sheet, section 6.3) if the integrated DC-DC converter is working. If you connect the single supercap directly to pin STORE, it creates a short circuit so that MPPT can practically never work: "In case of buck-boost configuration, once the harvested source is connected, the IN_HV
and STORE pins will be internally shorted until VSTORE < 2.6 V." Theoretically, the capacitor on pin STORE could be used as a buffer, the charge of which is periodically pushed into the supercap (see data sheet, section 6.1), but then MPPT will not really work properly.
In your case, it probably makes the most sense to connect the supercap to BATT via a resistor of ≥37.5 ohms. This resistor guarantees a minimum voltage of 2.6V at BATT, even when the supercap is completely discharged. This means that the DC-DC converter can work and therefore MPPT, too.
When the supercap is charged, it also supplies LDO1 and LDO2 backwards via the pass transistor. If you use it and want to use the maximum current, you could insert a Schottky diode parallel to the series resistor of the supercap (anode on pin BATT).
Finally set the values of R4, R5, R6 according to the equations 1...3 of the datasheet (section 6.1), with
- VBG=1.23V
- VUVP=2.2V
- VEOC=your target voltage, e.g. 3.2V
and use equations 4...7 to set MPPT:
- eq4: e.g. R1+R2+R3 = 10 Mohms
- eq5: R2+R3 ≤ 10 Mohms * 2.2V/6.91V ≤ 3.18 Mohms, say 3.1 Mohms
- eq6: will be much bigger than the result of eq5, so ignore
- eq7: set R2/R3 according to your required MPPratio, e.g. 0.7...0.8 (please read MPPratio=VMP/VOC as MPPratio=VMPP/VOC)
Regards
/Peter