Hello,
I’m working on a project using an NXP S32K312EVB-Q172 board to measure cell voltages with a LTC6811 battery monitoring IC. My setup is as follows:
- LTC6811 measures 12 “cells” (actually 12 series resistors for testing).
- The LTC6811 outputs data over isoSPI to a LTC6820.
- The LTC6820 then translates isoSPI to standard SPI, which is connected to the S32K312 board.
- On the S32K312, I want to run a Simulink model using NXP’s Model-Based Design Toolbox to read the SPI data from the LTC6811 (through LTC6820) and eventually process/display it.
I made the connection between the LTC cards and used the pins I found from the pin map of S32K312 in the first image for the wiring between LTC6820 and S32K312. However, I am a little confused about the simulink side. First of all, I would like to ask if this process is possible. Secondly, I would appreciate it if you could give me some help or ideas on how to do it.
Thank you in advance for any guidance you can provide.