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

Resolved! How to reset Timer interrupt counter?

I'd like to turn LED on or off according to UART receiving situation.What I'd like to do is following,1. If there is no receiving during 3 sec from last data, the LED is turned on (showing NO RECEIVING).2. When UART RX interrupt comes, the LED is tur...

Naos Y by Associate II
  • 1134 Views
  • 3 replies
  • 0 kudos
JDhil.1 by Associate
  • 918 Views
  • 3 replies
  • 0 kudos

Facing problem to Clear USB Buffer

I am sending data to USB (USB HID)like  buf[2]=0x04;    USBD_HID_SendReport(&hUsbDeviceFS,buf,8);then I Clear a buffer like buf[2]=0x00;USBD_HID_SendReport(&hUsbDeviceFS,buf,8);So it sends zero continuously through USB, So how to clear these buffe...

STAR by Associate II
  • 416 Views
  • 0 replies
  • 0 kudos