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

Resolved! I am running STM32CubeIDE 1.9 Is it possible to have some code files run at one optimization, and other files run at a different optimization?

My code is larger than expected and I am close to the 32K program boundary of my device. When I optimize for debugging or have no optimize I cannot test new code. When I optimize for size I have plenty of room for the new code, but single stepping th...

KiptonM by Lead
  • 1602 Views
  • 3 replies
  • 0 kudos

place flash-related functions in the ram in st,32f030k6t6

estoy utilizando flash para escribir y leer mientras tengo un bluetooth conectado por serial DMA, cuando intento escribir en flash en la consola de stm32cubeide aparece "Target is not responding, retrying..." mientras que mi serial de dma con el blue...

jdo by Associate II
  • 1039 Views
  • 6 replies
  • 0 kudos

How to STOP the TARGET when the CUBE is stopped?

When I am in the EDITION mode in the CUBE IDE, I perceived that the TARGET is running the last downloaded program. In my TARGET it jeopardize several parts like EEPROM model (which I just made). Therefore, I would like to ask if someone know how to S...

JSILV.2 by Senior
  • 315 Views
  • 0 replies
  • 0 kudos

Resolved! How to open an existing project

Hello, I would like to open an existing project : But when I select .'project' I have this picture and I can't see the code : Do you know how to do ? Thank you for your helps Regards

0693W00000NsEjyQAF.png 0693W00000NsEk3QAF.png
DYann.1 by Senior II
  • 9625 Views
  • 6 replies
  • 0 kudos

Resolved! Indexer problem in STM32CUDEIDE 1.8 and 1.9

Hello dear friends,I have installed STM32CUBEIDE v1.7, v1.8 and v1.9. Since V1.8 the indexer can't find variables and functions in cube-generated files and throw this type of message."Could not find symbol 'blah blah' in index".This issue is really a...