diff --git a/src/lattice.cpp b/src/lattice.cpp index 2f52852..788b512 100644 --- a/src/lattice.cpp +++ b/src/lattice.cpp @@ -461,6 +461,7 @@ bool Lattice::program_flash(unsigned int offset) printInfo("Refresh: ", false); if (loadConfiguration() == false) { printError("FAIL"); + displayReadReg(readStatusReg()); return false; } else { printSuccess("DONE");