The RST line is high for some reason (2v according to the Fluke multimeter) so it is at the limit.
According to this line:
rst_ok |= safe_test_voltage(PIN_RST, 1.8f, 0.2f);
A correct voltage would be between 1.6 and 2.0 volts.
I wanted to change the error margin value from +/- 0.2 (0.2f) to +/- 0.3 (0,3f) or +/- 0.4 (0,4f) to see if that fixes it... but I have no idea what tools to use to compile the code. Can anyone help me?
Board are Erista patched (v 1.1) and emmc it´s SKHynix.
This isn't my first installation, nor my two hundredth... wiring, point values, wire continuity... no shorts. No flux residue... I know what I'm doing. I've tried five Waveshare RP2040 tiny and it happens with all of them. I've also tried Instinct v6s and the same error occurs.
Thanks.
The RST line is high for some reason (2v according to the Fluke multimeter) so it is at the limit.
According to this line:
rst_ok |= safe_test_voltage(PIN_RST, 1.8f, 0.2f);
A correct voltage would be between 1.6 and 2.0 volts.
I wanted to change the error margin value from +/- 0.2 (0.2f) to +/- 0.3 (0,3f) or +/- 0.4 (0,4f) to see if that fixes it... but I have no idea what tools to use to compile the code. Can anyone help me?
Board are Erista patched (v 1.1) and emmc it´s SKHynix.
This isn't my first installation, nor my two hundredth... wiring, point values, wire continuity... no shorts. No flux residue... I know what I'm doing. I've tried five Waveshare RP2040 tiny and it happens with all of them. I've also tried Instinct v6s and the same error occurs.
Thanks.