STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I2C bootloader on STM32G03x problem

I have problem with bootloader on STM32G031. I am using pins PB6 and PB7 according to manual (AN2606), but no response at address 0x51 (I hope Slave 7-bit address: 0b1010001x means 0x51).I am getting into bootloader by rebooting and remapping SYSCFG_...

MMisa by Associate III
  • 455 Views
  • 1 replies
  • 1 kudos

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