STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Cube IDE debugger cannot stay connected

I am using a Nucleo-F103RB dev board with Cube IDE 1.3.0. I am able to successfully flash the board (which I have tested by making the user LED on the nucleo toggle at different frequencies), but immediately after this is successful, I lose connectio...

WTetl.1 by Associate
  • 800 Views
  • 2 replies
  • 0 kudos

Is STM32CubeIDE compatible with SPL Library?

Hi Every I am new to this platform.​my question is as the topic stated above. My situation is that I have my completed project on Keil Vision 5 which works well, but for some reason I need to migrate the whole firmware to STM32CubeIDE. ​I googled abo...

0693W000001ceJmQAI.png
WAi.11 by Associate II
  • 2238 Views
  • 7 replies
  • 0 kudos

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
  • 715 Views
  • 4 replies
  • 0 kudos