STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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
  • 1215 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
  • 237 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
  • 647 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
  • 2492 Views
  • 6 replies
  • 0 kudos

stm32cubemx cmake code generation

I've been using the recently added CMake generation feature of cubemx, as of now it creates an INTERFACE library for both project related and drivers related sources, the problem is that those sources get propagated for every external library that ne...