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

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
  • 577 Views
  • 0 replies
  • 0 kudos

Resolved! (Solved) Can't transfer specific byte sequence over VCP

So far I have been using VCP in my project for about six months with no problems. But today I found it was not able to send a specific 'packet' of bytes.Here is the SWV printf output from STM32CubeIDE:Sending 10 bytes 255 254 5 0 19 0 0 0 24 106Note ...

iforce2d by Associate III
  • 1047 Views
  • 6 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...