SPI MISO line stays high?
I am writing a driver for the STM32 to get the data from the front-end board, AD5940 using the SPI communication. I am using the AD5940 library available at the : https://github.com/analogdevicesinc/ad5940lib.
STM32WB55xx has been used. I have configured the SPI clock to the < AD5940 clock speed.
Added the SPI and CS pin configuration in cube mx.
whenever I am trying to read the chipid, I am always getting ffff. Also, When projecting the MISO line on the digital analyzer, observing the miso line stays high always. Please find the cubemx main.c file for reference:
