STM32G473 system bootloader responds with 0xA5 continuously on SPI1
Hello,
I've two STM32G473 controllers connected on SPI3 and SPI5 of main controller (STM32H753).
1. STM32G473 - Boot, Chip Select and Reset pins are controlled through the I/O pins of STM32H753, SPI5 of H753 is used to interface G473 on SPI1(as per note AN2606). This controllers works ok and I'm able to update the firmware of it through host H753.
2. STM32G473 - Boot, Chip Select and Power(VDD) is controlled through I/O pin on H753. SPI3 of H753 is used to interface G473 on SPI1(as per AN2606). This controller always sends 0xA5 on the MISO line.
Things I've tried,
1. Verified the option bytes of both controllers and they are identical
2. Tried to send sync byte multiple times and receive the ACK
what could be the reason that it is not sending the ACK byte(0x79)
