MAX1300 interface with STM32f429ZIT6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-19 2:23 AM
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
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-19 2:52 AM
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
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-19 1:15 PM
