STM32N6 - booting off Quad spi (OTP) settings
Goal boot from a Quad SPI flash
- I shouldn't need to change any OTP settings.
- Any sNor flash chip connected to XSPIM_P2 that can operated in single spi mode can be booted off from?
From my understanding if we want to make a dev board and use a different external memory that is not Octo SPI flash but just Quad SPI flash we shouldn't have to change any of the OTP registers.
Since
- In sNor flash it starts in single spi mode
- Then in your FSB you can configure the SPI to your given device(From my understanding)
- There are no OTP registers for Nor flash settings
- These are all setup in the ROM
- Changing OTP 11 bits (5-8) would force us to loose the ability of Dev up (From my understanding)
Most of this info is from the
- How to proceed with boot ROM on STM32N6 MCUs
- https://www.st.com/resource/en/user_manual/um3234-how-to-proceed-with-boot-rom-on-stm32n6-mcus-stmicroelectronics.pdf
No boot source is programmed in OTP default source is serial NOR

No configuration needed

Default settings for the XSPI from the ROM

Flash is the boot when Boot1 (low) Fairly curtain thats sNor flash.

Related question

