I get stuck in an interrupt after calling SPI transmit.
Hi!I have STM32F373VBTx and I have set pin PD3 as EXTI3 where PD3 call this function when the PD3 gets a falling edge. PD3 is labeled as TS_IRQ in STM32CubeIDE 1.6.1/* Callbacks for external interrupt */ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)...