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

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

Resolved! A problem with '-fcyclomatic-complexity'

I'm using kali linux and the latest version of arm gcc available on arm website and the latest CubeIDE. When I first set everything up everything was working fine, but then I created an empty project for another MCU(STM32 G030F6P6) and got the follow...

rambo by Associate
  • 3151 Views
  • 2 replies
  • 1 kudos

How Wise Studio work????

Hi all, I'trying to explore steval board with BlueNRG2 chip, I'm working on BLE_SensorDemo project, works nice, right now I wan to develop my owm file, so far I've developped a library for SPI flash.I've added my header in Inc folder et my source fil...

SBaro.11 by Associate III
  • 323 Views
  • 1 replies
  • 0 kudos

"Search" not working

Dear CubeIDE team,I just started using CubeIDE.Following are my question.1. How can I find string text in .h file?    I tried to "ADC_OVR_DATA_OVERWRITTEN" string in Drivers\..\inc using "Ctrl+H" but I failed.    This is very uncomfortable to use. No...

Tiel by Associate II
  • 898 Views
  • 2 replies
  • 0 kudos

Resolved! H747i-DISCO programming/ creating binary

How would I be able to create a binary for this project or run it through CubeIDE? For some context I have taken this project from the FP-AI-VISION1_V3.1.0 pack, made some modifications, and would like to flash my H747i board with it. I can build the...

tw1_0-1732245633377.png
tw1 by Associate
  • 273 Views
  • 2 replies
  • 1 kudos

Suppress compiler warnings for library files

I'd like to configure GCC to suppress warnings from library files - e.g. I don't want to see the -Wconversion warning in stm32f4xx.h, but I do want to see all warnings from source files that I write myself.  I'm using STM32CubeIDE v1.10.1 on Windows....