STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

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

Resolved! CubeIDE - System environment variable on Ubuntu

Hello,I added to my system environment variable PATH paths to cubeIDE gnu tools and make tools.export PATH="/opt/st/stm32cubeide_1.3.0/plugins/com.st.stm32cube.ide.mcu.externaltools.make.linux64_1.1.0.201910081157/tools/bin:$PATH" export PATH="/opt/s...

0693W000001rOMCQA2.png
MFo.1 by Associate II
  • 1817 Views
  • 2 replies
  • 0 kudos

I2C problem with STM32F103

This STM32F103 project will have a 4x20 LCD, needs two PWM ouptuts, and I2C interface to a Si5351A and several external interrupts. I started developing the interface to the LCD; no problem,then the two PWM's; again no problem but I cannot get the I2...

jark by Associate II
  • 1410 Views
  • 5 replies
  • 0 kudos

Cubeide 1.3.0 does not open the mcu stm32cube package.

Cubeide 1.3.0 does not open the management of embedded software packages if there is no Internet. Cubeide version 1.1.0 adds the mcu package from the local drive. The computer cannot be connected to the Internet. What can be done?

Misha1 by Associate
  • 350 Views
  • 0 replies
  • 0 kudos

Reset_Handler don't initialize variable at debugging

Hello,I use CubeIDE 1.3.0, STM32F769II.When i debug variable value.I found value having strange value.It always happen when i click "reset chip".Memory address is 0x200012C0.when i start debug. It have 0 value.But when i click "reset chip". 0x200012C...

0693W000001r9I4QAI.jpg 0693W000001r9IEQAY.jpg 0693W000001rLjlQAE.jpg
hjuns by Associate III
  • 357 Views
  • 0 replies
  • 0 kudos

Resolved! Cannot download CubeIDE

When I try to download STM32CubeIDE from the Site https://my.st.com/content/my_st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/stm32cubeide.html#get-software (I press Button "Get Software")...

MKaul.1 by Associate
  • 1619 Views
  • 1 replies
  • 0 kudos

memory value change after click reset chip

Hello,I use CubeIDE 1.3.0, STM32F769II.When i debug variable value.I found value having strange value.It always happen when i click "reset chip".Memory address is 0x20012C0.when i start debug. It have 0 value.But when i click "reset chip". 0x20012C0...

0693W000001r9I4QAI.jpg 0693W000001r9IEQAY.jpg
hjuns by Associate III
  • 1266 Views
  • 7 replies
  • 0 kudos

cubeide sprintf float error with FreeRTOS

I trying to force some types of floats into string types. When using keil c, there is no problem, but when using Cube IDE, the program jumps to HardFault_Handler. I have allowed to use float with printf from newlib - nano in the tool setting. I only ...

0693W000001rEGIQA2.png 0693W000001rEG8QAM.png