diff --git a/content/Hardware Support/Generic/Reset-the-flash-memory-on-STM32H747-based-devices.md b/content/Hardware Support/Generic/Reset-the-flash-memory-on-STM32H747-based-devices.md index c21e9c31..5c54b0f8 100644 --- a/content/Hardware Support/Generic/Reset-the-flash-memory-on-STM32H747-based-devices.md +++ b/content/Hardware Support/Generic/Reset-the-flash-memory-on-STM32H747-based-devices.md @@ -10,12 +10,10 @@ You may want to use this procedure to: * Restore the factory-defined memory allocation for full support of Arduino IDE or Arduino Cloud. * Resolve issues with storage or connectivity. -> [!IMPORTANT] -> Resetting the flash memory will remove the PLC IDE runtime. [Reinstall the runtime](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license/#3-download-the-runtime) to continue using PLC IDE with your device. - Supported devices: * Arduino GIGA R1 WiFi +* Arduino Opta Lite * Arduino Opta RS485 * Arduino Opta WiFi * Arduino Portenta H7 @@ -25,7 +23,10 @@ Supported devices: --- -**Follow these steps:** +> [!IMPORTANT] +> Resetting the flash memory will remove the PLC IDE runtime. [Reinstall the runtime](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license/#3-download-the-runtime) to continue using PLC IDE with your device. + +Follow these steps: 1. Download the following sketch: @@ -51,3 +52,5 @@ Supported devices: Firmware and certificates updated! It's now safe to reboot or disconnect your board. ``` + +Check if the problem persists. If you're using PLC IDE, you'll first need to [reinstall the runtime](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license/#3-download-the-runtime). If you're using an Arduino Opta and still encounter issues, the memory may have write protection enabled. Follow the instructions in [Recover an Arduino Opta with read-only flash memory](https://support.arduino.cc/hc/en-us/articles/16289852333212-Recover-an-Arduino-Opta-with-read-only-flash-memory), then repeat the steps above.