STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L4 USB wake up from Stop0/1

Hello,I am developing a USB HID application on STM32L443. The HID communication works in both directions when I put the controller in Sleep mode with WFI and Sleep on Exit. I am currently experimenting on the suspend/resume capability of the USB. I h...

Dim N by Associate II
  • 1591 Views
  • 3 replies
  • 0 kudos

Resolved! I2C interrupt not triggered

I'm running out of ideas, there is no interrupt triggered when sending data over I2C.Processor: STM32L451Middleware: FreeRTOSI2C interrupts are enabled in STMCubeMx, also pins are configured for I2C.Sending data with HAL_I2C_Master_Transmit_IT():CR1:...

stm32 tcp_echoclient example

Can you please explain the following steps in detail in the the tcp_echoclient example.       /* pass newly allocated es structure as argument to tpcb */       tcp_arg(tpcb, es);       /* initialize LwIP tcp_recv callback function */        tcp_recv...

KINGame by Associate III
  • 264 Views
  • 0 replies
  • 0 kudos

USB DFU Bootloader for STM32F730

Hello,I noticed that in AN3156 (USB DFU protocol used in the STM32 bootloader), STM32F730xx MCUs are not listed in the table of applicable products on the first page. Does the F730 really not come with a USB DFU bootloader? Or is this omission uninte...