Resolved! Fastest way to set output pin?
I have an interrupt which I'm trying to streamline (for an STM32F031K6). I am using some commands like GPIOA->BSRR |= (1<<4);and i was surprised to see how much there is in this command in the disassembly. Is there any faster way of implementing thi...