STM32MP1 OTP Word 5..7 function details for remapping to the altenate pins
Hi everyone,
STM32MP1 ROM Code has default AF mux for SPI_NOR/NAND like this:
QUADSPI_CLK -> PF10 (AF9)
QUADSPI_BK1_NCS -> PB6 (AF10)
QUADSPI_BK1_IO0 -> PF8 (AF10)
QUADSPI_BK1_IO1 -> PF9 (AF10)
I want to remap to the new pins using the OTP CFG5..7
The poinst is, what is the order of usage.
Which part of which word should be assigned to which function.
My used pins like this:
QUADSPI_CLK -> PG7 (AF9)
QUADSPI_BK1_NCS -> PB10 (AF9)
QUADSPI_BK1_IO0 -> PD11 (AF9)
QUADSPI_BK1_IO1 -> PF9 (AF10)
so how should be seen the OTG Word 5 .. 7? My decision is like that. but i want to make sure it is true.
CFG5: 0x77912A97
CFG6: 0x4B9169A1
