TIM6 & DAC question on STM32F469I-DISCO board
Using STM32 CubeMX ver 6.9.2, if you start a new project using STM32F469I-DISCO board and choose Yes to set all peripherals to their default settings, TIM6 comes up disabled/gray. Why is that? Instead of pinout view, choosing system view, only shows TIM1 in use.
Second question on DAC. If DAC output 1 or 2 is enabled, NVIC settings shows TIM6 global interrupt, DAC1 and DAC2 underrun interrupt is automatically enabled & no way to disable it. When testing, even before HAL_init() completes, TIM6_DAC_IRQHandler starts going off. Why is that & how to stop it?
