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

ADC calibration problem for Stm32CubeIde?

 Chip:   STM32L030 Trying to calibrate the ADC at startup with the following code into the initialization procedure:   ADC1->CR |= 0X80000000;      // calibration started   while (!(ADC1->ISR & 0X800));   // waiting for the calibration to finish When...

adaniel by Associate III
  • 2711 Views
  • 11 replies
  • 0 kudos

Cloning STM32CubeIDE project to new micro

I have an existing project that I would like to port to another device, from the STM32L073 to the STM32L053. I have tried various methods without success. The methods I find don't seem to apply. The project uses an ioc file.Thank you

RSoen.1 by Associate III
  • 775 Views
  • 6 replies
  • 0 kudos

Resolved! Fail to upgrade with DFU

Hi all,An LED is connected as below.PA1 --- Resistor --- LED --- 3.3VBuild test.bin from source code shown below using STM32CubeIDE. while (1) {  /* USER CODE END WHILE */  /* USER CODE BEGIN 3 */  HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_1);  HAL_Delay(20...

Khira.1 by Associate II
  • 612 Views
  • 2 replies
  • 0 kudos

Facing strange issue with STM32 IDE

I am facing strange issue with STM32 IDE (Code Generated by Assembly code) C Code:case SET_TIMER: Gst_FlashMemoryData.u8_SetTimerMode = (uint8_t)u16_Display2Info - (uint8_t)START_TIMER_MODE_OFFSET; // START_TIMER_MODE_OFFSET is equal to 8 break;...

HBavi.1 by Associate III
  • 329 Views
  • 0 replies
  • 0 kudos

Resolved! Errors starting STM32CubeIDE in MobaXterm

Existing STM32CubeIDE works great in Ubuntu 16.04 for STM32H747XI6. When I start it in MobaXterm in Windows laptop, I get these errors:./stm32cubeideSWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Could not connect: Connection ...

Kman by Associate
  • 916 Views
  • 1 replies
  • 0 kudos