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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1265 Views
  • 0 replies
  • 2 kudos

Data Format I2S PCM5102A DAC Synthesizer

Hi guys,I have successfully connected a PCM5102 DAC to my STM32F401CCU6 black pill board. The CubeMX Setup with DMA and I2C works fine. I have interrupt routines and a double buffer which create samples. Electrically, I connected 3.3V supply (from ST...

Stipe by Associate II
  • 3149 Views
  • 1 replies
  • 0 kudos

STM32 Cube MX and IAR

Hi All, I am trying to run a code with NUCLEO-U575ZI-Q The tool chain/ IDE is  EWARM but the unable to select the latest version of IAR(9.50) The option is available only until IAR version 8.5. When I select generate code and select open project the ...

Jet1 by Associate II
  • 2726 Views
  • 2 replies
  • 0 kudos

Resolved! keil program with nucleo stm32xubemx

if i have int angka_test = 10;int a;while (1) {output = output_start + ((output_end - output_start) * (angka_test - input_start)) / (input_end - input_start);a = angka_test;__HAL_TIM_SET_AUTORELOAD(&htim2, output); } why 'a' if i seee form watch is 0...

STM32G474RE ADC Clocking

Hiya!  I'm trying to figure out the clock config for my micro. I'm using ADC3 IN1 currently, and using the internal HSI clock source. Using the default settings, I can't seem to get anything better than 3.3 MSPS, and this is with a 10-Bit ADC resolut...

Jbin0101 by Associate III
  • 9129 Views
  • 7 replies
  • 2 kudos

Problem: STM32CubeMX missing JRE

Posted on October 11, 2016 at 12:01Hi all, I just downloaded the STM32CubeMX software from st.com and tried to run it on my Mac, but nothing showed up and I got an error message saying ''missing java runtime environment''. Then I installed the lates...

hu by Associate II
  • 3666 Views
  • 6 replies
  • 0 kudos

how to generate a custom main.c with Freemarker template

Hi ST team,I want to generate my own file main.c with freemarker template. I refered to tpl_main_c.tfl and tpl_main_h.tfl for details. I tried to copy these file to other directory then changed the name and use them as the template for CubeMX but I g...

bannd1_0-1722387531486.png bannd1_1-1722387754780.png
bannd1 by Associate
  • 1288 Views
  • 0 replies
  • 0 kudos

Resolved! Device Configuration Tool does not generate the code.

I have been using STM32CubeIDE (Version: 1.10.1) with STM32CubeMX - STM32 Device Configuration Tool Version: 6.6.1-RC2.But when i do some modification in device configuration and then try to generate the code , it does not generate the code. But when...

KKato.2 by Associate III
  • 27277 Views
  • 14 replies
  • 12 kudos