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

STM32H745iit Difference between CUMBEMX and datasheet pin 48

There is a difference between CubeMx and the datasheet. from Pin48https://community.st.com/s/?t=1610970558389Datasheet - STM32H753xI - 32-bit Arm® Cortex®-M7 400MHz MCUs, up to 2MB Flash, 1MB RAM, 46 com. and analog interfaces, crypto page 56/252Data...

0693W000007BdsbQAC.jpg 0693W000007BdsRQAS.jpg
Hans T by Senior
  • 502 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeMX latest version Bug?

Hello,I have just updated to the latest: STMECubeMX to version 6.1.1. and STM32CubeF1 Firmware Package V1.8.3 / 20-October-2020. Part Number: Stm32f103RCTx. And I have found the bug - probably ? When you use SDIO and define it as 1bit, the CubeMX...

RnnKrk by Associate II
  • 1076 Views
  • 2 replies
  • 0 kudos

Unable to install ANY packs on STM32CubeIDE

So, I'm trying to get my project started in anticipation of the arrival of my STM32L562-DK board, and having unusual difficulty.I asked another question about code generation, so will not reiterate here. I upgraded to 1.5.1, and now I'm in a very odd...

KHenr.1 by Associate
  • 592 Views
  • 0 replies
  • 0 kudos

Resolved! Project>Build Project greyed out/nonfunctional

Why does this happen ? Could this, in part, be due to me not knowing whether to choose "new C project" vs "new C++" project?Using: STM32CubeIDE 1.5.1Build: 9029_20201210_1234 (UTC)OS: Windows 8.1, v.6.3, x86_64 / win32Java version: 1.8.0_272

RPasc.2 by Associate III
  • 1214 Views
  • 1 replies
  • 0 kudos

How to use DMA to update the PWM setting on a timer

Hi all,I am using a PWM timer. That is initialized and works fine.Code for init below:static void MX_TIM2_Init(void) {   /* USER CODE BEGIN TIM2_Init 0 */   /* USER CODE END TIM2_Init 0 */   TIM_ClockConfigTypeDef sClockSourceConfig = {0}; TI...

SSchu.4 by Associate II
  • 920 Views
  • 1 replies
  • 0 kudos

Resolved! What could cause Usb Bad Descriptor and how to debug

Hello, It's my first try with Usb directly on an MCU, i used stm32cube mx and code generator to make a first test but when i'm running a simple cdc code i get windows throwing me an error about usb bad descriptor.I linked my ioc and my usb schematic,...

0693W000006E90lQAC.png
FGERA.1 by Associate
  • 1341 Views
  • 5 replies
  • 0 kudos

Resolved! Migrating to new Cube version

Hi, some year ago i loaded STM32CubeIDE_1.2.0 and the package STM32Cube_FW_F4_V1.24.0 and i make some project (26). Now I load STM32Cube32 1.5.0 and package STM32Cube_FW_F4_V1.25.0.The packages are loaded in the same area (Repository).I try to import...

Evaluating the X-NUCLEO IHM16M1 board using STM32CubeIDE. Working add on package for CubeMX cannot be found.

I am attempting to evaluate the X-NUCLEO IHM16M1 board using STM32CubeIDE.  MCU board is a NucleoF401RE. I have tried to find a (working) add on package for CubeMX but can only find .zip files with example code for Kiel etc.  Is there an add on packa...