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
1 changed files with 3 additions and 0 deletions

View File

@ -1152,6 +1152,9 @@ bool Gowin::prepare_flash_access()
return false;
}
} else if (!is_gw2a) {
if (!enableCfg()) {
return false;
}
send_command(0x3D);
}