2021-09-24 04:40 AM
Hello,
I am using STM32F446RE controller to communicate with TLC2578 old ADC converter through SPI communication.
To initialize the ADC first CS should be LOW and 16 clock - SCLK cycles need to issued.
Thank you
Jagath
2021-09-24 05:34 AM
How is this different from transmitting 0x0000 or 0xFFFF?
The hardware NSS handling is mostly unusable anyway, so you want to handle CS "manually" (as GPIO Output) anyway.
JW