diff --git a/docs/llfs.md b/docs/llfs.md index 3a63df3..38f4a7b 100644 --- a/docs/llfs.md +++ b/docs/llfs.md @@ -166,11 +166,12 @@ The following functions are tested and working, but other functions might also w ## Enabling the external loader in STM32CubeIDE In order to write the file system data to the QSPI flash, the external loader must be enabled in STM32CubeIDE. This can be done by opening the debug configuration: -![](img\ext_loader_step_1.png) + +![screenshot of step 1](img/ext_loader_step_1.png) Then, in the `Debugger` tab: 3. Enable the `External Loader` 4. Click the `Scan` button 5. Select the correct loader: `N25Q128A_STM32F746G-DISCO, 0x90000000 ...` -![](img\ext_loader_step_2.png) +![screenshot of step 2](img/ext_loader_step_2.png)