User Activity

Hi, I am using Nucleo F303re with STM32 HAL Libraries built by STMCubeMX in order to implement an USB Audio player with bulk transfers. I changed the USB-CDC code a little bit to implement my application. I receive the data in the CDC-Receive-FS func...
Hi, I am succesfully sending the data through libusb to the changed CDC example. But i need to use the CDC_Receive_FS function to send the data from USB buffer to DAC with DMA. So USB transfer speed is faster than the speed Timer triggers the DAC-DM...
Hi,For my application i need to add just one more OUT endpoint to my USB Device. I am using nucleo f303re development board. I configured a CDC project from cubemx and made it a libusb project following stm training about usb but now i need to get 12...
Hi, I am new to stm programming. I now need an application where i can send the isochronously from PC to device (I m working on f303re nucleo board). Couldn't find any information about how i can do that. I am creating a libusb CDC project and then i...