Giter Club home page Giter Club logo

Comments (1)

terjeio avatar terjeio commented on September 27, 2024 1

Before I start writing any HAL interface for the SPI bus of the Due, I just wanted to make sure this is not already implemented.

It is not.

Looking through the different Trinamic configuration options, I see that there is an I2C->SPI bridge which is a bit confusing.

I made it for my CNC Boosterpack BOB for TI LaunchPads - it has an I2C interface but no free pins for SPI. So making a I2C <> SPI bridge was the only option for me.

If anyone could point me in the right direction as to how to go about implementing this SPI functionality; that would be greatly appreciated.

What's currently getting me stumped is how to implement the chip-select (CSN) SPI specific functionality.

Take a look at one of the existing implementations. There are two modes for commuinicationg via SPI, a dedicated chip select for each driver or a single for all. The latter is by chaining all the drivers to create a single long register - all drivers are written to in a single transaction.

from sam3x8e.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.