STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problems with CubeMx 6.12 + adc5 + dma

In my project I use 4 adc, managed with the same code. With adc5, and two channels, I had a problem: I read two equal values, that is, the second was equal to first channel.After several searches I discovered that, in the adc.c file created by cubemx...

ADC Clock and Conversion Time question

Hi, I'm giwon KIM in South Korea. I'm using NUCLEO-401RE board. In STM32F401RE datasheet and reference manual, It is said to be capable of operating at up to 30 MHz.So its conversion time was set by calculating (12+3) / 30 MHz = 500 nsec.I generated ...

giwonKIM_0-1724206009978.png
giwonKIM by Associate III
  • 1396 Views
  • 6 replies
  • 2 kudos

STM32H7 CubeMX HAL does not switch internal ADC channels

I just updated to CubeMX 6.12.0 and Firmware Pack STM32Cube FW_H7 V1.11.2.  I noticed that the internal ADC selection (for ADC3 on STM32H750) is only partially working.  The first time you select an internal channel, it works.  However, if you then s...

DPade.1 by Associate III
  • 212 Views
  • 3 replies
  • 0 kudos

Resolved! Not getting all ADC end of conversion interrupts

I'm using the STM32L475 processor with STM32CubeMX 6.11.1.I have configured ADC1 to read two channels, an external input and the internal temperature - see configuration image in CubeMX. The code to drive the adc reading is simple:int16_t Channel;voi...

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