STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32CubeIDE crash on Linux.

I've installed the STM32CubeIDE on MX Linux in both versions (Generic and Debian Linux). Every installation crashes first after the search for targets. After some tries the software found successful the parts. Then I have crashes after the normal sta...

HHoop by Associate
  • 632 Views
  • 2 replies
  • 0 kudos

CubeIDE / GCC Flash code placement... How to split the program into more than one flash sector and leave a 16K sector empty in-between ? STM32F446

Where might I find the information to do something like this ? Need to make good use of flash space and would like to keep one of the 16K sectors for updatable calibration data.I would think this would be one solely in the linker script but evidentl...

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
  • 526 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
  • 1482 Views
  • 5 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
  • 1807 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
  • 662 Views
  • 2 replies
  • 0 kudos