Skip to main content
Visitor II
September 14, 2024
Question

SPI bootloader (board to board) - not getting any acknowledgement

  • September 14, 2024
  • 1 reply
  • 579 views

Hello ,

I am using STM32H750B(host) device and STM32H743ZI as target board . I am using spi2 from host side and spi1 for target board, after putting my target board in boot mode i am running application from my host device , i can able to see on logic analyzer that synchonization byte(0x5A) is being send followed by dummy byte(0x00).

But i am not able to get any ACK or NACK.

I am using the spi bootloader from here https://github.com/glegrain/STM32-SPI-Bootloader-host

Screenshot from 2024-09-14 13-39-23.png

I have kept these settings for SPI.

Screenshot from 2024-09-14 14-16-35.png

    This topic has been closed for replies.

    1 reply

    ST Employee
    September 16, 2024

    Hello @AnoopYadav 

    Do you have the same issue when using STM32CubeProgrammer?