cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32CUBEMX and Stm32 CUBEIde Version difference error

JamesMoriarty
Associate II

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 1
TDK
Guru

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