Clear Filters
Clear Filters

SPI interface timing with deasserts

7 views (last 30 days)
Graham Cotgreave
Graham Cotgreave on 18 Oct 2022
Commented: Aditya Pahariya on 6 Jul 2023
I'm looking for a way to read data from a Si8380S-IU chip from a TI F2337xD based processor.
The Simulink examples for Master Transfer are for EEPROM, where the chip select is asserted, the Mode, Address and Data are clocked in and the CS then removed. However the Digital to Analogue chip data sheet requires a CS assert, along with the Mode, then a deassert before the reassert and Register number is clocked in and a final deassert a resassert with the data byte.
There do not appear to be any parameters in the c28x modules that can cause this behaviour. Adding a dozen charts each with a three subsystems to apply the three parameters with an appropriate wait in-between for each chip is untidy and difficult to maintain to say the least.
A pointer to any examples where this has been achieved would be appreciated
  1 Comment
Aditya Pahariya
Aditya Pahariya on 6 Jul 2023
Hi ,
You can refer to this example
In the initialization Subsystem, you can see how 'function-call split' has been used to sequence the SPI send and receive.

Sign in to comment.

Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!