STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Code Optimization

Hi, I am using 3 different STM32MCU's for our various projects, which include STM32F423, STM32L496, STM32F407 etc., I am using HAL Layers for this code in general. Now I need to create HAL Layers for these boards only, and I need to reduce the overhe...

vbk22398 by Associate III
  • 1004 Views
  • 18 replies
  • 14 kudos

FreeRtos error in STM32H7

  Hello, I am working with stm32H755 and FreeRTOS. After setting up debugger, I start debugging the program. the code is built fine, then get this error msg(attached picture) only if i enable FreeRTOS from the setup window(attached picture) . But i n...

image.png Screenshot 2024-10-02 140133.png
sazzad07 by Associate II
  • 374 Views
  • 5 replies
  • 1 kudos

Resolved! STM32U073 - I2C

In documentation (RM0503), I2C CR1 register contains SBC bit field (Slave Byte Control), at position 16. Unfortunatelly, LL driver files (actually stm32u073xx.h, which is referred by driver files) have no corresponding defines.

ADC not working properly on Nucleo-MB1549

I'm trying to get some adc values from my nucle-mb1549-ws but no matter what i do, i can't seem to get any values. Below i have attached the main.c file source code. Below is an image of my .ioc file to give you an idea of what is happening. I am try...

BadEngineer_0-1728402239296.png BadEngineer_1-1728402380161.png

Problem installing STM32CubeIDE on Debian Bookworm

Hi,I recently downloaded the general Linux install package en.st-stm32cubeide_1.16.1_22882_20240916_0822_amd64.sh.zip from https://www.st.com/en/development-tools/stm32cubeide.html.Using Ark, this was extracted into subfolder ~/Downloads/en.st-stm32c...

SElli.11 by Associate III
  • 499 Views
  • 4 replies
  • 0 kudos

Resolved! Dependencies issue when installing STM32CubeCLT v16.0.0

Hi,I have a Ubuntu 24.04.1 LTS server running on AWS. I want to setup this server as my firmware build server. I was trying to install STM32CubeCLT v16.0.0 on the server but I am getting this output:    ubuntu@build_server:~$ sudo ./st-stm32cubeclt_1...

SBhon.1 by Associate III
  • 387 Views
  • 1 replies
  • 0 kudos

doesn't work GPIO_EXTI in original project

Hello,I made a GPIO_EXTI test project referring to GPIO_EXTI sample.For just check, I added entering Stop Mode int the GPIO_EXTI sample and HAL_GPIO_EXTI_Callback worked regularly like following. HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_ST...

curiae by Associate II
  • 327 Views
  • 6 replies
  • 0 kudos

Resolved! ADC STM32H745

Hello team,I am using adc pins to detect voltage. In cube IDE I do adjustment to get ADC clock as 75MHz. But in the datasheet it is mentioned that for that package max adc clock is 50Mhz. Still cubeIDE(in .ioc file) does not shows any error and compi...

forum1.jpg forum2.jpg