Is there a way to get CubeMX to link interrupts to a GPIO pin but have the interrupt start DISABLED in the areas of the code it manages?
Posted on September 14, 2017 at 18:02Using CubeMX 4.21.0I have GPIO that is attached to an EXTI interrupt. (Pin Configuration page)On the NVIC Configuration page, the EXTI interrupts are EnabledThe EXTI interrupts are checked to generate IRQ handle...