Removing call to HAL_DAC_IRQHandler in TIM6_DAC_IRQHandler
Hello,
I am using STM32CubeIDE 1.17.0 to generate code for STM32F746 device. I am using DAC peripherals in non-interrupt mode + the TIM6 in the interrupt mode. When the source code is generated, the TIM6_DAC_IRQHandler contains a call to HAL_DAC_IRQHandler.
As I do not use/care about DAC interrupts, is there a way how to configure the project in STM32CubeIDE to not generate a call to HAL_DAC_IRQHandler? I would like to avoid implementation of own TIM6_DAC_IRQHandler, changing to TIM7, just to use some click here/click there solution if possible :-). I could find anything feasible under NVIC/Code generation or Project Manager/Advanced Settings
Thank you for any hint.
Martin
