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

constant data structure can't be watched

I have a project which use STM32H743ZI, and i have a data structure#define APP_MODULE_MAJOR (INT8U)0x01 /*!< Major version of the APP module */ #define APP_MODULE_MINOR (INT8U)0x01 /*!< Minor version of the APP module */ ...

0693W00000BdfiQQAR.png
MFawzy by Associate II
  • 589 Views
  • 3 replies
  • 0 kudos

Resolved! How to enable Segger debugger in STM32CubeIDE v1.1.0

I created STM IDE project from the scratch. I'm using STM32H742Zi Nucleo board. When I configure the debugger I have only two options , all to them are ST-LINK debugger. See attached picture.This features worked flawlessly in Atollic True Studio.The ...

MMagl by Associate III
  • 1643 Views
  • 5 replies
  • 0 kudos

CubeIDE debugger vs Atollic, how to make a startup script?

Apologize if this was already asked, I cannot find answers here.In the Atollic debugger config there's a Startup script tab.Default script looks like this:# Set flash parallelism mode to 32, 16, or 8 bit when using STM32 F2/F4 microcontrollers # Unco...

Pavel A. by Evangelist III
  • 810 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeIDE drives me crazy at the moment...

Hello,Right now the IDE is driving me crazy: I've written an include in my project, made requred/mandatory entry in project settings (see the attachement), and get the error message "No such file or directory" when I compile the project.I've checked ...

Resolved! STM32H7 will not fit in region `RAM', wrong RAM location

I am using the STM32H753VIHX. I have a large amount of data that does not all fit in RAM. I am trying to allocate some of it to the other RAM such as RAM_D2 and RAM_D3. I seem unable to. Below is the error message I am gettingc:\st\stm32cubeide_1.6.1...

emwp by Associate II
  • 2009 Views
  • 5 replies
  • 0 kudos

How to check register instructions?

Hey all,I'm working on a project with the HAL removed (it interfered with otheraspects of the project), and am facing some memory issues. I've located the issue to the pc register, at address 0xf3af4804, and was wondering if it was possible to check ...

QHa.1 by Associate
  • 755 Views
  • 2 replies
  • 0 kudos
THunn.1 by Associate II
  • 747 Views
  • 3 replies
  • 0 kudos