SPI Communication error between STM32F407-DISCO and ADS199FE-PDK
I am working on the communication between ADS199FE-PDK and the STM32F407-DISCO board. I created SPI code using the HAL library. MOSI line seems to be working, but MISO line returns 0xFF all the time. I cannot even read the registers. I am sharing my ...