Skip to main content
AlexVetoshko
Associate
February 18, 2021
Question

STM32 USB Isochronus endpoint problem

  • February 18, 2021
  • 1 reply
  • 1118 views

Hello!

I have a problem. I created a USB audio device project in CubeMX. Then I changed the descriptors and related functions to get a device like a microphone. The device is detected correctly in the Windows system. But there is a problem: DataIn endpoint callbacs and SOF events are not raised. I cannot process and send data. I am interested in implementation using the latest version of the HAL + USB device library (I only find examples use old versions and USB OTG + CMSIS). Why might Isochronus DataIn callbacks be missing?

Project sources in attachment

This topic has been closed for replies.

1 reply

Gabriel Melo
Associate II
February 19, 2021

Hey, I have the same problem... I started my program using CubeMX libraries + X-CUBE-MEMSMIC1 expansion package. I do see the event raised for a volume control, but no other event