cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX 6.12.0 Ignores "Generate Enable in Init" for Timers

Rob.Riggs
Senior III

I have an IOC for an STM32L433 that has TIM6 and TIM7 enabled, with interrupts enabled for both. In the NVIC settings for these two interrupts, I have deselected "Generate Enable in Init".

RobRiggs_1-1725830328209.png

However, when the code is generated, the interrupts are still enabled in Src/stm32l4xx_hal_msp.c.

RobRiggs_0-1725830266931.png

This seems like a bug.

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @Rob.Riggs 

Sorry for my late replay, I'm not able to reproduce that issue after updating to the last STM32CubeMX V6.12.1 and SM32CubeIDE V1.16.1. Could you please confirm that.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

Hello @Rob.Riggs 

Sorry for my late replay, I'm not able to reproduce that issue after updating to the last STM32CubeMX V6.12.1 and SM32CubeIDE V1.16.1. Could you please confirm that.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Rob.Riggs
Senior III

@STTwo-32 confirmed. Works as expected. Should I have expected to see this called out in the release notes?