Teensy 3.6 Ethernet with other fast SPI

Status
Not open for further replies.
Hi. I'm new here, but I know a thing or two about microcontrollers.

I'm working on a new project on a Teensy 3.6 with frequent SPI accesses as well as occasional Ethernet packets using a WIZ850io (W5500 chip).

Is it just fine to share the main SPI port 0 between Ethernet and another device?

If I wanted to use a SPI port 1 for my other device, is there any driver support for doing so?
 
There is technically software support for it, although most libraries tend to be hard coded to use SPI port 0, so you would have to edit the library so it uses a different SPI port. I’ve done this with the Ethernet library to use SPI1 for my own personal use with the Teensy3.6 and it did indeed work with no issues other than the general downsides of SPI based Ethernet.
 
Status
Not open for further replies.
Back
Top