Stop code execution during 8 timer interrupts
Posted on July 03, 2015 at 14:14Hi everyone, I'm working with the stm32f405 microcontroller and I am trying to send some characters using a simple GPIO pin. My problem is that I have to send each bit of one character every 20ms. For that I use a ti...