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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-05 4:11 AM
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.
- Labels:
-
STM32F7 Series
-
UART-USART
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-05 8:06 AM
Does it function otherwise?
What board?
Is it using a supported USART and pins?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-05 9:00 AM
Is bootloader triggered by configuring the BOOT0 pin which level is latched at reset rising edge?
Maybe do this manually, then use the USART?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-08 9:21 PM
@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.
