2025-10-09 7:04 AM - last edited on 2025-10-09 7:18 AM by Andrew Neil
I’m designing a custom board based on STM32N6 and using the same boot flash as the NUCLEO‑N657X0‑Q (MB1940). In the reference design, all OCTOSPI signals to the flash have 0‑Ω bridges in series, and the traces are length‑matched including those footprints.
What’s the main reason for these 0‑Ω parts? Are they only for flexibility during bring‑up (e.g., swapping in damping resistors), or do they serve another purpose? Is it safe to omit them or do they serve a specific reason?
Snippet from the MB1940 Schematic:
Thanks in advance and best regards,
Julius
2025-10-09 7:15 AM
@JGiss.1 wrote:What’s the main reason for these 0‑Ω parts?
So that people who want to disconnect the memory (eg, to use the pins as GPIO) can easily do it.
Remember that Nucleos are intended as general purpose evaluation tools.
2025-10-09 7:29 AM - edited 2025-10-09 7:34 AM
@Andrew Neil wrote:So that people who want to disconnect the memory (eg, to use the pins as GPIO) can easily do it.
Thanks for your answer!
This would make a lot of sense to me if the pins were routed out on a connector, which they aren't. That's why I thought this would be an unlikely reason for the bridges. RMII/USB/... Pins all don't have any solderbrdiges in their traces to make them usable as GPIO or any other function.