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

STM32CubeIDE documents or instructions

Hi,I am new to this.  Are there  documents or instructions to set up a port using  ATM32CubeIDE? For example, if I want to set up an UART or USB port, what are steps that I need to do? what parameters that I need to set? I can't find any documents on...

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 Senior
  • 1586 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
  • 653 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
  • 777 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
  • 3551 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 III
  • 509 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