Skip to main content
Visitor II
November 19, 2024
Question

MAX1300 interface with STM32f429ZIT6

  • November 19, 2024
  • 2 replies
  • 814 views

Kindly suggest the c code for MAx1300 interfacing with STM32F429ZIT6. I need algarithm or source code for Full scale Reading Range from -3xVref and +3xvref.. FSR =24.  that's +12 and -12v

Dr R Raghunath

Dhanventhra Bio Sys 

Chennai India

    This topic has been closed for replies.

    2 replies

    Super User
    November 19, 2024

    It's an SPI interface.

    The only part that will be specific to STM32 will be the low-level driver for the basic data transfer over the SPI.

    ST has examples of how to do SPI - the rest will come from Analog Devices:

    https://www.analog.com/en/products/max1300.html#tools-header

    https://community.st.com/t5/stm32-mcus-products/interface-max1300-adc-with-stm32f0-discovery-through-spi/m-p/103676/highlight/true#M16170

     

    Super User
    November 19, 2024