diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-08-15 17:37:16 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-08-15 17:37:16 -0500 |
| commit | fddef9d200acd8f715d42f94b42722f2a2ee6600 (patch) | |
| tree | c9423deef563702c25f58b78aa11dc05d952f405 | |
| parent | 091a130d655e75bb4d5f24a15883206869e43aa7 (diff) | |
readme
| -rwxr-xr-x | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -Note: Application will not work and get stuck in Reset_Handler with XiP when compiled with no optimization. Ensure you use -Os or -O2.
-QUADSPI should not be reinitalized. Only configure it in STM32CubeMX so the clocks are the same and comment out MX_QUADSPI_Init.
\ No newline at end of file +Note: Application will not work and get stuck in Reset_Handler with XIP when compiled with no optimization. Ensure you use -Os or -O2.
+QUADSPI should not be reinitalized. Only configure it in STM32CubeMX so the clocks are the same and comment out MX_QUADSPI_Init.
|
