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

Callback functions of HAL Lib with QSPI and DMA in Double Buffer Mode TxCplt / TxHalfCplt for every Buffer??

Hi,I use DMA in Dual Buffer mode to feed QSPI Interface. Now I need to know when DMA starts with second buffer so I can start to rewrite the first one.I was checking static void QSPI_DMATxHalfCplt(DMA_HandleTypeDef *hdma)andstatic void QSPI_DMATxCplt...

Resolved! Is it possible to use the USB-OTG-FS in the discovery board as a virtual COM port that communicates with a computer through USART?

Hi all, I am new to USB communication so please forgive my imprecisions. I am using the discovery board STM32F469I-DISCO. I have been able to establish serial communication through the programming port (the port connected to the ST-link/V2-1) using ...

FG by Associate
  • 1632 Views
  • 3 replies
  • 0 kudos

USB CDC Class problem

Posted on February 26, 2018 at 10:02Hi,I am working on a nucleo STM32H7 and I am trying to communicate with a Hokuyo through USB. When  I connect the device  the init fails at some point in the usbh_cdc.c (USBH_CDC_InterfaceInit)In this function the...

ab val by Associate III
  • 749 Views
  • 1 replies
  • 0 kudos

Knowing when USB CDC is ready to tx

Posted on May 05, 2018 at 02:46Context.  I using CubeMx on a STM32L462 with FreeRTOS (works fine).  When enabled, MX_USB_DEVICE_Init() is added to the default FreeRTOS task to activate a USB channel which also works fine.. I have my USB channel set ...