Posted on November 14, 2017 at 16:40Hey,i have a STMF070CB microcontroller and use one pin for exti and spi-miso.The pin is configured as EXTI as follows:GPIO_InitStruct.Pin = GPIO_PIN_6; GPIO_InitStruct.Mode = GPIO_MODE_IT_RISING; GPIO_InitStruct.S...