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

Resolved! How to install X-Cube-USB-Audio

Good morningAre there any isntall instructions for the X-Cube-USB_Audio extension?Don't see anything on the product site...Also when trying to install it manually through the package manager it tells me that this package isn't compatible or corrupted...

Davorin by Senior
  • 2110 Views
  • 4 replies
  • 0 kudos

Resolved! Problem with HALEx RTC Libraries

Hi,I see a problem in the HAL_RTCCEx_DisableBypassShadow function as the previous post POST advise, they convert the mas to uint8_t and by doing this when the value is and'ed the 24bit on the left are erased unintended.Im using 1.16.0 of IDE and (STM...

danirpg_0-1723590891383.png
danirpg by Associate II
  • 497 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F4 Timer encoder mode

Good morning everyone,I'd like some help on this problem.On a WeAct BlackPill board equipped with STM32F411CEU6 I wrote a fairly simple program using the encoder mode on Timer2 to keep up with count and direction.I activated the interrupt feature as ...

Resolved! Confusion in selecting boot mode.

Hello guys, I am trying to make a development board using STM32G070KBT6 MCU, I want to add two modes to program flash memory 1. UART2. SWDbut the PA14-BOOT0 share a common pin, I have looked online for suggestions but am a bit confused now, can anyon...

Nightmare on Linked Resource street!

I added a Linked Resource and tested it on an include line, although the path is the same, it fails.I have zero idea why, does it need another syntax?Path variable:-> REPOSITORY_LOC set as C:\Users\Dev\STM32Cube\RepositoryWith GCC Copiler Include Pat...

Robmar by Senior III
  • 2099 Views
  • 13 replies
  • 1 kudos

STM32G4 PDM microphone CubeIDE example?

Still looking for ANY example showing a STM32G4 using a PDM microphone over SAI. ST sells both, and supposedly work together, but all I see in support forums is everyone (including ST employees) saying how they have to paste things together from unsu...

TZiel.1 by Associate II
  • 1205 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 SMBUS Stack Unexpected Behaviour

We're performing a block procedure call and struggled with odd SMBus-stack behaviour.#define BLK_PRC_CALL ((uint8_t)0x90) /*!< Block process call - write, then read, variable sizes */We incorrectly assumed the stack would read the response length fro...

corvusoft_0-1716816961234.png