STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I have an issue with STM32L552 USB library. After sending an HID message once, the usb will send empty packets indefinitely (len=27, data len =0).

This is the data I recorded with WireShark. As shown in the picture, when I send HID packet once (len=91), the USB will send empty data packets indefinitely (len=27), then trying to send packets from host to device (out direction) will cause the tran...

YGree.2 by Associate II
  • 1007 Views
  • 2 replies
  • 0 kudos

going from normal SPI to dma, no call back.

I got my SPI5 running the way I want it but now I want to move to DMA. When I do this the SPI lines remain low after sending its data. So I assume my config is off. Using the IOC to make changes I only see the fowling added.    /* SPI5 DMA Init */   ...

ulao by Associate III
  • 424 Views
  • 3 replies
  • 0 kudos