STM32F429 SPI bootloader doesn't respond to Synchronization Byte. What am I doing wrong?
I'm having trouble getting into SPI bootloader mode on SPI1 using NUCLEO-F429ZI.
I have verified this:
I have followed this:
And used these pins and SPI mode:
But I still don't get any responce:
Full sequence från me pushing the reset button and my second board sending the Synchronization Byte:
Details when sending 0x5A (Synchronization Byte):
What am I doing wrong here?
I have a simple LED blinky program on the MCU (that it boots to when BOOT0 is low). I can see that it boots into bootloader mode at least beacause it doesn't blink the LED anymore. But I't doesn't respond.
