STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USBX on STM32C0 incomplete?

Hi All,I have previously experiemented with USB HID mouse coding on STM32F0 series and got code working very quickly.However, I am now trying to get the same going using USBX on STM32C0. My application has been built in MX but wouldn't enumerate. I a...

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
  • 233 Views
  • 2 replies
  • 0 kudos

STM32F732, RTO interrupt do not working

Hi all, I use UART8 of the STM32F732VE with 921600bps. And I want to use UART rx dma with RTO interrupt in the following sequence. 1. __HAL_UART_ENABLE_IT(&huart8, UART_IT_RTO)//interrupt enable 2. huart8.Instance->RTOR = 0xff00 //set timeout 3. HAL...

Hosung by Associate
  • 24 Views
  • 0 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...