STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

Enable the UART2 Peripheral Clock

Hello, I am doing a UART example and I need to find the command to Enable the UART2 Peripheral Clock. I have enabled the GPIO clock: __HAL_RCC_GPIOA_CLK_ENABLE(); // stm32f4xx_hal_rcc.hand now I need to enable the UART2 Clock Peripheral. Can anyone ...

JLIND.1 by Associate III
  • 2765 Views
  • 8 replies
  • 0 kudos

FreetRTOS Help

Hello, I am going through a Udemy course on the FreeRTOS. The course does not use the latest version of STM32CubeIDE so I am having some troubles. I am using the Nucleo-F446RE Development kit. I have added the library STM32F4xx_StdPeriph_Driver and t...

JLIND.1 by Associate III
  • 1063 Views
  • 4 replies
  • 0 kudos

code gets lost upon debug

I downloaded the STM32CubeF7 bundle and extracted it. Then made a new folder under the projects folder of the bundle and started STM32CubeIDE with the workspace pointing to the projects folder. I started a new project blinkled and put the blink code ...

KPort.1 by Associate
  • 503 Views
  • 1 replies
  • 0 kudos

Resolved! Trouble sending/receiving UART message using HAL libraries. I can receive the correct number of data sent, but it only prints as one character ("-")

I have been trying to figure out this problem all day. I am calling the following function with on a character array. I am trying to use the serial port innate in the nucleo board (usart 2, pins 2/3) to open up a serial monitor. The first times I wou...

MOstl.1 by Associate II
  • 824 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeIDE Update not working

I get the following error during update in eclipse.An error occurred while collecting items to be installedsession context was:(profile=STM32CubeIDE, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).No repository found ...

BelSoft by Associate II
  • 6504 Views
  • 12 replies
  • 1 kudos

NUCLEO=STM32H745ZI-Q: problems with SPI1 and SPI3

Hello,I am new to STM32 dev, so...Logic analyzer only shows a glitch on MOSI line of SPI1 of around 156 ms then it puts it back to LOW level; similar results for SPI3.Using PB3 (D23) and PB5 (D22) for SPI3; using PA7 (D11) for SPI1; Solder bridges:...

kellogs by Associate II
  • 584 Views
  • 2 replies
  • 0 kudos