Fix img urls in llfs.md

This commit is contained in:
L-diy
2023-11-16 19:24:05 +01:00
committed by GitHub
parent f6aeeeb393
commit fe430fdda2

View File

@@ -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)