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

stm32 modbus

I am working on stm32u0 with ultrasonic flow meter, i am facing an issue to receive the response from the device using Modbus communication #include "main.h"#include <stdio.h>#include <string.h>#include <stdint.h> #define PUTCHAR_PROTOTYPE int __io_p...

linker script error in CubeIDE

Error: Cannot find the specified linker script. Check the linker settings in the build configuration.make: *** [makefile:87: fail-specified-linker-script-missing] Error 2 How can I solve this error mesage

Beste by Associate
  • 573 Views
  • 1 replies
  • 0 kudos

STM32CubeProgrammer flash works where STM32CubeIDE does'nt

I'm not understanding why ( that why I'm here ...cpt obvious speaking) since 2 days I can't flash or debug under CubeIDE while in the same time connection and flash is working perfectlyfor the record I'm working on a stm32WB35 using a stlink V3 vSTM3...

oga_0-1719329457334.png oga_0-1719319822405.png
oga by Associate III
  • 1069 Views
  • 0 replies
  • 0 kudos

live expressions noticed glitch on displayin values

Hey there. It is quite some time now that I've noticed strange behavior with live expressions. I'm debugging my project in debug optimization "max" and -Og optimization. Debugger that I'm using is "STLINK-V3 compact in-circuit debugger and programmer...

kyf by Associate II
  • 580 Views
  • 1 replies
  • 0 kudos

Override an autogenerated function in HAL SPI library

Hello everyone,I'm working on a project using STM32 and I'm facing a recurring issue with the STM32CubeIDE and the HAL library concerning the SPI_DMATransmitReceiveCplt() function It is a static function so rewriting it in another source causes error...

eds by Associate III
  • 693 Views
  • 0 replies
  • 0 kudos

Address set problem in I2C Communication

I'm trying to read data from my I2C sensor, the MLX90614 sensor, using a STM32F411CEU6. When I examined the MLX90614 datasheet, I saw that the I2C clock speed should be a maximum of 100kHz and I configured the clock accordingly. However, after the st...

Omerbzkt by Associate
  • 643 Views
  • 1 replies
  • 0 kudos

Resolved! stm32f7xx_hal.h: No such file or directory; HAL_Init();

Background:1. STM32CubeMX 6.10.02. Test DMA in UART.3. Using STM32CUBEMX to generate codes.Questions:1. I found the project did not includes source codes.2. The HAL_Init(); is in the main function but it did not have source codes to support.3. I also...

uNavi by Associate II
  • 1599 Views
  • 4 replies
  • 1 kudos