STM32H745II, SPI Boot programming not working.
Hi .
I have STM32H745II controller, I am keeping its boot pin at HIGH state and providing reset condition.
Host controller's SPI pins are connected to SPI3 pins PC10, PC11, PC12 and PA15 of STM32H745II for communicating in SPI boot mode.
Here STM32H745II is not responding to SPI boot Sync command i.e ( byte 0x5A ).
Where as connecting another STM32H723 controller with Host controller with same connecting result in positive response from STM32H723 controller and flash memory can be verify with stm32cubeProgrammer memory read view.
How to program STM32H745II ( Dual core controller ) in SPI boot mode ?
Do I need to make any specific changes for dual core H7 series controller to work in boot mode ?
Is there any example code for STM32H7 dual core controller firmware update vai OTA ?
My requirement is to write flash memory in boot mode by SPI protocol.
