STM32F407IE programming via SPI
Hello,
I am currently using the STM32F407IE (Board A) and want to use another STM32 (Board B) with it, but I want to be able to program board A via board B using a SPI interface as I can use this as a general comms interface as well. I know you can program through the SPI interface from AN4286 but it doesn't specify if any specific port needs to be used.
my question is can I use any SPI port on the STM32F407IE to program through the bootloader? or does it have to be a specific SPI port? assuming I have access to the BOOT0 pin and the NRST pin from board B.
Thank you in advance.