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

Using output from ST Motor Control Workbench with STM32CubeIDE

The motor control workbench seems to only want to use the standalone STM32CUBEMX tool and not the integrated version included with the STM32CUBEIDE.Bottom line, how do I get a motor control workbench out into the new STM32CUBEIDE as a project.I have ...

DGome by Associate II
  • 1141 Views
  • 3 replies
  • 1 kudos

STM32CubeMX deletes Paths and Libraries info.

Hi all,I'm using STM32CubeMX 5.3.0 (integrated into STM32CubeIDE):When I save the .ioc and Re-generate code, all the info for Paths and Libraries gets deleted.I must to add again include dirs and external source files each time I change the configura...

J?�lv by Associate
  • 738 Views
  • 3 replies
  • 0 kudos

User/Repository PATH problem (non-english characters)

My home path includes non-english characters. Problem has raised long time ago, when MX updater was creating abracadabra folders in my C:\Users directory with .stm32cubemx  subfolders in it. So I changed repo path in settings to C:\Repo. It worked fo...

Issues with CubeMX for STMH747XI

The first issue is, CubeMX does not generates User labels for Pepipherals for example GPIOs assigned to Cortex-M4 similar to User labels assigned to Cortex-M7. Used IAR toolchain.The second issue is IAR project generated by CubeMX for Cortex-M4, thro...

Resolved! STM32H747I-DISCO board is not reliable.

On the first power on, Graphical demo ran. After running GPIO example program provided in the STM32H7 FW package, IAR complains that No STM32 MCU detected. Same issue with the STM32CubeProgrammer tool. Why is this board is difficult to work compare t...

STM32CubeMX 5.2.0 released

Dear communityWe are pleased to announce the release of STM32CubeMX v5.2.0What is new in STM32CubeMX V5.2.0? • Added the support of new dual-core part numbers in the STM32H7 Series: – Added the support of dual-core configuration, code, and project ge...

[Bug report]! stm32f1x ll drivers: function LL_GPIO_Init resets outputs if parameter "pull" isn't assigned, even if the output should be in HIGH mode by default.

To assign pull mode of output pin the function LL_GPIO_SetPinPull writes 0 or 1 to the output buffer (inside the body of LL_GPIO_Init ). Hence if pull-up or pull-down is not necessary (pull parameter equals zero) the output of the pin changes to 0....

Ruslan1 by Associate II
  • 954 Views
  • 5 replies
  • 0 kudos

Why does code generated from CubeMX not adhere to the C standard?

The C standard says in 7.1.3 Reserved identifiers:"All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use."Yet the code CubeMX generates is full of __HAL... identifiers. Is t...

fsch by Associate III
  • 1781 Views
  • 10 replies
  • 0 kudos