NSS does not wait SPI communication ending
Posted on May 16, 2016 at 13:52I have a code in STM32f030 whih communicate with an IC through SPI .My code is SPI_I2S_ITConfig(SPI2,SPI_I2S_IT_RXNE,DISABLE); while(1) { ans_status=notArrived; GPIOB->BRR = GPIO_Pin_12;//select slave delay(40); wh...