gowin: fix gw1n external flash access

This commit is contained in:
Gwenhael Goavec-Merou
2023-12-14 11:48:14 +01:00
parent 1dbc9e664b
commit 2093ce7520
+3
View File
@@ -1152,6 +1152,9 @@ bool Gowin::prepare_flash_access()
return false;
}
} else if (!is_gw2a) {
if (!enableCfg()) {
return false;
}
send_command(0x3D);
}