HAL_SPI_TransmitReceive_DMA into EXTI0 ISR
Posted on October 23, 2015 at 02:42 I have a SPI ADC conected to a STM32F4 I'm trying to use it with SPI DMA and DataReady signal with interrupt. This code works fine: while(1) { //PB0 = DRDY from ADC if ( (HAL_GPIO_ReadPin(GPIOB,...