Question
Programatically reading the state of a GPIO Output Pin.
Posted on June 16, 2015 at 10:45
Hi, 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 that.
So, can I read the state of the actual H/W Pin when I have that pin set to Output mode ?. Thanks, Andy #stm32-cmsis