A few questions on goto-statements, encapsulation, etc
Posted on December 31, 2016 at 23:25I am working with the STM32F405 microcontroller and I am trying to have a software UART use the same interrupt line (EXTI15_10_IRQn) as other interrupts (for example, button press interrupts). In a perfect world, ...