2021-08-30 04:57 AM
Hey Guys ,
I am trying to interface MAX11212 adc with stm32l053 controller. But i am not getting any data on my RX buffer.
Details about max11212
My questions are
Thank you .
2021-08-30 06:40 AM
>>How to generate 24 clock pulses?
As if it were 3x 8-bit bytes
2021-08-30 10:39 AM
> I have never used 2 pin SPI ,any suggestions how to configure 2 pin SPI module.
Connect SCK to SCK. Connect DOUT to MISO. Ensure clock stays low during powerup to avoid spurious clocks. Use the SPI in master two-direction mode and leave the MOSI pin unconnected/uninitialized.