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

Nucleo U5A5ZJ-Q RCC Configuration

This is my first STM32 project and I am using the Nucleo U5A5ZJ-Q with CubeIDE version 1.15.0. I am trying to use the generated code to toggle the LEDs as a simple "hello-world" example. When I create a new STM32 project in CubeIDE, I take the follow...

Screenshot 2024-03-27 at 10.24.59 AM.png Screenshot 2024-03-27 at 10.25.28 AM.png Screenshot 2024-03-27 at 10.25.51 AM.png Screenshot 2024-03-27 at 10.28.34 AM.png

Resolved! How to enable ADC1 on NUCLEO-U575ZI-Q?

I work with STM32CubeIDE 1.9.0, STM32CubeMX 6.5.0, and STM32Cube FW_U5 V1.1.0, on a NUCLEO-U575ZI-Q.I created a new project for this specific board, and left everything by default.I need to use the ADC1, wich is enabled by default.I start with this c...

Resolved! DMA ADC with potentiometer

i have program like this and from the program i have the output like this (picture) and i used the potentiometer to find the value is AD_RES_BUFFER: the potition of picture is disable of DMA Countinous Request ADC ANALOGbut the potentiometer work (pr...

meriarajagukguk_0-1722506627093.png meriarajagukguk_0-1722506745039.png

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
  • 710 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
  • 706 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 II
  • 4888 Views
  • 7 replies
  • 2 kudos