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

USBH class request getting failed as USBH_BUSY

Hi,I am implementing a USB host library into my project. The first step to add a USB drive class. I have copied the files from the stm32f4 cube f4 discovery board sample project. Using Full Speed mode.The standalone sample project working fine on my ...

Resolved! How to get USB stick free size in FAT file system?

Hi,I am working to make application of USB host. At initial stage, I need to read how big is the free size of attached USB stick using the FAT file system middle ware. Can someone give me some pointer which FAT system interface I can use? I know how ...

BParh.1 by Senior III
  • 645 Views
  • 2 replies
  • 0 kudos

STM32H7 Ethernet intended use of second RX Buffer

What is the idea behind the possibility of having two RX Buffers on the same RX Descriptor?In the Cube HAL Driver only one buffer is used. What would be the advantage of having two buffers on one descriptor instead of just using two descriptors for t...

JRS by Associate III
  • 422 Views
  • 0 replies
  • 0 kudos

Help on integrating TinyUSB

Hello,For quite some time now, I've been struggling to integrate the STM32 USB stack into my USB microphone project (+ freeRTOS and some other stuff), and recently I saw in this forum some suggestions on TinyUSB as an alternative.So, did anyone alrea...