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

Error while flashing NUCLEO STM32L432KC

Hi,I am getting an error while trying to debug my new NUCLEO STM32L432KC board. I am using the STM32CubeIDE v1.1.0 on MacOSx Mojave. See the attached debug log for the error.Error message from debugger back end:Error finishing flash operationFailed t...

VInox by Associate
  • 376 Views
  • 0 replies
  • 0 kudos

SWV Trace not working in C++ projects

I am having problems using SWV options with c++ projects, using a Nucleo F767ZI board.I tried using SWV data trace with a simple C project and everything works fine, however (using the same configuration I used in the C project) I couldn't get any ou...

Detect key pressed on keyboard usb

I did usb keyboard on stm32 with cubeide. I can send keys to PC. I modified mouse example code generated by cubeide mx to get keyboard HID.​Is there a way to detect what key was pressed on physical keyboard with stm32?​ I use firs bit of report to se...

oeliks by Senior
  • 382 Views
  • 0 replies
  • 0 kudos

How to add a Cube package to my IDE project

I'm working on a basic project using the B-L475E-IOT01A board. I would like to add the Azure and the SBSFU cube packages to the project, however these don't show up in the IDE under Additional Software. I have the zip files downloaded, is there ...

SBade.1 by Associate II
  • 266 Views
  • 0 replies
  • 0 kudos

Problem regarding sleep mode in CUBE IDE

I have ported my source code from IAR to ST CubeIDE.My IAR code is working fine for Sleep mode.But same code is not working for sleep mode in CubeIDE.While debugging i found that it is not going in Sleep mode .Please suggest how can i proceed to make...

PShar.11 by Associate
  • 416 Views
  • 0 replies
  • 0 kudos

Writing data to internal flash

I have a custom board using a STM32F071VTB processor. I would like to store a small amount of configuration data in flash. The configuration can change during operation so that I need to be able to write to the flash from the executing application ...