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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

Enabling external memory manager "corrupts" ioc file.

As long as my .ioc file has the linesVP_EXTMEM_MANAGER_SIG_Activate_EXTMEM.Mode=Activate_EXTMEM VP_EXTMEM_MANAGER_SIG_Activate_EXTMEM.Signal=EXTMEM_MANAGER_SIG_Activate_EXTMEM in it, CubeIDE and CubeMX will be unable to open it with the error:Cannot ...

EBDRS by Associate II
  • 542 Views
  • 1 replies
  • 0 kudos

I Can't Download or install CMSIS package

I can't seem to get CubeMX to install the CMSIS package. I have tried downloading directly from CubeMX, downloading .pack file and installing it from local (from Keil, arm, and even ST's github).I get an error "Problem during load of selected file.....

SAllr.1 by Associate
  • 5896 Views
  • 6 replies
  • 3 kudos

Post firmware installation

So after having a firmware update, this popped up on my screen. What do I do next.  NB, I've probably chosen a wrong label because I don't even know what to label this with    

1000095312.jpg
Lello1 by Associate
  • 367 Views
  • 1 replies
  • 0 kudos

Resolved! Why DAC output nothing in software trigger?

I am use STM32L431RCT6,and my CubeMX config is this:And my code is:```uint32_t data = 128;ret = HAL_DAC_SetValue(&hdac1, DAC_CHANNEL_1, DAC_ALIGN_8B_R, data);if(ret) {HAL_Delay(10);}ret = HAL_DAC_Start(&hdac1, DAC_CHANNEL_1);if(ret) {HAL_Delay(10);}`...

Wshuo1_0-1711240505296.png
Wshuo.1 by Associate II
  • 793 Views
  • 2 replies
  • 0 kudos

Resolved! Cannot download CubeMX, CubeIDE, CubeProgrammer

Hello Everyone,I have read several posts on this forum for the same problem that I am posting.I cannot download CubeMX, CubeIDE, CubeProgrammer from the Developer zone.I have tried several browsers (Firefox, Brave).I have tried 2 desktop computers (H...

xst by Associate III
  • 2017 Views
  • 8 replies
  • 6 kudos

How to execute ENTDAA multiple times

When executing RSTDAA and ENTDAA once, it succeeds, but when executed more than twice, it does not work properly. Since RSTDAA is being performed, I think there should be no problem, but is it not possible to execute it more than twice?//1st rstdaa+e...

dai82s by Associate II
  • 481 Views
  • 0 replies
  • 0 kudos