2022-04-22 01:15 AM
Hello,
I am working on stm32h7 series, I have to configure ADS7046IC which is ADC-spi comaptible.
For communication purpose I need to give 15clk cycle. I set the SPI 50MHZ.How I can give 15sclk to it? Can u hepl me
2022-04-26 01:54 PM
You could configure the SPI peripheral for full duplex communication, then transmit two bytes. That will result in 16 clock cycles.