STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BUG in stm32f4xx_hal_rcc_ex.h

In functionuint32_t HAL_RCCEx_GetPeriphCLKFreq(uint32_t PeriphClk)string     /* Get the current I2S source */     srcclk = __HAL_RCC_GET_I2S_SOURCE();must be     /* Get the current I2S source */     srcclk = __HAL_RCC_GET_I2S_SOURCE() ? RCC_I2SCLKSOU...

NZhar by Associate
  • 496 Views
  • 1 replies
  • 0 kudos

STM32G4-based USB microphone

Tried a lot of stuff, including STM32CubeExpansion_MEMSMIC1_V5.7.0, STM32CubeExpansion_USBAudioStreaming_V1.0.0, STM32CubeFunctionPack_SMARTMIC1_V2.3.0, porting existing apps to STM32G4 with no success.The USB device gets appeared in Windows OS in ~5...

Alexpp by Associate II
  • 1309 Views
  • 3 replies
  • 0 kudos

STM32H750 + USB3320 ( USB HS Device MSC )

Hello everyone,Our custom board use STM32H750 + USB3320 as USB MSC Device.Code reference MSC example and use st library except board specific part.Some pcs of the custom board have USB packet timeout problem when copy lots of files.I have no idea wha...

0693W00000WJNumQAH.png
JLin.15 by Associate
  • 529 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L552, SWAP_BANK dynamically

SWAP_BANK for the STM32L552 is a bit in the eeprom, but we want to swap the flash banks in an own bootloader dynamically and do not want to expire the eeprom's lifetime,Any option to swap the memory without eeprom settings?

mluerkens by Associate III
  • 750 Views
  • 2 replies
  • 0 kudos

STM32F030F4P6 bootloader on PA2, PA3 possible?

I want to use hardware I2C (which is only available on pins PA9, PA10 on the STM32F030F4P6 in TSSOP20 case). That overlaps with the standard pins used in the bootloader code for USART1_TX and USART1_RX (AN2606 Rev 55, page 50). The alternative pins u...

BAren.1 by Associate II
  • 1431 Views
  • 5 replies
  • 0 kudos