STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.15.1 released

STM32CubeIDE 1.15.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.11.1 that is available for download. Main issues fixed in this patch: Ticket 177978 : Fixed an issue with ST-LINK firmware upgrade concerning th...

Resolved! Cubeide does not start (and 'Spawner Reaper')

I installed cubeide (under linux ver 1.15.1) and started it by creating a workspace.I created a new project (STM32 project), the 'Target selector' appeared and I selected the nucleo-g474re board.I gave the project a name, I answered yes to the questi...

Installation of Cube IDE on ubuntu 22.04

hi there,I tried to install latest version of the STM32 Cube IDe 1.15.1 of deb file on Ubuntu 22.4. But it showing me that Segger J-Link is being not downloaded. Any suggestions on how to fix the issue?Below is the errorErrors were encountered while ...

LOW POWER MODE AND SEQUENCER

I AM TRYING TO GET UART DATA FROM A RS485 SENSOR , I AM DOING THIS INSIDE A SEQUENCER , WHERE I HAVE CREATED A SPECIFIC TASK IN WHICH I AM SENDING THE TX DATA FOR GETTING THE SENSOR VALUES , BUT IN SEQUENCER MY CONTROLLER IS RUNNING IN STOP2 MODE , W...

MANOJ_R by Associate II
  • 63 Views
  • 4 replies
  • 1 kudos

HardFault_Handler

Hi, while doing my project I encounterd some problem.I'm implementing I2C with 1 master and 4 slave boards.Master is NUCLEO-U575ZI-Q and slaves are L432KC.My code is clear. (I'm sure because it works well just few minutes ago..) I debug master to see...

eunni by Associate III
  • 44 Views
  • 1 replies
  • 0 kudos

STM32H743ZGT6 FLASH.ld error

Hi, I am using MCU : STM32H743ZGT6.When I write the code and build it, I get these errors. So even if I create a new project and build without writing any code, I get the same error.  How do I fix this? Error : c:\st\stm32cubeide_1.10.1\stm32cubeide\...

giwonKIM by Associate II
  • 67 Views
  • 1 replies
  • 0 kudos

Resolved! RTC Timer

Hello everyone,I am using an STM32L152RE board to generate a delay using the RTC as a timer. I would like the onboard LED to blink every 10 seconds. I have tried using a delay via a timer and am now trying to implement the same functionality using th...

Resolved! STM32G0 problem w UART interrupt

Hi,I have a problem with my project. There are two boards MCU1 and MCU2. They are communicating with each other via UART. I simplified program to better understand why it is still not working but somehow I still cant see what the problem. Program des...

Raf_al by Associate III
  • 108 Views
  • 5 replies
  • 0 kudos

Resolved! Unable to login to ST account in STM32CubeIDE

I downloaded the Version: 1.15.0 of STM32CubeIDE. It askes to login in ST for new project to download all the package. When I clicked on the myst -> login, "User Authentication Dialog" opens and nothing happens after that.Thus I am unable to login.Th...

Palak_0-1713545146411.png
Palak by Associate II
  • 854 Views
  • 8 replies
  • 2 kudos

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