-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels