cancel
Showing results for 
Search instead for 
Did you mean: 

Boot Rom from Alternate Pins for Serial NOR Flash in STM32MP15

vmartinm
Associate

According to the wiki here: ROM_code_overview, the pins to boot from a serial NOR flash chip can be modified by the OTP Register. I understand that I must set the bit 0 of the word 3 to 1, but how do I define which function I move to another pin? which pins can i use?

For example, could I move the QUADSPI_CLK signal from pin PF10 to PA7? And how?

Thanks

Víctor

1 REPLY 1
PatrickF
ST Employee

Hi @vmartinm 

Best would be to stick with default which avoid OTP programming which is always adding complexity in development and production.

Obviously, you could only use pins where related signal is available (Datasheet or CubeMx should help).

For an example, look at this post: https://community.st.com/t5/stm32-mpus-products/stm32mp133-otp-alternate-qspi-boot/m-p/572423

Once you have defined which pins on which AF, you could compute the OTP3/OTP5/OTP6/OTP7

If you post your values, I could try to check them.

Regards.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.