Skip to main content
Visitor II
November 19, 2024
Question

MAX1300 interface with STM32f429ZIT6

  • November 19, 2024
  • 2 replies
  • 836 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

Andrew Neil
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

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Pavel A.
November 19, 2024