aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-12-17 19:33:41 -0500
committerIan McIntyre <me@mciantyre.dev>2025-12-17 21:28:52 -0500
commitfa5b0daeb02bb1775462ac57b353589d983fa2bb (patch)
treeef71ac3c591a103df61dfe5c75c911065387d662 /README.md
parent53f0e5d382b346aa8b8c5cf221fa3b2464ef4617 (diff)
Configure FlexSPI1 pins on 11xx MCUsHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index e52f598..8085985 100644
--- a/README.md
+++ b/README.md
@@ -60,4 +60,9 @@ Eventually, I might try to define a universal flash programming algorithm,
one that works across different flash parts. But for now, they're separate by
manufacturer.
+FlexSPI pin muxing assumes you're using the boot ROM's primary FlexSPI1
+interface. In fact, all algorithms assume you're using FlexSPI1! If your board
+is doing something different, then you'll need to manually change the pin muxing
+/ FlexSPI instance. There's no board-by-board configuration.
+
License: APACHE-2.0