SPI interface timing with deasserts

1 vue (au cours des 30 derniers jours)
Graham Cotgreave
Graham Cotgreave le 18 Oct 2022
Commenté : Aditya Pahariya le 6 Juil 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 commentaire
Aditya Pahariya
Aditya Pahariya le 6 Juil 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.

Connectez-vous pour commenter.

Réponses (0)

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by