Skip to main content
SVark.18
Associate
April 5, 2019
Question

I am trying to load my code using USART in STM32F730Z8T6 via st-link v2 usbdriver(Bootloader provided by ST). I am getting "No response from device" error message. How do I fix this?

  • April 5, 2019
  • 3 replies
  • 723 views

The hardware pin has been set high and the boot address in register is same as ST programmed value. Baud rate is set to 9600.

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
April 5, 2019

Does it function otherwise?

What board?

Is it using a supported USART and pins?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
S.Ma
Principal
April 5, 2019

Is bootloader triggered by configuring the BOOT0 pin which level is latched at reset rising edge?

Maybe do this manually, then use the USART?

SVark.18
SVark.18Author
Associate
April 9, 2019

@Community member​ 

Yes the board functions otherwise. We have designed our own board. PA9 and PA10 have been used for USART and they are supported.