Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9a837b8

Browse files
committed
QSPIFormat: add more feedback about full erase
1 parent 376aabf commit 9a837b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎libraries/STM32H747_System/examples/QSPIFormat/QSPIFormat.ino‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,11 @@ void setup() {
7979
}
8080

8181
Serial.println("Do you want to perform a full erase of the QSPI flash before proceeding? Y/[n]");
82+
Serial.println("Note: Full flash erase can take up to one minute.");
8283
if (true == waitResponse()) {
84+
Serial.println("Full erase started, please wait...");
8385
root->erase(0x0, root->size());
86+
Serial.println("Full erase completed.");
8487
} else {
8588
// Erase only the first sector containing the MBR
8689
root->erase(0x0, root->get_erase_size());

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /