STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB soft reset on STM32H745

I am trying to get the device working but I cant seem to get the basic working.Code :USB->GRSTCTL |= USB_OTG_GRSTCTL_CSRST; do {   if (++count > 200000U)   {     return TIMEOUT;   } } while ((USB->GRSTCTL & USB_OTG_GRSTCTL_CSRST) == USB_OTG_GRSTCTL_C...

LHoug.1 by Associate II
  • 501 Views
  • 4 replies
  • 0 kudos

STM32F769 ST Bootloader

Dear,I have an issue about the embedded ST bootloader on the STM32F769. I'm not able to communicate with it.On a custom board, I use a STM32F769BG connected to the USART 1 (PA9 / PA10). When I send the 0x7F value, I don't have a response from the MCU...

YDann.7 by Associate III
  • 201 Views
  • 2 replies
  • 0 kudos