STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB : TinyUSB for WebUSB

Dear community,i'm trying to use tinysub for WebUSB application.My device is already see as a HID device....In copy, my USB_descriptor.c  #include "tusb.h" #include "usb_descriptors.h" #include <string.h> // Identifiants USB #define USB_VID ...

JL_Loyd by Associate
  • 295 Views
  • 2 replies
  • 0 kudos

Resolved! How do I put the original flash bootloader back onto a device if I've erased or corrupted it?

I'm not sure how I did it, but my Blue Pill STM32F103C8T6 doesn't respond to st-info --probe any more. This has happened twice in a row with identical devices. It seems that if I Ctrl-D out of GDB (an old bad habit) the device seems to brick itself a...

USB RNDIS stucks on STM32H735IGT6

We have a problem converting our running USB VCP application (RTOS) to a working RNDIS version.We replaced the regular variants of usbd_cdc.* and usbd_cdc_if.* by their RNDIS variants.The USB OTG HS clock is enabled.We adapted the initialization:  ...

TKlem.1 by Associate II
  • 224 Views
  • 1 replies
  • 0 kudos

LwIP and a TFTP client

I've run into an interesting problem and curious if anyone knows a solution.  I am adding TFTP support to an amateur radio project (soon to be published as open source).  All the other code is based on LWIPs netconn API and I want the TFTP code to us...

Will5 by Associate III
  • 235 Views
  • 4 replies
  • 0 kudos