Skip to main content
Rob.Riggs
Senior
September 8, 2024
Solved

STM32CubeMX 6.12.0 Ignores "Generate Enable in Init" for Timers

  • September 8, 2024
  • 2 replies
  • 1029 views

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.

Best answer by STTwo-32

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

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
September 20, 2024

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

Rob.Riggs
Rob.RiggsAuthor
Senior
September 20, 2024

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