MAX11212 interfacing with stm32l053
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-30 4: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
- 18 bit adc
- two pin spi moudule with clock and dout pin
- 24 clock cycles required to send data on dout pin
My questions are
- How to generate 24 clock pulses?
- I have never used 2 pin SPI ,any suggestions how to configure 2 pin SPI module.
Thank you .
- Labels:
-
STM32L0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-30 6:40 AM
>>How to generate 24 clock pulses?
As if it were 3x 8-bit bytes
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
