You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Power banks stay at the same voltage level, no matter what is set with sysctl_set_power_mode. For example, power bank 6 always stays at 1.8V, power bank 2 always at 3.3V
Expected behavior
High-state voltage of the GPIO outputs are the value set with sysctl_set_power_mode.
Actual behavior
High state voltages seem unaffected by sysctl_set_power_mode.
It seems the meanings of SYSCTL_POWER_V33 and SYSCTL_POWER_V18 are reversed. If you set SYSCTL_POWER_V18, you get 3.3V, and if you set SYSCTL_POWER_V33, you get 1.8V.
EDIT: Forget it, my circuit just worked sporadically when fiddling around. sysctl_set_power_mode really doesn't do anything.
I investigated a bit further and I'm pretty sure the I/O voltage is not field-programmable. You "choose" the I/O voltage by supplying the desired voltage to the corresponding VCC pins. Example of a Sipeed board, where you can place 0 Ohm resistors to choose the voltage:
Then you use sysctl_set_power_mode to tell the chip which voltage you are supplying, for whatever reason.
Power banks stay at the same voltage level, no matter what is set with
sysctl_set_power_mode
. For example, power bank 6 always stays at 1.8V, power bank 2 always at 3.3VExpected behavior
High-state voltage of the GPIO outputs are the value set with
sysctl_set_power_mode
.Actual behavior
High state voltages seem unaffected by
sysctl_set_power_mode
.Test code
Then use a multimeter and check voltage of pin 16. Pin 16 is at 3.3V. This is wrong. Should be at 1.8V.
Then use a multimeter and check voltage of pin 36. It is 1.8V. This is wrong, should be at 3.3V.
Document version
Tag 0.5.6
Hardware
Maix Dock with M1 module
System
PlatformIO on macOS
The text was updated successfully, but these errors were encountered: