Search results

  1. L

    Multi SPI slave on a single teensy

    Actually I need it for an HWIL simulation.
  2. L

    Multi SPI slave on a single teensy

    @joepasquariello you are right, I have both sensors on a single bus. I have tried with a single Arduino, but something doesn't work in my implementation: #define SCK_PIN 13 // D13 = pin19 = PortB.5 #define MISO_PIN 12 // D12 = pin18 = PortB.4 #define MOSI_PIN 11 // D11 = pin17 = PortB.3...
  3. L

    Multi SPI slave on a single teensy

    Hi, I need to test the interaction between a microcontroller that reads two sensors with SPI. The microcontroller behaves as a SPI master and the sensors are two slaves. Currently, in order to simulate the behaviour of the two sensors, I'm using two Arduinos, and it works fine. However, I'd...
Back
Top