2024-09-08 02:20 PM
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".
However, when the code is generated, the interrupts are still enabled in Src/stm32l4xx_hal_msp.c.
This seems like a bug.
Solved! Go to Solution.
2024-09-20 09:03 AM - edited 2024-09-20 09:03 AM
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.
2024-09-20 09:03 AM - edited 2024-09-20 09:03 AM
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.
2024-09-20 03:11 PM
@STTwo-32 confirmed. Works as expected. Should I have expected to see this called out in the release notes?