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
The configuration of the WP and HOLD pins in the driver initialization is wrong.
The pins should be configured to OUTPUT_INACTIVE since the pins are logically inverted (WPn and HOLDn)
The DTS for the flash entry should also be specified as GPIO_ACTIVE_LOW, not as 0, as it is now.
The configuration of the
WP
andHOLD
pins in the driver initialization is wrong.The pins should be configured to
OUTPUT_INACTIVE
since the pins are logically inverted (WPn and HOLDn)The DTS for the flash entry should also be specified as
GPIO_ACTIVE_LOW
, not as0
, as it is now.This and the readme have to be updated.
The text was updated successfully, but these errors were encountered: