STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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

I am trying to instal stm32 cube ide in my new Mac book air . there is error : This package is incompatible with this version of macOS. , . please help me for install cube ide in my new MacBook Air

I am trying to instal stm32 cube ide in my new Mac book air . there is error : This package is incompatible with this version of macOS. ,The package is trying to install content to the system volume. Contact the software manufacturer for assistance. ...

Mrohi by Associate III
  • 1418 Views
  • 5 replies
  • 3 kudos

STM32G0 HAL EXTI callback implementation is buggy.

CubeIDE v1.1.0STM32Cube FW_G0 v1.3.0​The STM32G0 HAL EXTI call back implementation is wrong. According to the UM2319 rev 1 Section 3.11.2, it say :​the user must call HAL_GPIO_EXTI_IRQHandler() from stm32g0xx_it.c and implement HAL_GPIO_EXTI_Callbac...

Takemasa by Associate III
  • 1818 Views
  • 4 replies
  • 0 kudos

How to integrate json-c library in STM32CubeIDE project?

Hi,I am currently working on stm32cubeide for my project.Now, there is a need for json in my project. But the json-c library is showing errors whenuse some function of that library in main function. Surprise is that, that function is present in the l...

R. by Associate II
  • 570 Views
  • 0 replies
  • 2 kudos

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