STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

PMBUS problems

Hi,I have problem with LTC7106 and STM32G431CBT6.LTC7106 use PMBUS. I never used SMBUS or PMBUS before.I tried to use normal SMBUS implementation and:I can find device (it find 0xC, 0x2A, 0x5A, 0x5B devices. First one is strange but maybe I don’t kno...

_apache_ by Associate
  • 142 Views
  • 1 replies
  • 0 kudos

CubeMX cannot configure LevelX with FileSystem

Hi,I'm trying to configure LevelX using CubeMX.  Does any one know how to link the component driver to LevelX? under file system interfaces, under bsp,The QuadSPI is different from the one listed under bsp, but I included in the project so I can figu...

mattcrc_0-1740792723601.png mattcrc_1-1740792803129.png mattcrc_2-1740792876746.png mattcrc_3-1740793091567.png

STM32CubeMX not generating syscalls.c and sysmem.c

Hi everyone,I used STM32CubeMX (version 6.11.1) to generate the initialization code for an STM32G491RCT.The toolchain is configured as a Makefile project.At the end of the C_SOURCES definition, it specifies sysmem.c and syscalls.c.# C sources C_SOURC...

mbaer_zg by Associate
  • 1936 Views
  • 5 replies
  • 13 kudos

I2S microphone and sampling frequency in CubeMX

Hello,Configuring the I2S on CubeMX on STM32G431, for which I've connected a microphone in PDM, I want a sampling frequency of 48KHz@16bit.Typically, this requires a PDM frequency of 3.072MHz and a decimation of 64.I wonder why I need to tell CubeMX ...

PCu1 by Senior
  • 159 Views
  • 0 replies
  • 0 kudos

sysmem.c build error in clang

When building an STM32CubeMX generated cmake project with clang there are two files that generate errors:sysmem.cthe linker script (STM32L431RCTX_FLASH.ld and stm32l476rgtx_flash.ld)sysmem.c produces the following error:Core/Src/sysmem.c:30:35: error...