diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-08-15 17:29:50 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-08-15 17:29:50 -0500 |
| commit | 5c51df3faec292a701448bc7d79c4920b91f549b (patch) | |
| tree | 66587ad64ae6ea88ab0344d4b3deab98b2c71208 /README.md | |
| parent | 5d45727e33e224360a59b52e283ccb840ae9b926 (diff) | |
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100755 index 0000000..c519707 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Hi there. If you found this and would like to adapt it to your own project, edit the Device Name + version number field in "./Core/Src/Dev_Inf.c"
+Make sure to verify your Quad-SPI pin out in STM32CubeMX by opening audio_external_loader.ioc. Regenerate the code if you end up changing the pin locations.
+Finally, disable "discard unused sections" in the linker options.
+
+The output .elf binary extention must be renamed .stldr and placed here to appear in STM32CubeProgrammer:
+
+```
+C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\ExternalLoader
+```
\ No newline at end of file |
