Skip to content

Commit 084d1f0

Browse files
Apply suggestions from code review
Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent 836413f commit 084d1f0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/Hardware Support/Opta/Recover-an-Arduino-Opta-with-read-only-flash-memory.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ In certain situations, the QSPI flash memory on the Arduino Opta may become conf
77
The QSPI flash is likely read-only if:
88

99
* You are unable to erase or overwrite the QSPI flash memory.
10-
* You encounter an `Error formatting OTA partition` message when attempting to [partitioning the memory](https://support.arduino.cc/hc/en-us/articles/16206977438748-Reset-the-flash-memory-on-STM32H747-based-devices).
10+
* You encounter an `Error formatting OTA partition` message when attempting to [partition the memory](https://support.arduino.cc/hc/en-us/articles/16206977438748-Reset-the-flash-memory-on-STM32H747-based-devices).
1111

1212
The write protection can be removed by uploading a recovery sketch.
1313

1414
----
1515

16-
<!-- -->
1716

1817
Follow these steps:
1918

@@ -23,12 +22,12 @@ Follow these steps:
2322

2423
1. Open the sketch in your editor:
2524

26-
* Arduino IDE: Do one of the following:
25+
* In Arduino IDE, do one of the following:
2726

2827
* Create a new sketch and paste the entire unlockOptaNORFlash sketch into the editor.
2928
* Copy the .ino file into your [Sketchbook](https://support.arduino.cc/hc/en-us/articles/4412950938514-Open-the-Sketchbook-folder). Ensure that `unlockOptaNORFlash.ino` is inside a folder named `unlockOptaNORFlash`.
3029

31-
* Cloud Editor: Open the [Sketches tab](https://app.arduino.cc/sketches) and click on the **Create** button in the top-right corner. Select **Import local file** in the dropdown menu and import `unlockOptaNORFlash.ino`.
30+
* In Cloud Editor, open the [Sketches tab](https://app.arduino.cc/sketches) and click on the **Create** button in the top-right corner. Select **Import local file** in the dropdown menu and import `unlockOptaNORFlash.ino`.
3231

3332
1. Connect your Opta to your computer and select it in the editor.
3433

0 commit comments

Comments
 (0)