STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Move bulk of USB MSC ISR to user thread.

CubeMX USB MSC creates a large protocol stack to allow USB MSC to get to MMC memory device. This all runs directly from the ISR. We want as much of this to run in a user thread instead.My concerns are how will the low-level USB work with this kind of...

Interfacing TDM bus with STM32F4

Hello We need to interface TDM bus with USB from i7 based embedded PC. I saw "STM32 USB Device Audio Streaming software expansion for STM32Cube" and I am consider using it. Let me put here our requirement, possibly someone can comment if what we need...

dpn by Associate II
  • 434 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F042K6 USB HID Library Size Problem

Hi,I have created a CubeMx project for STM32F042K6. I am using following components:USBTSCIWDGGPIOTOUCHSENSINGUSB_DEVICEI just defined the pins and tried to compile but compiler says FLASH overflows around 2.5KI didn't even write one line of code. Th...