2019-05-21 11:47 PM
There is an application with an SPI radio module that gives me a "Ready" signal on MISO line, pulling up or down the line. Is it possible to configure those three gpio pins as SPI and at the same time read their levels in their relative IDR?
2019-05-22 07:22 AM
Yes you can.
Also, even if HAL doesn't provide the service, you can also use EXTI edge detection on alternate function. Hack directly and it will work as per the reference manual and datasheet.