STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

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

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
  • 420 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
  • 146 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
  • 3169 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...