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

Unable to switch to g++ linker.

Hello.We need to use g++ linker in our project.But after setting g++ linker in Project->Properties->C/C++Build->Settings->MCU G++ Linker to g++ again ld.exe is invoked.Would you please advice.Thank you.

STM32H7S3L8 error when uploading code

Hi, I'm trying to upload a blank code generated by the ioc file on STM32H7S3L8 and I'm getting this error: "Break at address "0x800efb8" with no debug information available, or outside of program code." How can this error be fixed?

Proposal for Cube* code generation

Two small & easy to do improvement proposals for code generation in CubeMX & IDE:1. In the message about missing Cube firmware please include after "necessary firmware package" the exact package name with version, to avoid misunderstanding.2. If opti...

Pavel A. by Evangelist III
  • 445 Views
  • 1 replies
  • 1 kudos

Resolved! Linter for CubeIDE

Hi,are there some plugins, extensions of free linters that can be used with CubeIDE?If not, what are the best solutions?Thank you

Ricko by Senior II
  • 290 Views
  • 1 replies
  • 1 kudos

Rx buffer is evaluating

I am new to STM IDE.I am using STM32 Cubemx with SIMCOM 7600C1. The code is in attachment.I dont know what is happening but throwing following error:Multiple errors reported. 1) Failed to execute MI command:-var-create - * rx_bufferError message from...

sid19 by Associate
  • 395 Views
  • 1 replies
  • 0 kudos

Macro for different DMA types

I am making an application using the STM32 drivers. Currently, I am using the following macro defined in the 'Device' drivers to distinguish the chip families: /** * @brief STM32 Family */ #if !defined (STM32F4) #define STM32F4 #endif /* STM32F4...

AShetty by Associate II
  • 291 Views
  • 2 replies
  • 0 kudos