STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L010F4P6 which pins are used by UART bootloader

Hello, I'm attempting to flash firmware to aforementioned microcontroller using STM32CubeProgrammer. I have connected ST-Link VCP port to PA2 and PA3 ports, and i can communicate with my application fine. I even erased flash memory so I could be sure...

tsma by Associate II
  • 2134 Views
  • 4 replies
  • 0 kudos

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
  • 1300 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
  • 545 Views
  • 3 replies
  • 0 kudos