SSI Slave Interface

Hello People!

I'm currently working on a project where I want to get the Teensy 4.0/4.1 to act as an SSI Slave.

The Teensy will be provided a 2.5MHz clock and needs to clock out it's data in response to it (a 24-32 bit package)

Often, the value may not change. I'm hoping that there is a way to implement a DMA system, so I'm not having to manually pump out the data packets and use processor time, and there is a way it can just keep outputing the value.

Is there any solutions anyone might be able to recommend me using FlexIO or FlexSPI?

image2017-4-4+15 36 50.png
 
Back
Top