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

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
  • 881 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
  • 2305 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
  • 556 Views
  • 0 replies
  • 0 kudos

Resolved! VREFBUF not available

I have an STM32U535RET6 chipset and I'm trying to enable it's voltage reference buffer, but I can't. I have the latest version of the STM32 Cube IDE, and I'm stuck at the "VREF+ is double bonded with VDDA in this package" message. What's interesting ...

PXL_20240918_122735513.MP.jpg Zer0_1-1726724982322.png
Zer0 by Associate II
  • 1394 Views
  • 6 replies
  • 5 kudos

Resolved! Input Capture Interrupt on TIM4

Hi,Id need to measure the frequency of an input signal using TIM4. My device is a STM32L475RCT and to do this I've used the TIM_InputCapture example from CubeIDE. In my application TIM1 is not available.The problem is for the TIM4 I'm not able to set...

0693W00000AQ8wyQAD.png
Gaston by Senior
  • 3513 Views
  • 6 replies
  • 0 kudos