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...

CubeMX fails to generate project on apple Silicon

Hello, The project generation for CubeIDE fails on apple Silicon due to x86 compiled libraries org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so' (code signature in 66ADAB06-1B30-301C-8ECA-7EDC8C31724D '/Applica...

Cordic Two Config

Hi,How can I set up two Cordic Configuration, because I want to calulate using two different function. CORDIC_ConfigTypeDef sConfigSine;CORDIC_ConfigTypeDef sConfigPhase;CORDIC_ConfigTypeDef sConfigCosine; I tried to set up 3 different cordic configu...

James613 by Associate II
  • 484 Views
  • 0 replies
  • 0 kudos

USBX standalone on STM32H5

I'm trying to use STM32CubeMX to generate a USBX Device CDC ACM in standalone mode (without using ThreadX).I'm using a Nucleo-H563ZI to test with. I can do this with ThreadX and get it working, but when I try the standalone configuration it doesn't w...

iguffick2 by Associate III
  • 2898 Views
  • 5 replies
  • 1 kudos

Undefined reference to 'HAL_RTC_Init' problem

Hi, I want to use the RTC. ( Use STM32F429ZI Discovery board )​So, I set 1. RCC-> High Speed Clock Cystal/Ceramic Resonator RCC-> Low Speed Clock Cystal/Ceramic Resonator2. Clock Configuration -> RTC Clock Mux -> LSE3. Pinout & Configuration -> Ti...

0693W00000JMfiJQAT.png 0693W00000JMfjbQAD.png 0693W00000JMfiLQAT.png 0693W00000JMflrQAD.png
지한.1 by Associate II
  • 6109 Views
  • 5 replies
  • 0 kudos

Failure problem during development of LSM6DSR output Euler angles

使用cubemx选用LSM6DSR的SPI通信、选用motion_di库,选用倾斜解算应用导出的项目文件(在连接文档中有压缩包)。导出后我删除了一些我不需要的操作以及一些必要部位的标志位,能正常产生数据但我无法确定数据是否正确,并且在两次或者两次以上循环后会跳入硬故障程序。具体如文档,wo'xiang'温'yi'xiaTranslation to English: Using cubemx with the LSM6DSR SPI communication option, the motion...