STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

STM32F746G-Discovery ADC3 refuses to trigger off TMR5 (any timer) using default cubemx prj config in STM32CubeIDE Version: 1.3.1. The interrupt from T5 works. ADC works when soft-start. Is this an ADC3 issue? Can I use SWD/trace to see ADC status? How?

static void MX_ADC3_Init(void){ ADC_ChannelConfTypeDef sConfig = {0};... hadc3.Instance = ADC3; hadc3.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV4; hadc3.Init.Resolution = ADC_RESOLUTION_12B; hadc3.Init.ScanConvMode = ADC_SCAN_ENABLE; hadc3.Init.Co...

SStep.11 by Associate II
  • 547 Views
  • 4 replies
  • 0 kudos

Resolved! Nucleo-G431KB help with DMA GPIO Output

Hi there!I've just started working with STM32CubeIDE and after a bit of a vertical learning curve I'm slowly getting to grips with most aspects of it.I want to DMA to GPIO and there doesn't appear to be any way to do this through the .ioc GUI interfa...

etheory by Senior II
  • 2798 Views
  • 24 replies
  • 0 kudos

When I set a pin as ADC with DMA and enable DMA Continuous Request on this pin, this pin has 1V on it. No matter if the pin is connected to something or not. Any idea why?

I am using STM32G071 Nucleo Board, but this is also the case when I only use the uC IC and not Nucleo Board.I am using CubeIDE and HAL programming.Below is the link to the Nucleo board:https://www.st.com/content/ccc/resource/technical/layouts_and_dia...

SalPaz by Associate II
  • 308 Views
  • 0 replies
  • 1 kudos