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

Resolved! How to run without debug

Trying out the new STM32CubeIDE. Mostly, I like it. There are some rough edges and dialogues that do not behave properly (at least on the Mac) but the thing I cannot make work is to add a 'Run' configuration to the toolbar.I want to just build the co...

Hi! I am new to all this stuff. While transfering Keil project to Cube IDE I'm facing many issues, is there a proper step by step tutorial or help on how to transfer kei project to cubeIDE? Also help me with following errors

Errorsfatal error: rt_sys.h: No such file or directory #include <rt_sys.h>I have this fuction in somefile  __asm void MSR_MSP(u32 addr){  MSR MSP, r0 //set Main Stack value  BX r14}error: expected '(' before 'void' __asm void MSR_MSP(u32 addr)error...

AKhan.6 by Associate
  • 704 Views
  • 4 replies
  • 0 kudos

how can I time my code?

I am using cubeIDE and I'd like to know how I can time my code, to see how long individual sections take to run and troubleshoot timing issues. How can I do this?

deep_rune by Associate III
  • 938 Views
  • 5 replies
  • 1 kudos

STM32CubeIDE C++ Generation and Language Mapping

Hello Everyone,I am having some trouble getting the STM32CubeIDE to work with C++ on my STM32F4 Project.I have converted my project to a C++ project and Renamed source files withing the IDE.This works ok and compiles fine. with g++ being used to comp...

0693W000003BeD4QAK.png 0693W000003BeEHQA0.png
TCash.1 by Associate III
  • 632 Views
  • 1 replies
  • 0 kudos

Resolved! I cannot use the HAL functions for ADC?

Hey there,I tried to modify an existing project by using the ADC to measure a current. My problem is when I try to include the header stm32l4xx_hal_adc.h and use the functions like HAL_ADC_Start(); i will get the error undefined "reference to...". I...

0693W000003BaB4QAK.jpg
SStad.1 by Associate II
  • 3871 Views
  • 24 replies
  • 0 kudos