STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

X-CUBE-ST67W61 interface

 I am planning to have my application interface with the service API of the X-CUBE-ST67W61 Software package.How does the shell utility interface with the Service API?Is the communication interface through a queue?

X-CUBE-ST67W61 architecture.jpg

Tools/CAD network addresses

Good day,I'm using CubeMX 6.15.0 and CubeIDE 1.19.0 on MacOS 15.6.1 on Intel and Windows 10.I've got a little situation, when generating footprints for Altium, I go into <Tools><CAD> and after a short period CubeMX will say "Connection lost... Please...

MX_FLASH_Init does not launch option bytes loading

MCU: STM32H563VITx Stm32CubeMX version: 6.14.0 HAL Driver version: 1.5.0 When I enable EDATA option bytes in CubeMX, it generates the following code: void MX_FLASH_Init(void) { /* USER CODE BEGIN FLASH_Init 0 */ /* USER CODE END FLASH_Init 0 */...

Resolved! Compilation failure after upgrade to STM32CubeMX 6.15

Hi,I have upgraded recently to STM32CubeMX 6.15 on Linux and regenerate code for my STM32G491RE project (that uses iostream). Since this, it gives me compilation errors on missing libc symbols (for example putwc). After investigations, it seems the l...

Ykrons by Associate
  • 195 Views
  • 5 replies
  • 3 kudos

Linker error with LL SPI driver when I2S is not configured on STM32G4

在使用 STM32CubeMX 进行项目配置时,我只启用和配置了与 SPI 外设相关的功能,而没有激活任何 I2S 功能。生成代码后,我选择使用低层 (LL) 库进行 SPI 驱动程序开发。但是,在项目编译过程中发生了链接器错误。 经过调查,确定了根本原因:意法半导体提供的LL库源文件 不是纯SPI驱动程序,而是复合SPI/I2S驱动程序模块。该文件包含SPI和I2S功能的函数实现。其中,某些I2S函数(例如某些初始化或时钟配置函数)调用依赖于中的实现的特定函数,其中之一是。stm32g4xx_...

STM32CubeMX 6.15 BUG on STM32H730ZBT OCTOSPI Quad

Hi,After updating to cubeMX 6.15, I cannot configure OCTOSPI in Quad mode.To reproduce this bug :Create a new project selecting STM32H730ZBT6Select Connectivity->OCTOSPI1->ModeI cannot select select Quad mode because Quad SPI2 mode is selected ==> Of...

COSEBE_0-1757499864545.png COSEBE_1-1757499979780.png
COSEBE by Senior
  • 115 Views
  • 2 replies
  • 0 kudos