STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Resolved! How to migrate code from Keil uVision to CubeIDE?

I was able to open the ST25R3911B_DISCO_FW's included DISCO-STM32L4x6.uvprojx file. It builds and debugs easily, until... I try to uncomment back in the functions in its main and while (StreamDispatcherInit, ProcessIO and dispatcherWorker), which th...

Getting hard fault handler issue while running

Hi all,I am working on a project which is based on freertos on stm32l476rg. I have added STM32CubeExpansion_CELLULAR_V5.2.0 into my project and while running I am getting hard fault handler before control comes to main function.These are the remedies...

0693W000008G0jjQAC.png 0693W000008G0lVQAS.png

Resolved! STM32Cube IDE executing commented lines

Hello everyone,I'm debuging a project with 2 recent commented lines, and the debug is executing this lines: I previously builded that project, I don't understand what's happening, maybe you can answer me that question.Thank you in advance!

0693W000008G09WQAS.png
DPrie.1 by Associate II
  • 344 Views
  • 2 replies
  • 0 kudos

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
  • 779 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
  • 196 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...