Skip to content

Teensy 3.2 SS chip select problem #22

@callimero

Description

@callimero

Hi,
I tried to get it running on a Teensy3.2 wich has as I understand a slightly different port setup on the SPI Ports? (according to https://www.pjrc.com/teensy/teensy31.html)

The sketch compiles and uploads, I have a correct CS/SS signal on Pin 6, on PIN 10 however is NOTHING. My DACs working just fine, If I connect the second to PIN6 I have the same analog out on both.

I tried changing this part but no joy.
// configure the output on pin 10 for !SS0 from the SPI hardware
// and pin 6 for !SS1.
CORE_PIN6_CONFIG = PORT_PCR_DSE | PORT_PCR_MUX(2);
CORE_PIN10_CONFIG = PORT_PCR_DSE | PORT_PCR_MUX(2);

Help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions