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

Resolved! Issues on Debugging External Application Using ST-Link

Hi,I am trying to debug an external application with an ST-Link coming together with my Nucleo-G070RB board. I tried all three available debugger probes in CubeIDE:  ST-Link (Open-OCD), ST-Link (ST-Link GDB Server), and Segger J-Link. they all failed...

Chao_0-1708961764789.png Chao_1-1708962559193.png
Chao by Senior
  • 2796 Views
  • 8 replies
  • 0 kudos

Resolved! Build STM32 mcu with yocto

Hey everybody, I am a little bit confused about the GNU Tools for STM32. (https://github.com/STMicroelectronics/gnu-tools-for-stm32) You are using this ST gnu tool inside the stm32cube IDE too compile all example applications.But when I build the sam...

BBoge.2 by Associate II
  • 2452 Views
  • 2 replies
  • 0 kudos

Compilation error in STM32F407VET6 board

Info: Internal Builder is used for buildgcc -O0 -g3 -Wall -c -fmessage-length=0 -o "Core\\Src\\system_stm32f4xx.o" "..\\Core\\Src\\system_stm32f4xx.c" ..\Core\Src\system_stm32f4xx.c:48:23: fatal error: stm32f4xx.h: No such file or directory#include "...

Should main return 0 when there is a while(1) ?

Hi all,I'm programming an embedded software.According to C standards, I write :   int main(void) { // Init initMethod(); /* Main loop */ while (1) { execute(); } // This return is never reached return 0; }  B...

Remi99 by Associate II
  • 2167 Views
  • 13 replies
  • 3 kudos

Resolved! stm32h735 HyperRAM extern memory

Hello friends at ST,I'm trying to configure the external memory on an STM32H375 board using CubeIDE, but I'm not achieving success.Let me explain how I'm doing it: I enable OCTOSPI2, set it to HyperBus mode, choose port 2, and configure the correspon...

HispaEmo_0-1708693942809.png HispaEmo_1-1708693999704.png HispaEmo_2-1708694143799.png
HispaEmo by Associate III
  • 1687 Views
  • 4 replies
  • 5 kudos

unit tests STM32

Hello you,I'm currently struggling with unit tests and wanted to know if anyone has ever tried to integrate them into the stm32 ide or asked if this is even possible. I would also like to use mocks to test the whole thing without hardware. Please get...