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
Running python espefuse.py burn_efuse SPI_PAD_CONFIG_CS0 32 in espefuse.py v2.0.1 yields the following error: A fatal error occurred: Value mask for efuse SPI_PAD_CONFIG_CS0 is 0x1f. Value 0x20 is too large.
The documentation for espefuse.py states that GPIO 32 and 33 are allowed as SPI pins and from what I understand should be entered as their real value (e.g "32" or "33").
The text was updated successfully, but these errors were encountered:
radimkarnis
changed the title
Can not set SPI_PAD_CONFIG_CS0 to values greater than 0x1f
Can not set SPI_PAD_CONFIG_CS0 to values greater than 0x1f (ESPTOOL-130)
Dec 10, 2020
Running
python espefuse.py burn_efuse SPI_PAD_CONFIG_CS0 32
in espefuse.py v2.0.1 yields the following error:A fatal error occurred: Value mask for efuse SPI_PAD_CONFIG_CS0 is 0x1f. Value 0x20 is too large.
The documentation for espefuse.py states that GPIO 32 and 33 are allowed as SPI pins and from what I understand should be entered as their real value (e.g "32" or "33").
The text was updated successfully, but these errors were encountered: