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

Two CubeIde instances with two Debugger

Hello all,I have a SPI project: One Nucleo Board = SPI Master, Another Nucleo = Slave.I want to debug both boards (onboard STLink) at the same time by running two instances of CubeIde.Problem: both STLink listening to the same port on my PC. When one...

OBorg.1 by Associate III
  • 981 Views
  • 2 replies
  • 1 kudos

Resolved! How to Install F0 Examples to CubeIDE

Hello,I would like to select STM32F0 examples projects from the New Project -> Example Selector.I have CubeIDE, and in the MCU/MPU selector I can select my NUCLEO-F072RB. In the Example Selector I can see examples for STM32 F4, F7, G0, G4, H7, L5 an...

VKais.1 by Associate II
  • 1451 Views
  • 2 replies
  • 2 kudos

Add a .lib library to a project

I have a .lib file created using KeiluV5 and would like to use it in a CubeIDE project. How do I go about doing this?I have found reference to Libraries and Library Paths at Project > C/C++ General > Paths and SymbolsI've tried adding my .lib file a...