Skip to main content
Associate II
March 19, 2025
Question

Stm32CUBEMX and Stm32 CUBEIde Version difference error

  • March 19, 2025
  • 1 reply
  • 419 views

In a project I made with the stm32f072 processor, I am using version 1.16.1 for stm32 CUBE IDE and version 6.12 for Stm32CUBEMX.
In this project, I want to define the 2 pins that I defined as interrupt as input. However, after making changes, my code does not work. When I define input and then define the pins as interrupt again without making any code changes, my working code does not work. Is there a problem when updating ioc files?

1 reply

TDK
Super User
March 20, 2025

Updating IOC files and regenerating code will generally "work" just fine.

If it is not "working" you will need to dig into the details. Debug your program, find out why. Diff the code base and find out what has changed.

"If you feel a post has answered your question, please click ""Accept as Solution""."