STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 327 Views
  • 2 replies
  • 0 kudos

FLASH.ld syntax error when upgrding to CubeMX v6.12.1

Hello,Since the latest release of CubeMX (6.12.1), I have been encountering syntax errors related to the "FLASH.ld" file. This issue only arises when I generate code while setting the Toolchain/IDE to CMake. I am using STM32H753IIKx. It seems that Cu...

OmidES by Associate
  • 145 Views
  • 3 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
  • 796 Views
  • 8 replies
  • 6 kudos

STM32CubeMX 6.12.1 released

Hello community, STM32CubeMX 6.12.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 184819 - [MP25] Major differences in the ST Boards Device Trees between MX and Embedded SW (EV and DK Board)Ticket ...

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
  • 1965 Views
  • 6 replies
  • 0 kudos