User Activity

If the H7 HAL_SPI driver function HAL_SPI_TransmitReceive(......) is called in my main(),It runs correctly, I can transmit and receive data correctly. But it is called in my EXTI9_5_IRQHandler() interrupt , It runs dead loop, and can't return.