Programatically reading the state of a GPIO Output Pin.
Posted on June 16, 2015 at 10:45Hi, I want to use the state of a GPIO Pin (It is driving a chip select on an SPI device) to determine that the SPI transfer has completed. I do know about the callback on the CMSIS code, but I'd prefer not to use tha...