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

ITM not showing output

Hello Sir / Madam, Greetings of the day, I'm a novice player in embedded programing I owned a Stm32-nucleo-g474re board and enrolled for an online course which uses similar arm cortex m4 board, the first task was to use printf and display in the SWV...

0693W000007CualQAC.png 0693W000007CuaWQAS.png 0693W000007CubKQAS.png 0693W000007CudQQAS.jpg
NThom.2 by Associate II
  • 1823 Views
  • 6 replies
  • 0 kudos

I am facing some bug issue in stm32cubeide.

Dear Sir, I am working in STM32CUBEIDE,In that i am working with ST-LINK OPEN OCD.Previously it works in good manner without any issues but now i am facing some error regarding BUG ISSUE.I delete and reinstall the software also. I have mentionedthat ...

IK.3 by Associate
  • 456 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE - bug in compiler

Hi all,You have one small bug in your compiler.When I create macro like that:#define CONV_STR2DEC(str, i) (str[i]>'0'?str[i]-'0':0)const uint32_t version = CONV_STR2DEC(__TIME__, 6);IDE return info that "initializer element is not constant" what is n...

Resolved! PRE-Build problem

HI. Im calling a exe file from CubeIdeit worked fine in true studio but now I get this -@echo in my file name. can anyone tell me what Im doing wrong and how to avoid it

0693W000007EW75QAG.png 0693W000007EW7AQAW.png
spa23 by Associate III
  • 826 Views
  • 3 replies
  • 1 kudos

Resolved! New ST32MX prjoject goes straight to HardFault_Handler

Hi All,I have created a new ST32IDE/ST32MX project for controller STM32G473CET6-01 at my own PCB.USART, CRC and FREERTOS is added .This project compiles fine, but the moment i press the debug button ,it goes straight to void HardFault_Handler(void) ?...

0693W000007EZPqQAO.png
sde c.1 by Senior II
  • 1068 Views
  • 4 replies
  • 0 kudos

STM32CubeIDE + FreeRTOS + newlib = HardFault!

STM32CubeIDE + FreeRTOS crashes newlib nano calls in multithread environment with sprintf("%f"). Any strtok, sprintf and other malloc calls crashes. Also USB-LL malloc calls in ISRs are not good either.newlib reentrant doesn't helpnadler solution fro...

RaJa by Associate II
  • 1380 Views
  • 4 replies
  • 0 kudos