STM32MP133 OTP Alternate QSPI Boot
Hello, In order to use the non-default QSPI boot locations, my understanding is port0-port3, 4 signals need to be defined in OTP words 3, 5, and 6 based on a similar question about SDMMC1 discussed here:
https://community.st.com/t5/stm32-mpu-products/how-to-change-emmc-interface/td-p/344994
For QSPI the default signals according to the getting started guide, AN5474, are:
PB2 QUADSPI_BK1_NCSQUADSPI_BK1_NCS
PF10 QUADSPI_CLK
PF8 QUADSPI_BK1_IO0
PF9 QUADSPI_BK1_IO1
What is the mapping for the OTP ports 0-3 to the functional signal names NCS, CLK, IO0, IO1?
i.e. port 0=NCS, CLK, IO0, or IO1? Same for the other three ports.
I was not able to find this described or an example for QSPI and OTP.
Thanks.
